@applitools/eyes-testcafe 4.1.6 → 5.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 +130 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -13,6 +13,136 @@
13
13
 
14
14
 
15
15
 
16
+ ## [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
+
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/dom-snapshot bumped to 4.7.17
38
+ #### Bug Fixes
39
+
40
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
41
+ * @applitools/spec-driver-webdriver bumped to 1.0.57
42
+ #### Bug Fixes
43
+
44
+ * fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
45
+ * @applitools/spec-driver-puppeteer bumped to 1.4.0
46
+ #### Features
47
+
48
+ * added support for puppeteer &gt;= 22 ([#2185](https://github.com/applitools/eyes.sdk.javascript1/issues/2185)) ([59d23a9](https://github.com/applitools/eyes.sdk.javascript1/commit/59d23a9689d77c7db06df53b67fa293a3b3f166e))
49
+ * @applitools/core bumped to 4.8.0
50
+ #### Features
51
+
52
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
53
+
54
+
55
+ #### Bug Fixes
56
+
57
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
58
+ * nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
59
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
60
+
61
+
62
+
63
+ * @applitools/screenshoter bumped to 3.8.23
64
+
65
+ * @applitools/nml-client bumped to 1.7.0
66
+ #### Features
67
+
68
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
69
+
70
+
71
+ #### Bug Fixes
72
+
73
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
74
+
75
+
76
+
77
+ * @applitools/ec-client bumped to 1.7.25
78
+
79
+ * @applitools/eyes bumped to 1.14.0
80
+ #### Features
81
+
82
+ * 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))
83
+ * added `enableEyesLogs` configuration to the eyes service ([639ca8a](https://github.com/applitools/eyes.sdk.javascript1/commit/639ca8a021008d06fc09d19ca58ac3d00a18e4c3))
84
+ * 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))
85
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
86
+
87
+
88
+ #### Bug Fixes
89
+
90
+ * 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))
91
+ * fixed `serverUrl` configuration propagation ([247b7d8](https://github.com/applitools/eyes.sdk.javascript1/commit/247b7d88853dd1a9068d2d963582ad795752ace4))
92
+ * fixed default value in `useSystemScreenshot` method of check settings ([42a773c](https://github.com/applitools/eyes.sdk.javascript1/commit/42a773cc57e8e5de528a049b376159615892003b))
93
+ * 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))
94
+
95
+
96
+ #### Code Refactoring
97
+
98
+ * 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))
99
+
100
+
101
+
102
+
103
+ ## [4.1.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.6...js/eyes-testcafe@4.1.7) (2024-01-30)
104
+
105
+
106
+ ### Dependencies
107
+
108
+ * @applitools/snippets bumped to 2.4.25
109
+ #### Bug Fixes
110
+
111
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
112
+ * @applitools/spec-driver-webdriver bumped to 1.0.55
113
+
114
+ * @applitools/spec-driver-selenium bumped to 1.5.69
115
+
116
+ * @applitools/spec-driver-puppeteer bumped to 1.3.5
117
+
118
+ * @applitools/driver bumped to 1.16.2
119
+ #### Bug Fixes
120
+
121
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
122
+
123
+
124
+
125
+ * @applitools/core bumped to 4.7.0
126
+ #### Features
127
+
128
+ * added support of proxy server url env var ([#2159](https://github.com/applitools/eyes.sdk.javascript1/issues/2159)) ([2f69c3d](https://github.com/applitools/eyes.sdk.javascript1/commit/2f69c3d37d7af9be1f459fd3d5f41b361161b5bf))
129
+
130
+
131
+ #### Bug Fixes
132
+
133
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
134
+
135
+
136
+
137
+ * @applitools/screenshoter bumped to 3.8.21
138
+
139
+ * @applitools/nml-client bumped to 1.6.5
140
+
141
+ * @applitools/ec-client bumped to 1.7.23
142
+
143
+ * @applitools/eyes bumped to 1.13.6
144
+
145
+
16
146
  ## [4.1.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.5...js/eyes-testcafe@4.1.6) (2024-01-16)
17
147
 
18
148
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "4.1.6",
3
+ "version": "5.0.0",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,14 +68,14 @@
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.16.1",
72
- "@applitools/eyes": "1.13.5",
71
+ "@applitools/driver": "1.16.2",
72
+ "@applitools/eyes": "1.14.0",
73
73
  "@applitools/utils": "1.7.0"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@applitools/api-extractor": "^1.2.22",
77
- "@applitools/bongo": "^5.7.6",
78
- "@applitools/generic": "^3.5.2",
77
+ "@applitools/bongo": "^5.10.0",
78
+ "@applitools/generic": "^3.9.1",
79
79
  "@applitools/test-server": "^1.2.2",
80
80
  "@applitools/test-utils": "^1.5.17",
81
81
  "testcafe": "^3.4.0"