@applitools/eyes-puppeteer 1.23.0 → 1.23.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 +144 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,149 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.23.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.23.2...js/eyes-puppeteer@1.23.3) (2023-12-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.5.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
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * 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))
17
+
18
+
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
21
+
22
+ * @applitools/spec-driver-selenium bumped to 1.5.67
23
+
24
+ * @applitools/spec-driver-puppeteer bumped to 1.3.3
25
+
26
+ * @applitools/driver bumped to 1.16.0
27
+ #### Features
28
+
29
+ * 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))
30
+ * @applitools/screenshoter bumped to 3.8.19
31
+
32
+ * @applitools/nml-client bumped to 1.6.1
33
+
34
+ * @applitools/ec-client bumped to 1.7.19
35
+
36
+ * @applitools/eyes bumped to 1.13.2
37
+
38
+
39
+ ## [1.23.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.23.1...js/eyes-puppeteer@1.23.2) (2023-12-12)
40
+
41
+
42
+ ### Dependencies
43
+
44
+ * @applitools/core bumped to 4.4.0
45
+ #### Features
46
+
47
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
48
+ * 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))
49
+
50
+
51
+ #### Bug Fixes
52
+
53
+ * 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))
54
+
55
+
56
+ #### Code Refactoring
57
+
58
+ * fix safe selector generation ([#2072](https://github.com/applitools/eyes.sdk.javascript1/issues/2072)) ([373f11b](https://github.com/applitools/eyes.sdk.javascript1/commit/373f11b0dfea6eab417eb7077e0cfec79877dc1b))
59
+
60
+
61
+
62
+ * @applitools/spec-driver-webdriver bumped to 1.0.52
63
+
64
+ * @applitools/spec-driver-selenium bumped to 1.5.66
65
+
66
+ * @applitools/spec-driver-puppeteer bumped to 1.3.2
67
+
68
+ * @applitools/driver bumped to 1.15.3
69
+ #### Bug Fixes
70
+
71
+ * 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))
72
+ * @applitools/screenshoter bumped to 3.8.18
73
+
74
+ * @applitools/nml-client bumped to 1.6.0
75
+ #### Features
76
+
77
+ * 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))
78
+
79
+
80
+
81
+ * @applitools/tunnel-client bumped to 1.4.0
82
+ #### Features
83
+
84
+ * sign windows binaries ([87fd29c](https://github.com/applitools/eyes.sdk.javascript1/commit/87fd29c8953fc512489c3bb00841ca91c5b2f030))
85
+ * @applitools/ec-client bumped to 1.7.18
86
+
87
+ * @applitools/eyes bumped to 1.13.1
88
+
89
+
90
+ ## [1.23.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.23.0...js/eyes-puppeteer@1.23.1) (2023-12-05)
91
+
92
+
93
+ ### Dependencies
94
+
95
+ * @applitools/utils bumped to 1.7.0
96
+ #### Features
97
+
98
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
99
+ * @applitools/core bumped to 4.3.0
100
+ #### Features
101
+
102
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
103
+
104
+
105
+
106
+ * @applitools/logger bumped to 2.0.14
107
+
108
+ * @applitools/socket bumped to 1.1.14
109
+
110
+ * @applitools/req bumped to 1.6.4
111
+
112
+ * @applitools/image bumped to 1.1.9
113
+
114
+ * @applitools/spec-driver-webdriver bumped to 1.0.51
115
+
116
+ * @applitools/spec-driver-selenium bumped to 1.5.65
117
+
118
+ * @applitools/spec-driver-puppeteer bumped to 1.3.1
119
+
120
+ * @applitools/driver bumped to 1.15.2
121
+
122
+ * @applitools/screenshoter bumped to 3.8.17
123
+
124
+ * @applitools/nml-client bumped to 1.5.17
125
+
126
+ * @applitools/tunnel-client bumped to 1.3.2
127
+
128
+ * @applitools/ufg-client bumped to 1.9.9
129
+
130
+ * @applitools/ec-client bumped to 1.7.17
131
+
132
+ * @applitools/core-base bumped to 1.7.4
133
+ #### Bug Fixes
134
+
135
+ * do not block concurrency when server response is 503 ([#2049](https://github.com/applitools/eyes.sdk.javascript1/issues/2049)) ([f285009](https://github.com/applitools/eyes.sdk.javascript1/commit/f2850098f7522776c0d0a98bb1d958303628b149))
136
+
137
+
138
+
139
+ * @applitools/eyes bumped to 1.13.0
140
+ #### Features
141
+
142
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
143
+
144
+
145
+
146
+
3
147
  ## [1.23.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-puppeteer@1.22.4...js/eyes-puppeteer@1.23.0) (2023-11-21)
4
148
 
5
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-puppeteer",
3
- "version": "1.23.0",
3
+ "version": "1.23.3",
4
4
  "description": "Applitools Eyes SDK for Puppeteer",
5
5
  "keywords": [
6
6
  "eyes-puppeteer",
@@ -36,8 +36,8 @@
36
36
  "up:framework": "echo \"$(jq '.devDependencies.puppeteer = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
37
37
  },
38
38
  "dependencies": {
39
- "@applitools/eyes": "1.12.0",
40
- "@applitools/spec-driver-puppeteer": "1.3.0"
39
+ "@applitools/eyes": "1.13.2",
40
+ "@applitools/spec-driver-puppeteer": "1.3.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@applitools/api-extractor": "^1.2.22",