@applitools/eyes-testcafe 5.0.0 → 6.0.0

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 +79 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -13,6 +13,85 @@
13
13
 
14
14
 
15
15
 
16
+ ## [6.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v5.0.1...js/eyes-testcafe@6.0.0) (2024-02-29)
17
+
18
+
19
+ ### ⚠ BREAKING CHANGES
20
+
21
+ * drop support of node <16
22
+
23
+ ### Features
24
+
25
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
26
+ * drop support of node &lt;16 ([e743d81](https://github.com/applitools/eyes.sdk.javascript1/commit/e743d814cbd3725dde1304a36a31ccf7d88b16bc))
27
+
28
+
29
+ ### Code Refactoring
30
+
31
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
32
+ * use Uint8Array instead of Buffer for binary data representation ([#1928](https://github.com/applitools/eyes.sdk.javascript1/issues/1928)) ([d1472ab](https://github.com/applitools/eyes.sdk.javascript1/commit/d1472ab8fd49e9a240e99a44dbf1d180b6c7a54b))
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/req bumped to 1.6.5
38
+ #### Bug Fixes
39
+
40
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
41
+ * @applitools/dom-shared bumped to 1.0.13
42
+ #### Bug Fixes
43
+
44
+ * dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
45
+ * @applitools/tunnel-client bumped to 1.4.1
46
+ #### Bug Fixes
47
+
48
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
49
+
50
+
51
+
52
+ * @applitools/dom-capture bumped to 11.2.6
53
+
54
+ * @applitools/dom-snapshot bumped to 4.8.1
55
+
56
+ * @applitools/nml-client bumped to 1.7.2
57
+
58
+ * @applitools/ufg-client bumped to 1.9.10
59
+
60
+ * @applitools/ec-client bumped to 1.7.27
61
+
62
+ * @applitools/core-base bumped to 1.9.1
63
+ #### Bug Fixes
64
+
65
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
66
+
67
+
68
+
69
+ * @applitools/core bumped to 4.9.1
70
+
71
+ * @applitools/eyes bumped to 1.15.0
72
+ #### Features
73
+
74
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
75
+ * added `enableEyesLogs` configuration to the eyes service ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
76
+ * added `useExecutionCloud` configuration to the eyes service ([#2033](https://github.com/applitools/eyes.sdk.javascript1/issues/2033)) ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
77
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
78
+
79
+
80
+ #### Bug Fixes
81
+
82
+ * error to unknown type in exception ([#2035](https://github.com/applitools/eyes.sdk.javascript1/issues/2035)) ([16d78c3](https://github.com/applitools/eyes.sdk.javascript1/commit/16d78c3cce90a5cb50cc2aa4e9ab6a58b7b93f89))
83
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
84
+ * fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/applitools/eyes.sdk.javascript1/commit/42a773cc57e8e5de528a049b376159615892003b))
85
+ * fixed issue when w3c properties were added to legacy capabilities object in `Eyes.setMobileCapabilities` method ([94d785f](https://github.com/applitools/eyes.sdk.javascript1/commit/94d785f0428df101c207d6f09a55c46f2bdbf19e))
86
+
87
+
88
+ #### Code Refactoring
89
+
90
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
91
+
92
+
93
+
94
+
16
95
  ## [5.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v4.1.8...js/eyes-testcafe@5.0.0) (2024-02-13)
17
96
 
18
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
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.16.2",
72
- "@applitools/eyes": "1.14.0",
72
+ "@applitools/eyes": "1.15.0",
73
73
  "@applitools/utils": "1.7.0"
74
74
  },
75
75
  "devDependencies": {