@applitools/eyes-testcafe 6.3.52 → 6.3.54

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 +58 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,64 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.54](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.53...js/eyes-testcafe@6.3.54) (2026-07-30)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/dom-snapshot bumped to 4.17.8
22
+ #### Bug Fixes
23
+
24
+ * strip basic auth from stylesheet sheet.href | FLD-4738 ([#4036](https://github.com/Applitools-Dev/sdk/issues/4036)) ([2ff5259](https://github.com/Applitools-Dev/sdk/commit/2ff525919157598df8e22650a69f59efdb448311))
25
+ * use sheet.href for stylesheet links | FLD-4738 ([#4033](https://github.com/Applitools-Dev/sdk/issues/4033)) ([20d2e65](https://github.com/Applitools-Dev/sdk/commit/20d2e65fb83b9680729a0565e5f4301d2ea79e04))
26
+
27
+
28
+
29
+ * @applitools/snippets bumped to 2.9.5
30
+ #### Bug Fixes
31
+
32
+ * honor maxAmountToScroll in lazyLoad when scrollTop overshoots ([#4032](https://github.com/Applitools-Dev/sdk/issues/4032)) ([b4393d7](https://github.com/Applitools-Dev/sdk/commit/b4393d76cc9457c2a36896dc1bb6cbaa0c6ed2b4))
33
+ * @applitools/driver bumped to 1.26.7
34
+
35
+ * @applitools/spec-driver-webdriver bumped to 1.6.7
36
+
37
+ * @applitools/spec-driver-selenium bumped to 1.8.7
38
+
39
+ * @applitools/spec-driver-playwright bumped to 1.9.7
40
+
41
+ * @applitools/spec-driver-puppeteer bumped to 1.8.7
42
+
43
+ * @applitools/screenshoter bumped to 3.12.26
44
+
45
+ * @applitools/nml-client bumped to 1.11.38
46
+
47
+ * @applitools/ec-client bumped to 1.12.40
48
+
49
+ * @applitools/core bumped to 4.67.2
50
+
51
+ * @applitools/eyes bumped to 1.44.2
52
+
53
+
54
+ ## [6.3.53](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.52...js/eyes-testcafe@6.3.53) (2026-07-29)
55
+
56
+
57
+ ### Dependencies
58
+
59
+ * @applitools/dom-snapshot bumped to 4.17.7
60
+ #### Bug Fixes
61
+
62
+ * capture CSS Font Loading API fonts in DOM snapshot | FLD-4754 ([#4024](https://github.com/Applitools-Dev/sdk/issues/4024)) ([3df71ed](https://github.com/Applitools-Dev/sdk/commit/3df71ede021072c7ad249d548465b72776672282))
63
+ * @applitools/core bumped to 4.67.1
64
+ #### Bug Fixes
65
+
66
+ * capture CSS Font Loading API fonts in DOM snapshot | FLD-4754 ([#4024](https://github.com/Applitools-Dev/sdk/issues/4024)) ([3df71ed](https://github.com/Applitools-Dev/sdk/commit/3df71ede021072c7ad249d548465b72776672282))
67
+ * include related branches in git branch-lookup fallback list | AD-15279 ([#4015](https://github.com/Applitools-Dev/sdk/issues/4015)) ([bceb7e1](https://github.com/Applitools-Dev/sdk/commit/bceb7e1bbb98a1138105629eec446f94e328ae30))
68
+
69
+
70
+
71
+ * @applitools/eyes bumped to 1.44.1
72
+
73
+
16
74
  ## [6.3.52](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.51...js/eyes-testcafe@6.3.52) (2026-07-23)
17
75
 
18
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.52",
3
+ "version": "6.3.54",
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.26.6",
72
- "@applitools/eyes": "1.44.0",
71
+ "@applitools/driver": "1.26.7",
72
+ "@applitools/eyes": "1.44.2",
73
73
  "@applitools/utils": "1.15.1"
74
74
  },
75
75
  "devDependencies": {