@applitools/spec-driver-webdriver 1.1.12 → 1.1.14

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 +32 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.1.14](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.13...js/spec-driver-webdriver@1.1.14) (2024-10-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.19.2
9
+ #### Bug Fixes
10
+
11
+ * cache key for offline execution ([#2552](https://github.com/Applitools-Dev/sdk/issues/2552)) ([d0d1138](https://github.com/Applitools-Dev/sdk/commit/d0d11386be0f82c9e59e753bd0dc97aa3b05d93e))
12
+
13
+ ## [1.1.13](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.12...js/spec-driver-webdriver@1.1.13) (2024-09-16)
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * @applitools/snippets bumped to 2.5.0
19
+ #### Features
20
+
21
+ * add playwright fixture ([#2412](https://github.com/Applitools-Dev/sdk/issues/2412)) ([0632e93](https://github.com/Applitools-Dev/sdk/commit/0632e93dd7f53029a8c5f4230d22a05abf5fefd4))
22
+
23
+
24
+ #### Bug Fixes
25
+
26
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
27
+ * @applitools/driver bumped to 1.19.1
28
+ #### Bug Fixes
29
+
30
+ * stale layout breakpoints elements ([#2479](https://github.com/Applitools-Dev/sdk/issues/2479)) ([f5e4b5a](https://github.com/Applitools-Dev/sdk/commit/f5e4b5ac8077b8c4b7ba67a38c4e58050a55ce75))
31
+
32
+
33
+
34
+
3
35
  ## [1.1.12](https://github.com/Applitools-Dev/sdk/compare/js/spec-driver-webdriver@1.1.11...js/spec-driver-webdriver@1.1.12) (2024-09-10)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/spec-driver-webdriver",
3
- "version": "1.1.12",
3
+ "version": "1.1.14",
4
4
  "keywords": [
5
5
  "webdriver",
6
6
  "chrome devtools protocol",
@@ -49,7 +49,7 @@
49
49
  "up:framework": "echo \"$(jq '.devDependencies.webdriver = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
50
50
  },
51
51
  "dependencies": {
52
- "@applitools/driver": "1.19.0",
52
+ "@applitools/driver": "1.19.2",
53
53
  "@applitools/utils": "1.7.4",
54
54
  "http-proxy-agent": "5.0.0",
55
55
  "https-proxy-agent": "5.0.1"