@applitools/eyes-testcafe 6.3.7 → 6.3.9

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 +55 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,61 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.3.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.8...js/eyes-testcafe@6.3.9) (2025-10-01)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/screenshoter bumped to 3.12.6
22
+ #### Bug Fixes
23
+
24
+ * wait after scroll | FLD-3594 ([#3252](https://github.com/Applitools-Dev/sdk/issues/3252)) ([e452422](https://github.com/Applitools-Dev/sdk/commit/e4524229b64e40d9b9596a92bfa94daf5824286a))
25
+ * @applitools/nml-client bumped to 1.11.7
26
+
27
+ * @applitools/core-base bumped to 1.28.1
28
+ #### Bug Fixes
29
+
30
+ * unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
31
+ * @applitools/core bumped to 4.49.0
32
+ #### Features
33
+
34
+ * storybook addon ([#3104](https://github.com/Applitools-Dev/sdk/issues/3104)) ([16e09cb](https://github.com/Applitools-Dev/sdk/commit/16e09cba8928c3a24b9e0d9d41e0936fbaec2773))
35
+
36
+
37
+ #### Bug Fixes
38
+
39
+ * duplicate concurrency warnings ([#3255](https://github.com/Applitools-Dev/sdk/issues/3255)) ([ef2f94a](https://github.com/Applitools-Dev/sdk/commit/ef2f94ab4137c78396583f166344285beeb49be7))
40
+
41
+
42
+
43
+ * @applitools/ec-client bumped to 1.12.9
44
+
45
+ * @applitools/eyes bumped to 1.36.9
46
+
47
+
48
+ ## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.7...js/eyes-testcafe@6.3.8) (2025-09-22)
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * @applitools/nml-client bumped to 1.11.6
54
+
55
+ * @applitools/core-base bumped to 1.28.0
56
+ #### Features
57
+
58
+ * use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
59
+ * @applitools/core bumped to 4.48.0
60
+ #### Features
61
+
62
+ * use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
63
+
64
+
65
+
66
+ * @applitools/ec-client bumped to 1.12.8
67
+
68
+ * @applitools/eyes bumped to 1.36.8
69
+
70
+
16
71
  ## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.6...js/eyes-testcafe@6.3.7) (2025-09-16)
17
72
 
18
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "6.3.7",
3
+ "version": "6.3.9",
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.23.5",
72
- "@applitools/eyes": "1.36.7",
72
+ "@applitools/eyes": "1.36.9",
73
73
  "@applitools/utils": "1.12.0"
74
74
  },
75
75
  "devDependencies": {