This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
32
# 4.0.9
2
33
3
34
This version includes a breaking change to the TypeScript import statement.
4
35
Please see the feature below.
5
36
6
- # Features
37
+ ## Features
7
38
8
39
- ([ 5034c89] ( https://github.com/angular/protractor/commit/5034c89242794dd14aba294ba3468937e06a7b69 ) )
9
40
feat(typescript): move typescript variable instances from protractor/… (#3565 )
Original file line number Diff line number Diff line change 74
74
"engines" : {
75
75
"node" : " >=4.2.x"
76
76
},
77
- "version" : " 4.0.9 "
77
+ "version" : " 4.0.10 "
78
78
}
You can’t perform that action at this time.
0 commit comments