@applitools/eyes-testcafe 6.3.50 → 6.3.51
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.
- package/CHANGELOG.md +51 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,57 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
## [6.3.51](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.50...js/eyes-testcafe@6.3.51) (2026-07-21)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/dom-shared bumped to 1.2.2
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* CSP-safe sandbox opt-out for the MV3 extension content script | AD-14808 ([#3969](https://github.com/Applitools-Dev/sdk/issues/3969)) ([772aefa](https://github.com/Applitools-Dev/sdk/commit/772aefaa3e2bc1eb345fa8d3f6c91ad0913f82e7))
|
|
25
|
+
* @applitools/dom-snapshot bumped to 4.17.6
|
|
26
|
+
|
|
27
|
+
* @applitools/snippets bumped to 2.9.4
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
* @applitools/dom-capture bumped to 11.8.4
|
|
35
|
+
|
|
36
|
+
* @applitools/spec-driver-selenium bumped to 1.8.6
|
|
37
|
+
|
|
38
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.6
|
|
39
|
+
|
|
40
|
+
* @applitools/nml-client bumped to 1.11.36
|
|
41
|
+
|
|
42
|
+
* @applitools/core-base bumped to 1.36.2
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* guard logEventBatch against a logger-less event ([#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([bb8c9b2](https://github.com/Applitools-Dev/sdk/commit/bb8c9b242801e08dd573a77e261d5fb4540cd68e))
|
|
46
|
+
* @applitools/core bumped to 4.66.2
|
|
47
|
+
#### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
50
|
+
* send the old-infra retry in its check's slot | AD-14675 ([#3968](https://github.com/Applitools-Dev/sdk/issues/3968)) ([946b926](https://github.com/Applitools-Dev/sdk/commit/946b92632a511f1ed23f2f65d0382ef8d7177ea7))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
* @applitools/driver bumped to 1.26.6
|
|
55
|
+
|
|
56
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.6
|
|
57
|
+
|
|
58
|
+
* @applitools/spec-driver-playwright bumped to 1.9.6
|
|
59
|
+
|
|
60
|
+
* @applitools/screenshoter bumped to 3.12.25
|
|
61
|
+
|
|
62
|
+
* @applitools/ec-client bumped to 1.12.38
|
|
63
|
+
|
|
64
|
+
* @applitools/eyes bumped to 1.43.7
|
|
65
|
+
|
|
66
|
+
|
|
16
67
|
## [6.3.50](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.49...js/eyes-testcafe@6.3.50) (2026-07-08)
|
|
17
68
|
|
|
18
69
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.51",
|
|
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.
|
|
72
|
-
"@applitools/eyes": "1.43.
|
|
71
|
+
"@applitools/driver": "1.26.6",
|
|
72
|
+
"@applitools/eyes": "1.43.7",
|
|
73
73
|
"@applitools/utils": "1.15.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|