@applitools/eyes-testcafe 3.0.0 → 4.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 +156 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -13,6 +13,162 @@
13
13
 
14
14
 
15
15
 
16
+ ## [4.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v3.0.1...js/eyes-testcafe@4.0.0) (2023-10-17)
17
+
18
+
19
+ ### ⚠ BREAKING CHANGES
20
+
21
+ * drop support of node <16
22
+
23
+ ### Features
24
+
25
+ * drop support of node &lt;16 ([e743d81](https://github.com/applitools/eyes.sdk.javascript1/commit/e743d814cbd3725dde1304a36a31ccf7d88b16bc))
26
+ * update testcafe ([#1884](https://github.com/applitools/eyes.sdk.javascript1/issues/1884)) ([104f1b6](https://github.com/applitools/eyes.sdk.javascript1/commit/104f1b6cc0d4f107ba46404383de2fa11fe99dcf))
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
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
33
+ * 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))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * @applitools/utils bumped to 1.6.2
39
+ #### Code Refactoring
40
+
41
+ * 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))
42
+ * @applitools/logger bumped to 2.0.12
43
+ #### Code Refactoring
44
+
45
+ * 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))
46
+
47
+
48
+
49
+ * @applitools/socket bumped to 1.1.12
50
+ #### Code Refactoring
51
+
52
+ * 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))
53
+
54
+
55
+
56
+ * @applitools/req bumped to 1.6.2
57
+ #### Code Refactoring
58
+
59
+ * 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))
60
+
61
+
62
+
63
+ * @applitools/image bumped to 1.1.7
64
+ #### Bug Fixes
65
+
66
+ * avoid using ascii text decoder ([1b68d39](https://github.com/applitools/eyes.sdk.javascript1/commit/1b68d3945d96b17b9ab1f1a87d352206fd0c81d6))
67
+
68
+
69
+ #### Code Refactoring
70
+
71
+ * 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))
72
+
73
+
74
+
75
+ * @applitools/spec-driver-selenium bumped to 1.5.62
76
+
77
+ * @applitools/spec-driver-puppeteer bumped to 1.2.4
78
+ #### Code Refactoring
79
+
80
+ * 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))
81
+
82
+
83
+
84
+ * @applitools/ufg-client bumped to 1.9.6
85
+ #### Code Refactoring
86
+
87
+ * 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))
88
+ * drop jsdom dependency ([1b68d39](https://github.com/applitools/eyes.sdk.javascript1/commit/1b68d3945d96b17b9ab1f1a87d352206fd0c81d6))
89
+
90
+
91
+
92
+ * @applitools/core bumped to 4.0.0
93
+ #### ⚠ BREAKING CHANGES
94
+
95
+ * update core to v4 ([#1936](https://github.com/applitools/eyes.sdk.javascript1/issues/1936))
96
+
97
+ #### Features
98
+
99
+ * update core to v4 ([#1936](https://github.com/applitools/eyes.sdk.javascript1/issues/1936)) ([1b68d39](https://github.com/applitools/eyes.sdk.javascript1/commit/1b68d3945d96b17b9ab1f1a87d352206fd0c81d6))
100
+
101
+
102
+ #### Bug Fixes
103
+
104
+ * upgrade dom-snapshot ([#1969](https://github.com/applitools/eyes.sdk.javascript1/issues/1969)) ([458beb8](https://github.com/applitools/eyes.sdk.javascript1/commit/458beb803aec3e6d51484a557b3eed8f537a709d))
105
+
106
+
107
+ #### Code Refactoring
108
+
109
+ * 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))
110
+
111
+
112
+
113
+ * @applitools/nml-client bumped to 1.5.14
114
+
115
+ * @applitools/core-base bumped to 1.7.2
116
+ #### Code Refactoring
117
+
118
+ * 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))
119
+
120
+
121
+
122
+ * @applitools/spec-driver-webdriver bumped to 1.0.48
123
+
124
+ * @applitools/driver bumped to 1.14.4
125
+ #### Code Refactoring
126
+
127
+ * 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))
128
+
129
+
130
+
131
+ * @applitools/screenshoter bumped to 3.8.14
132
+ #### Bug Fixes
133
+
134
+ * allow css scrolling when taking screenshot of the webview ([2d3a257](https://github.com/applitools/eyes.sdk.javascript1/commit/2d3a2572768e7f979d16297ca316a79ab2538adb))
135
+
136
+
137
+ #### Code Refactoring
138
+
139
+ * 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))
140
+
141
+
142
+
143
+ * @applitools/tunnel-client bumped to 1.2.4
144
+ #### Code Refactoring
145
+
146
+ * 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))
147
+
148
+
149
+
150
+ * @applitools/ec-client bumped to 1.7.13
151
+ #### Code Refactoring
152
+
153
+ * 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))
154
+
155
+
156
+
157
+ * @applitools/eyes bumped to 1.11.0
158
+ #### Features
159
+
160
+ * added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
161
+ * rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
162
+
163
+
164
+ #### Code Refactoring
165
+
166
+ * 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))
167
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
168
+
169
+
170
+
171
+
16
172
  ## [3.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v2.0.1...js/eyes-testcafe@3.0.0) (2023-09-29)
17
173
 
18
174
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "3.0.0",
3
+ "version": "4.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": "yarn add --dev --caret testcafe${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
69
69
  },
70
70
  "dependencies": {
71
- "@applitools/driver": "1.14.3",
72
- "@applitools/eyes": "1.10.0",
73
- "@applitools/utils": "1.6.1"
71
+ "@applitools/driver": "1.14.4",
72
+ "@applitools/eyes": "1.11.0",
73
+ "@applitools/utils": "1.6.2"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@applitools/api-extractor": "^1.2.22",
77
- "@applitools/bongo": "^5.6.1",
78
- "@applitools/generic": "^3.3.10",
77
+ "@applitools/bongo": "^5.7.0",
78
+ "@applitools/generic": "^3.4.1",
79
79
  "@applitools/test-server": "^1.2.2",
80
80
  "@applitools/test-utils": "^1.5.17",
81
81
  "testcafe": "1"