@applitools/eyes-testcafe 6.3.17 → 6.3.19

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 +42 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,48 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.19](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.18...js/eyes-testcafe@6.3.19) (2025-12-28)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.15.4
22
+ #### Bug Fixes
23
+
24
+ * CSS variables in Shadow DOM style tags not expanded | FLD-3790 ([#3427](https://github.com/Applitools-Dev/sdk/issues/3427)) ([3d84b5f](https://github.com/Applitools-Dev/sdk/commit/3d84b5f120dd5e72dea5ec77b5d446e7ca696d52))
25
+ * @applitools/core bumped to 4.54.1
26
+ #### Bug Fixes
27
+
28
+ * improve error notification (UFG) | AD-12270 ([#3418](https://github.com/Applitools-Dev/sdk/issues/3418)) ([a4efc55](https://github.com/Applitools-Dev/sdk/commit/a4efc55cd178dc13096fbfb066c287b0d6a452d3))
29
+
30
+
31
+
32
+ * @applitools/eyes bumped to 1.36.19
33
+
34
+
35
+ ## [6.3.18](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.17...js/eyes-testcafe@6.3.18) (2025-12-14)
36
+
37
+
38
+ ### Dependencies
39
+
40
+ * @applitools/nml-client bumped to 1.11.13
41
+
42
+ * @applitools/core-base bumped to 1.31.0
43
+ #### Features
44
+
45
+ * Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
46
+ * @applitools/core bumped to 4.54.0
47
+ #### Features
48
+
49
+ * Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
50
+
51
+
52
+
53
+ * @applitools/ec-client bumped to 1.12.15
54
+
55
+ * @applitools/eyes bumped to 1.36.18
56
+
57
+
16
58
  ## [6.3.17](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.16...js/eyes-testcafe@6.3.17) (2025-12-07)
17
59
 
18
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.17",
3
+ "version": "6.3.19",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -69,7 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@applitools/driver": "1.24.3",
72
- "@applitools/eyes": "1.36.17",
72
+ "@applitools/eyes": "1.36.19",
73
73
  "@applitools/utils": "1.14.1"
74
74
  },
75
75
  "devDependencies": {