@applitools/eyes 1.13.0 → 1.13.2

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,88 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.13.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.13.1...js/eyes@1.13.2) (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
+
37
+ ## [1.13.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.13.0...js/eyes@1.13.1) (2023-12-12)
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * @applitools/driver bumped to 1.15.3
43
+ #### Bug Fixes
44
+
45
+ * 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))
46
+ * @applitools/nml-client bumped to 1.6.0
47
+ #### Features
48
+
49
+ * 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))
50
+
51
+
52
+
53
+ * @applitools/tunnel-client bumped to 1.4.0
54
+ #### Features
55
+
56
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
57
+ * @applitools/spec-driver-webdriver bumped to 1.0.52
58
+
59
+ * @applitools/spec-driver-selenium bumped to 1.5.66
60
+
61
+ * @applitools/spec-driver-puppeteer bumped to 1.3.2
62
+
63
+ * @applitools/screenshoter bumped to 3.8.18
64
+
65
+ * @applitools/ec-client bumped to 1.7.18
66
+
67
+ * @applitools/core bumped to 4.4.0
68
+ #### Features
69
+
70
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
71
+ * 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))
72
+
73
+
74
+ #### Bug Fixes
75
+
76
+ * 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))
77
+
78
+
79
+ #### Code Refactoring
80
+
81
+ * fix safe selector generation ([#2072](https://github.com/applitools/eyes.sdk.javascript1/issues/2072)) ([373f11b](https://github.com/applitools/eyes.sdk.javascript1/commit/373f11b0dfea6eab417eb7077e0cfec79877dc1b))
82
+
83
+
84
+
85
+
3
86
  ## [1.13.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.12.0...js/eyes@1.13.0) (2023-12-05)
4
87
 
5
88
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.13.0",
3
+ "version": "1.13.2",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -45,7 +45,7 @@
45
45
  "test": "run --top-level mocha './test/**/*.spec.ts'"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/core": "4.3.0",
48
+ "@applitools/core": "4.5.0",
49
49
  "@applitools/logger": "2.0.14",
50
50
  "@applitools/utils": "1.7.0"
51
51
  },