Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 29ce5c6

Browse files
committed
chore(release): version bump and changelog for 1.8.0
1 parent 6f42e6e commit 29ce5c6

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

Diff for: CHANGELOG.md

+47
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
# 1.8.0
2+
3+
## Dependency Version Upgrades
4+
5+
- ([1159612](https://github.com/angular/protractor/commit/1159612ed76bb65612dbb2cc648e45928a251b10))
6+
fix(webdriver): bump selenium to 2.45.0
7+
8+
Bump the selenium standalone binary to 2.45.0.
9+
10+
See https://code.google.com/p/selenium/source/browse/java/CHANGELOG for a full list of changes to
11+
the selenium server.
12+
13+
Closes #1734
14+
15+
## Features
16+
17+
- ([54163dc](https://github.com/angular/protractor/commit/54163dcd22cee27cf16685fbb4d53a2712233d26))
18+
feat(a11yPlugin): plugin for integrating with Chrome Accessibility Developer Tools
19+
20+
Also includes missing Angular map files. See plugins/accessibility/index.js for usage.
21+
22+
- ([658902b](https://github.com/angular/protractor/commit/658902bd04bf809bde2751db79e93ae00de2f810))
23+
feat(plugins): add postTest hook for plugins
24+
25+
Additionally, add some tests to make sure that plugins can fail properly.
26+
27+
Closes #1842
28+
29+
- ([13d34c9](https://github.com/angular/protractor/commit/13d34c9192a06634827d89bf356bea33fea75747))
30+
feat(a11yPlugin): add support for Tenon.io
31+
32+
- ([5f8cffd](https://github.com/angular/protractor/commit/5f8cffd95c50ab4e7949376425f10e13747eb922))
33+
feat(plugins): allow plugins to export a name for use in reporting
34+
35+
## Bug Fixes
36+
37+
- ([aabdd56](https://github.com/angular/protractor/commit/aabdd567ee62d0d48fad499ee5decbb5d7d6b939))
38+
fix(debugger): breakpoint isn't set properly for windows
39+
40+
- ([361ae21](https://github.com/angular/protractor/commit/361ae21ee761eb78d1e2c9b2b7d270873a28ef81))
41+
fix(plugins): add a 'test' or 'fail' string to plugins
42+
43+
Closes #1843
44+
45+
- ([847e739](https://github.com/angular/protractor/commit/847e73961e52caa1537df269589d9cfe6373b986))
46+
fix(webdriver-manager): unzipping ie driver should overwrite old version
47+
148
# 1.7.0
249

350
## Dependency Version Upgrades

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
"start": "node testapp/scripts/web-server.js"
5656
},
5757
"license": "MIT",
58-
"version": "1.7.0"
58+
"version": "1.8.0"
5959
}

0 commit comments

Comments
 (0)