@applitools/eyes-testcafe 6.3.10 → 6.3.12

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 +62 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,68 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.12](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.11...js/eyes-testcafe@6.3.12) (2025-10-21)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.13.11
22
+ #### Bug Fixes
23
+
24
+ * don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
25
+ * @applitools/core bumped to 4.50.3
26
+ #### Bug Fixes
27
+
28
+ * don't throw on CSSNestedDeclarations | AD-11640 ([#3284](https://github.com/Applitools-Dev/sdk/issues/3284)) ([d0a0f31](https://github.com/Applitools-Dev/sdk/commit/d0a0f31f6749cbe5b44f090c05af9da7676ad131))
29
+
30
+
31
+
32
+ * @applitools/eyes bumped to 1.36.12
33
+
34
+
35
+ ## [6.3.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.10...js/eyes-testcafe@6.3.11) (2025-10-16)
36
+
37
+
38
+ ### Dependencies
39
+
40
+ * @applitools/dom-snapshot bumped to 4.13.10
41
+ #### Bug Fixes
42
+
43
+ * sandboxing | FLD-3482 ([#3274](https://github.com/Applitools-Dev/sdk/issues/3274)) ([b452cbf](https://github.com/Applitools-Dev/sdk/commit/b452cbf831907b04cd70624c0af655246ce580f1))
44
+
45
+
46
+
47
+ * @applitools/driver bumped to 1.24.0
48
+ #### Features
49
+
50
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
51
+ * @applitools/spec-driver-webdriver bumped to 1.5.0
52
+ #### Features
53
+
54
+ * use performActions (W3C) instead of touchPerform (MJSONWP) ([#3223](https://github.com/Applitools-Dev/sdk/issues/3223)) ([d4e5da8](https://github.com/Applitools-Dev/sdk/commit/d4e5da8dc19ad3c3f76de8e762be867970df3dd2))
55
+
56
+
57
+
58
+ * @applitools/core bumped to 4.50.2
59
+ #### Bug Fixes
60
+
61
+ * missed verifying environments | AD-11225 ([#3256](https://github.com/Applitools-Dev/sdk/issues/3256)) ([e8a5d78](https://github.com/Applitools-Dev/sdk/commit/e8a5d78426422614fc776b3d32ff2c375b95be18))
62
+
63
+
64
+
65
+ * @applitools/spec-driver-selenium bumped to 1.7.6
66
+
67
+ * @applitools/spec-driver-puppeteer bumped to 1.6.6
68
+
69
+ * @applitools/screenshoter bumped to 3.12.7
70
+
71
+ * @applitools/nml-client bumped to 1.11.9
72
+
73
+ * @applitools/ec-client bumped to 1.12.11
74
+
75
+ * @applitools/eyes bumped to 1.36.11
76
+
77
+
16
78
  ## [6.3.10](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.9...js/eyes-testcafe@6.3.10) (2025-10-09)
17
79
 
18
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.10",
3
+ "version": "6.3.12",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,8 +68,8 @@
68
68
  "up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/driver": "1.23.5",
72
- "@applitools/eyes": "1.36.10",
71
+ "@applitools/driver": "1.24.0",
72
+ "@applitools/eyes": "1.36.12",
73
73
  "@applitools/utils": "1.12.0"
74
74
  },
75
75
  "devDependencies": {