@applitools/spec-driver-selenium 1.5.65 → 1.5.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.5.67](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.66...js/spec-driver-selenium@1.5.67) (2023-12-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.16.0
9
+ #### Features
10
+
11
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
12
+
13
+ ## [1.5.66](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.65...js/spec-driver-selenium@1.5.66) (2023-12-12)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/driver bumped to 1.15.3
19
+ #### Bug Fixes
20
+
21
+ * layout breakpoints reload and lazy load ([#2073](https://github.com/applitools/eyes.sdk.javascript1/issues/2073)) ([ab2c49e](https://github.com/applitools/eyes.sdk.javascript1/commit/ab2c49ea1ecff3fef337637a83aa5bef755a7b01))
22
+
3
23
  ## [1.5.65](https://github.com/applitools/eyes.sdk.javascript1/compare/js/spec-driver-selenium@1.5.64...js/spec-driver-selenium@1.5.65) (2023-12-05)
4
24
 
5
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-selenium",
3
- "version": "1.5.65",
3
+ "version": "1.5.67",
4
4
  "keywords": [
5
5
  "selenium",
6
6
  "selenium-webdriver",
@@ -45,7 +45,7 @@
45
45
  "up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/driver": "1.15.2",
48
+ "@applitools/driver": "1.16.0",
49
49
  "@applitools/utils": "1.7.0"
50
50
  },
51
51
  "devDependencies": {