@applitools/eyes-cypress 3.40.1 → 3.40.3

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 +87 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,92 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.40.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-cypress@3.40.2...js/eyes-cypress@3.40.3) (2023-12-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/driver bumped to 1.16.0
9
+ #### Features
10
+
11
+ * 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))
12
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
13
+
14
+ * @applitools/spec-driver-selenium bumped to 1.5.67
15
+
16
+ * @applitools/spec-driver-puppeteer bumped to 1.3.3
17
+
18
+ * @applitools/screenshoter bumped to 3.8.19
19
+
20
+ * @applitools/nml-client bumped to 1.6.1
21
+
22
+ * @applitools/ec-client bumped to 1.7.19
23
+
24
+ * @applitools/core bumped to 4.5.0
25
+ #### Features
26
+
27
+ * 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))
28
+
29
+
30
+ #### Bug Fixes
31
+
32
+ * 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))
33
+
34
+
35
+
36
+ * @applitools/eyes bumped to 1.13.2
37
+
38
+
39
+ ## [3.40.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-cypress@3.40.1...js/eyes-cypress@3.40.2) (2023-12-12)
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * @applitools/driver bumped to 1.15.3
45
+ #### Bug Fixes
46
+
47
+ * layout breakpoints reload and lazy load ([#2073](https://github.com/applitools/eyes.sdk.javascript1/issues/2073)) ([ab2c49e](https://github.com/applitools/eyes.sdk.javascript1/commit/ab2c49ea1ecff3fef337637a83aa5bef755a7b01))
48
+ * @applitools/nml-client bumped to 1.6.0
49
+ #### Features
50
+
51
+ * support updated applitools lib protocol ([#2086](https://github.com/applitools/eyes.sdk.javascript1/issues/2086)) ([31b49fc](https://github.com/applitools/eyes.sdk.javascript1/commit/31b49fc411c452d0b3da341fd701309714484485))
52
+
53
+
54
+
55
+ * @applitools/tunnel-client bumped to 1.4.0
56
+ #### Features
57
+
58
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
59
+ * @applitools/spec-driver-webdriver bumped to 1.0.52
60
+
61
+ * @applitools/spec-driver-selenium bumped to 1.5.66
62
+
63
+ * @applitools/spec-driver-puppeteer bumped to 1.3.2
64
+
65
+ * @applitools/screenshoter bumped to 3.8.18
66
+
67
+ * @applitools/ec-client bumped to 1.7.18
68
+
69
+ * @applitools/core bumped to 4.4.0
70
+ #### Features
71
+
72
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
73
+ * support updated applitools lib protocol ([#2086](https://github.com/applitools/eyes.sdk.javascript1/issues/2086)) ([31b49fc](https://github.com/applitools/eyes.sdk.javascript1/commit/31b49fc411c452d0b3da341fd701309714484485))
74
+
75
+
76
+ #### Bug Fixes
77
+
78
+ * layout breakpoints reload and lazy load ([#2073](https://github.com/applitools/eyes.sdk.javascript1/issues/2073)) ([ab2c49e](https://github.com/applitools/eyes.sdk.javascript1/commit/ab2c49ea1ecff3fef337637a83aa5bef755a7b01))
79
+
80
+
81
+ #### Code Refactoring
82
+
83
+ * fix safe selector generation ([#2072](https://github.com/applitools/eyes.sdk.javascript1/issues/2072)) ([373f11b](https://github.com/applitools/eyes.sdk.javascript1/commit/373f11b0dfea6eab417eb7077e0cfec79877dc1b))
84
+
85
+
86
+
87
+ * @applitools/eyes bumped to 1.13.1
88
+
89
+
3
90
  ## [3.40.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-cypress@3.40.0...js/eyes-cypress@3.40.1) (2023-12-05)
4
91
 
5
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-cypress",
3
- "version": "3.40.1",
3
+ "version": "3.40.3",
4
4
  "homepage": "https://applitools.com/docs/api-ref/sdk-api/cypress/",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./index.js",
@@ -53,8 +53,8 @@
53
53
  "setup": "run --top-level xvfb:setup"
54
54
  },
55
55
  "dependencies": {
56
- "@applitools/core": "4.3.0",
57
- "@applitools/eyes": "1.13.0",
56
+ "@applitools/core": "4.5.0",
57
+ "@applitools/eyes": "1.13.2",
58
58
  "@applitools/functional-commons": "1.6.0",
59
59
  "@applitools/logger": "2.0.14",
60
60
  "@applitools/utils": "1.7.0",
@@ -68,7 +68,7 @@
68
68
  "@applitools/api-extractor": "^1.2.22",
69
69
  "@applitools/bongo": "^5.7.6",
70
70
  "@applitools/generic": "^3.5.2",
71
- "@applitools/snaptdout": "1.0.1",
71
+ "@applitools/snaptdout": "^1.0.1",
72
72
  "@applitools/test-server": "^1.2.2",
73
73
  "@applitools/test-utils": "^1.5.17",
74
74
  "@types/node": "^12.20.55",