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

Commit 99518ce

Browse files
committed
chore(release): version bump and changelog updated for 4.0.10
1 parent c11945a commit 99518ce

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,40 @@
1+
# 4.0.10
2+
3+
## Features
4+
5+
- ([7083426](https://github.com/angular/protractor/commit/70834269ac375f2be5a6cadf8ec9169cf19abff6))
6+
feat(hybrid): set ng12hybrid flag in the config (#3452)
7+
8+
## Bug Fixes
9+
10+
- ([b67d8eb](https://github.com/angular/protractor/commit/b67d8eb4101ee80c53476d1640865ca612793436))
11+
fix(restart): typescript fix for browser.restart (#3658)
12+
13+
closes #3648
14+
15+
- ([6626ce7](https://github.com/angular/protractor/commit/6626ce7690e1120c3b246eff7793a26cb038b091))
16+
fix(launcher) Ignore uncaught exceptions from webdriver. (#3608)
17+
18+
19+
- ([5cef1bf](https://github.com/angular/protractor/commit/5cef1bf20f88a2c3bb8944afbc6a328fc273aedd))
20+
Explicitly remove newlines from getText() (#3618)
21+
22+
MSEdge does not properly remove newlines, which causes false negatives when using
23+
`textToBePresentInElement()`
24+
25+
## Dependencies
26+
27+
- ([c11945a](https://github.com/angular/protractor/commit/c11945a1b67bdc774b267f101887dc3f575ad00b))
28+
deps(outdated): webdriver-manager and @types updated
29+
30+
- webdriver-manager 10.2.6 uses the latest chromedriver, version 2.25
31+
132
# 4.0.9
233

334
This version includes a breaking change to the TypeScript import statement.
435
Please see the feature below.
536

6-
# Features
37+
## Features
738

839
- ([5034c89](https://github.com/angular/protractor/commit/5034c89242794dd14aba294ba3468937e06a7b69))
940
feat(typescript): move typescript variable instances from protractor/… (#3565)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
"engines": {
7575
"node": ">=4.2.x"
7676
},
77-
"version": "4.0.9"
77+
"version": "4.0.10"
7878
}

0 commit comments

Comments
 (0)