@applitools/eyes-testcafe 2.0.0 → 3.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 +73 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,79 @@
13
13
 
14
14
 
15
15
 
16
+ ## [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
+
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
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
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/spec-driver-webdriver bumped to 1.0.47
38
+
39
+ * @applitools/spec-driver-selenium bumped to 1.5.61
40
+
41
+ * @applitools/spec-driver-puppeteer bumped to 1.2.3
42
+
43
+ * @applitools/driver bumped to 1.14.3
44
+ #### Bug Fixes
45
+
46
+ * force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
47
+ * @applitools/screenshoter bumped to 3.8.13
48
+ #### Bug Fixes
49
+
50
+ * force native on get environment ([#1939](https://github.com/applitools/eyes.sdk.javascript1/issues/1939)) ([f42854e](https://github.com/applitools/eyes.sdk.javascript1/commit/f42854eacc769751447204143cb4d50113edc732))
51
+
52
+
53
+
54
+ * @applitools/nml-client bumped to 1.5.13
55
+
56
+ * @applitools/ec-client bumped to 1.7.12
57
+ #### Bug Fixes
58
+
59
+ * change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
60
+
61
+
62
+ #### Code Refactoring
63
+
64
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
65
+ * 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))
66
+
67
+
68
+
69
+ * @applitools/core-base bumped to 1.7.1
70
+ #### Bug Fixes
71
+
72
+ * send domMapping payload with correct content encoding ([2bc8e39](https://github.com/applitools/eyes.sdk.javascript1/commit/2bc8e390de1d147d84d1de24df337b8652547b6a))
73
+ * @applitools/core bumped to 3.11.5
74
+
75
+ * @applitools/eyes bumped to 1.10.0
76
+ #### Features
77
+
78
+ * added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
79
+ * 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))
80
+
81
+
82
+ #### Code Refactoring
83
+
84
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
85
+
86
+
87
+
88
+
16
89
  ## [2.0.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe-v1.17.4...js/eyes-testcafe@2.0.0) (2023-09-25)
17
90
 
18
91
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,8 +68,8 @@
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.2",
72
- "@applitools/eyes": "1.9.1",
71
+ "@applitools/driver": "1.14.3",
72
+ "@applitools/eyes": "1.10.0",
73
73
  "@applitools/utils": "1.6.1"
74
74
  },
75
75
  "devDependencies": {