@applitools/eyes-testcafe 4.1.2 → 4.1.4

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 +83 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -13,6 +13,89 @@
13
13
 
14
14
 
15
15
 
16
+ ## [4.1.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.3...js/eyes-testcafe@4.1.4) (2023-12-19)
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * @applitools/spec-driver-webdriver bumped to 1.0.54
22
+ #### Bug Fixes
23
+
24
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
25
+
26
+
27
+
28
+ * @applitools/spec-driver-selenium bumped to 1.5.68
29
+
30
+ * @applitools/spec-driver-puppeteer bumped to 1.3.4
31
+
32
+ * @applitools/driver bumped to 1.16.1
33
+ #### Bug Fixes
34
+
35
+ * fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
36
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
37
+ * fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109))
38
+ * @applitools/screenshoter bumped to 3.8.20
39
+ #### Bug Fixes
40
+
41
+ * fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
42
+
43
+
44
+
45
+ * @applitools/nml-client bumped to 1.6.2
46
+
47
+ * @applitools/ec-client bumped to 1.7.20
48
+
49
+ * @applitools/core-base bumped to 1.7.5
50
+ #### Bug Fixes
51
+
52
+ * avoid caching concurrency ([#2103](https://github.com/applitools/eyes.sdk.javascript1/issues/2103)) ([34db2e9](https://github.com/applitools/eyes.sdk.javascript1/commit/34db2e9c554b0851b18b514b1a8a82b83ff310cd))
53
+ * @applitools/core bumped to 4.5.1
54
+ #### Bug Fixes
55
+
56
+ * avoid caching concurrency ([#2103](https://github.com/applitools/eyes.sdk.javascript1/issues/2103)) ([34db2e9](https://github.com/applitools/eyes.sdk.javascript1/commit/34db2e9c554b0851b18b514b1a8a82b83ff310cd))
57
+
58
+
59
+
60
+ * @applitools/eyes bumped to 1.13.3
61
+
62
+
63
+ ## [4.1.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.2...js/eyes-testcafe@4.1.3) (2023-12-18)
64
+
65
+
66
+ ### Dependencies
67
+
68
+ * @applitools/core bumped to 4.5.0
69
+ #### Features
70
+
71
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
72
+
73
+
74
+ #### Bug Fixes
75
+
76
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it ([9038723](https://github.com/applitools/eyes.sdk.javascript1/commit/9038723ee68515f7d4fe20ed31ec501df9a381dc))
77
+
78
+
79
+
80
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
81
+
82
+ * @applitools/spec-driver-selenium bumped to 1.5.67
83
+
84
+ * @applitools/spec-driver-puppeteer bumped to 1.3.3
85
+
86
+ * @applitools/driver bumped to 1.16.0
87
+ #### Features
88
+
89
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
90
+ * @applitools/screenshoter bumped to 3.8.19
91
+
92
+ * @applitools/nml-client bumped to 1.6.1
93
+
94
+ * @applitools/ec-client bumped to 1.7.19
95
+
96
+ * @applitools/eyes bumped to 1.13.2
97
+
98
+
16
99
  ## [4.1.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.1...js/eyes-testcafe@4.1.2) (2023-12-12)
17
100
 
18
101
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-testcafe",
3
- "version": "4.1.2",
3
+ "version": "4.1.4",
4
4
  "description": "Applitools Eyes SDK for TestCafe",
5
5
  "keywords": [
6
6
  "eyes-testcafe",
@@ -68,8 +68,8 @@
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.15.3",
72
- "@applitools/eyes": "1.13.1",
71
+ "@applitools/driver": "1.16.1",
72
+ "@applitools/eyes": "1.13.3",
73
73
  "@applitools/utils": "1.7.0"
74
74
  },
75
75
  "devDependencies": {