Skip to content

Commit e8ee0f8

Browse files
[js] Update changelog and version numbers for Se4b2
1 parent fd4e9a7 commit e8ee0f8

File tree

2 files changed

+87
-1
lines changed

2 files changed

+87
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## v4.0.0-beta.2
22

33
* Removed support for Edge legacy.
4+
* Make the build silent for WebDriver Bidi generated code
5+
* resolve file path correctly (#9223)
6+
* Update example in edge.js (#9231)
7+
* Use a flat namespace for selenium options for finding WebDriver Bidi endpoint
8+
* Removing duplicate license text updated by update_copyright.js
9+
* Updating copyright text
10+
* Minor code cleanup
11+
* Removing duplicate variable declaration of IE from capabilities
412

513
## v4.0.0-beta.1
614

@@ -1094,3 +1102,81 @@ available separately)
10941102
* Initial release for npm:
10951103

10961104
npm install selenium-webdriver
1105+
commit 84b65b1641ef870db1d68e43014730d31081b8f7
1106+
Author: Sri Harsha <[email protected]>
1107+
Date: Mon Mar 15 19:58:28 2021 +0530
1108+
1109+
[JS] Remove support for Edge HTML (#9239)
1110+
1111+
* [js] Removes support for edge legacy
1112+
1113+
* [js] Adding edge chromium test
1114+
1115+
* Modify: Replacing VENDOR_CAPABILITY_PREFIX prototype in chrome and edge
1116+
1117+
Co-authored-by: David Burns <[email protected]>
1118+
1119+
commit 278d17a795c20dd6fe23e32f9f95a7cbecc5b674
1120+
Author: Simon Stewart <[email protected]>
1121+
Date: Mon Mar 15 10:38:21 2021 +0000
1122+
1123+
[cdp + js] Make the build silent
1124+
1125+
commit 4464ac4f8230150824f6bf2e4075cd1f53a648c7
1126+
Author: Sri Harsha <[email protected]>
1127+
Date: Wed Mar 3 13:17:20 2021 +0530
1128+
1129+
[js] resolve file path (#9223)
1130+
1131+
🐢
1132+
1133+
commit bd468dd842b0b2b1da3a7bf3ba99e6405bab216f
1134+
Author: hectorhon <[email protected]>
1135+
Date: Wed Mar 3 02:07:23 2021 +0800
1136+
1137+
Update example in edge.js (#9231)[skip ci]
1138+
1139+
In particular, change options.useEdgeChromium(true) to options.setEdgeChromium(true).
1140+
1141+
Co-authored-by: Sri Harsha <[email protected]>
1142+
1143+
commit 9ea195303e6dee599395accbee86105184596d35
1144+
Author: Simon Stewart <[email protected]>
1145+
Date: Tue Feb 23 17:05:09 2021 +0000
1146+
1147+
[cdp] Use a flat namespace for selenium options
1148+
1149+
This means that rather than having `se:options = {cdp: uri}` we now
1150+
just have `se:cdp = uri`. Other capabilities that were stored in
1151+
`se:options` have also been extracted and placed into a flat
1152+
namespace.
1153+
1154+
This change makes it easier to extract the information we need
1155+
(trivially: we remove one lookup in a dictionary), and means that we
1156+
can now easily merge capabilities with these options set without
1157+
needing to do any additional work. Previously, we'd need to be aware
1158+
of `se:options` and do "deep merging", which is easy to overlook.
1159+
1160+
commit 88279c820e2b8020d9209c11c4ac800bc70fb591
1161+
Author: Sri Harsha <[email protected]>
1162+
Date: Tue Feb 16 13:37:03 2021 +0530
1163+
1164+
[JS] Removing duplicate license text updated by update_copyright.js
1165+
1166+
commit e0e668f28b7a5e6371046e1ad8324a409945d544
1167+
Author: Sri Harsha <[email protected]>
1168+
Date: Tue Feb 16 13:31:24 2021 +0530
1169+
1170+
[js] Updating copyright text
1171+
1172+
commit dcfc4375615cb0a2ecc507719bab5df9b8a4a400
1173+
Author: Sri Harsha <[email protected]>
1174+
Date: Tue Feb 16 11:53:41 2021 +0530
1175+
1176+
[JS] Minor code cleanup
1177+
1178+
commit dccf4dd92d38e95a7966cf92e5cc7f5558b4ea6f
1179+
Author: Sri Harsha <[email protected]>
1180+
Date: Tue Feb 16 11:13:25 2021 +0530
1181+
1182+
[JS] Removing duplicate variable declaration of IE from capabilities

javascript/node/selenium-webdriver/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "4.0.0-beta.1",
3+
"version": "4.0.0-beta.2",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"license": "Apache-2.0",
66
"keywords": [

0 commit comments

Comments
 (0)