@applitools/eyes-storybook 3.52.5 → 3.53.1

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 +210 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,215 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.53.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.53.0...js/eyes-storybook@3.53.1) (2024-12-31)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * @applitools/utils bumped to 1.7.7
14
+ #### Bug Fixes
15
+
16
+ * shim process execution functions for browser environment ([#2698](https://github.com/Applitools-Dev/sdk/issues/2698)) ([8d77db4](https://github.com/Applitools-Dev/sdk/commit/8d77db48e1c7fd54cad92c89a819a924255e5868))
17
+ * @applitools/logger bumped to 2.1.0
18
+ #### Features
19
+
20
+ * logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
21
+
22
+
23
+
24
+ * @applitools/dom-snapshot bumped to 4.11.13
25
+ #### Bug Fixes
26
+
27
+ * code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
28
+
29
+
30
+
31
+ * @applitools/socket bumped to 1.2.0
32
+ #### Features
33
+
34
+ * logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
35
+
36
+
37
+
38
+ * @applitools/core-base bumped to 1.22.0
39
+ #### Features
40
+
41
+ * deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
42
+ * logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
43
+
44
+
45
+
46
+ * @applitools/req bumped to 1.7.6
47
+
48
+ * @applitools/image bumped to 1.1.16
49
+
50
+ * @applitools/dom-capture bumped to 11.5.3
51
+ #### Bug Fixes
52
+
53
+ * code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
54
+ * @applitools/eyes bumped to 1.30.0
55
+ #### Features
56
+
57
+ * ability to download side by side with highlighted diffs (2419) ([#2530](https://github.com/Applitools-Dev/sdk/issues/2530)) ([e06ce69](https://github.com/Applitools-Dev/sdk/commit/e06ce699f30e9e444ac58dafdf5989ff1c96ca1c))
58
+ * add an option to keep the navigation bar for android devices ([#2608](https://github.com/Applitools-Dev/sdk/issues/2608)) ([e7647e0](https://github.com/Applitools-Dev/sdk/commit/e7647e0105a7aa47e6bf3b20ab033f1e389ca849))
59
+ * add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
60
+ * capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
61
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
62
+ * dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
63
+ * html report for playwright ([#2576](https://github.com/Applitools-Dev/sdk/issues/2576)) ([f93f164](https://github.com/Applitools-Dev/sdk/commit/f93f164a289f5676bcc9d650e5e3d90b8e6a6920))
64
+ * ios 18 devices enum ([#2584](https://github.com/Applitools-Dev/sdk/issues/2584)) ([8eab653](https://github.com/Applitools-Dev/sdk/commit/8eab653f99733839bdec43d86089edc35abcf8e8))
65
+ * logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
66
+ * offline cli with config ([#2646](https://github.com/Applitools-Dev/sdk/issues/2646)) ([0589dc4](https://github.com/Applitools-Dev/sdk/commit/0589dc429a0c94451e957932106f258dadfd88cc))
67
+ * remove Android NMG API ([#2566](https://github.com/Applitools-Dev/sdk/issues/2566)) ([750c0f0](https://github.com/Applitools-Dev/sdk/commit/750c0f0263e5ff06f86055e7ba0c3fb47cadb620))
68
+
69
+
70
+ #### Bug Fixes
71
+
72
+ * don't pass RectangleSize to core ([#2673](https://github.com/Applitools-Dev/sdk/issues/2673)) ([47653ea](https://github.com/Applitools-Dev/sdk/commit/47653eae44d4c9693cc84e9209bb08f8d070c4af))
73
+ * offline cli chalk error ([c7c659a](https://github.com/Applitools-Dev/sdk/commit/c7c659aa889080f2fc7763152db2447211fe1487))
74
+ * organize configuration alphabetically and add getters and setters ([684490d](https://github.com/Applitools-Dev/sdk/commit/684490d8d85d1dd0f07bafdcc38febfcf7c58d08))
75
+ * trigger playwright release ([1d3ea3e](https://github.com/Applitools-Dev/sdk/commit/1d3ea3e4d2059c12d8013f04c18f5facffbc5846))
76
+ * trigger release ([c97dbfc](https://github.com/Applitools-Dev/sdk/commit/c97dbfc89245f374917702a867b87f2794155e54))
77
+ * update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
78
+
79
+
80
+ #### Code Refactoring
81
+
82
+ * start linting "no-floating-promises" (wip) ([#2539](https://github.com/Applitools-Dev/sdk/issues/2539)) ([51b91cb](https://github.com/Applitools-Dev/sdk/commit/51b91cb15603f7d68e4bd6a16eb0f80e3f380295))
83
+
84
+
85
+
86
+ * @applitools/driver bumped to 1.20.2
87
+
88
+ * @applitools/spec-driver-puppeteer bumped to 1.4.22
89
+
90
+ * @applitools/tunnel-client bumped to 1.6.0
91
+ #### Features
92
+
93
+ * logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
94
+
95
+
96
+
97
+ * @applitools/ec-client bumped to 1.10.0
98
+ #### Features
99
+
100
+ * logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
101
+
102
+
103
+
104
+ * @applitools/spec-driver-webdriver bumped to 1.1.22
105
+
106
+ * @applitools/spec-driver-selenium bumped to 1.5.93
107
+
108
+ * @applitools/screenshoter bumped to 3.10.2
109
+
110
+ * @applitools/nml-client bumped to 1.8.21
111
+
112
+ * @applitools/ufg-client bumped to 1.16.0
113
+ #### Features
114
+
115
+ * deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
116
+
117
+
118
+ #### Bug Fixes
119
+
120
+ * code scanning issue ([#2687](https://github.com/Applitools-Dev/sdk/issues/2687)) ([f301056](https://github.com/Applitools-Dev/sdk/commit/f301056cccfc9cc0c21ceedbd521d8f4b054f058))
121
+
122
+
123
+
124
+ * @applitools/core bumped to 4.28.0
125
+ #### Features
126
+
127
+ * deterministic output in offline execution ([#2711](https://github.com/Applitools-Dev/sdk/issues/2711)) ([5e8c7ca](https://github.com/Applitools-Dev/sdk/commit/5e8c7ca43c98e7ba6aed0c1a66c5a60b4001aeff))
128
+ * logger masking ([#2640](https://github.com/Applitools-Dev/sdk/issues/2640)) ([bd69d21](https://github.com/Applitools-Dev/sdk/commit/bd69d21f6341447b1acdb042f4ee1a6328d7428f))
129
+
130
+
131
+ #### Bug Fixes
132
+
133
+ * take snapshots with coded regions on pages that has cross origin frames ([#2705](https://github.com/Applitools-Dev/sdk/issues/2705)) ([5972fec](https://github.com/Applitools-Dev/sdk/commit/5972fec890a1454a9f96c4eddcf17634e72111aa))
134
+
135
+
136
+
137
+
138
+ ## [3.53.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.52.5...js/eyes-storybook@3.53.0) (2024-12-18)
139
+
140
+
141
+ ### Features
142
+
143
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
144
+
145
+
146
+ ### Dependencies
147
+
148
+ * @applitools/utils bumped to 1.7.6
149
+ #### Bug Fixes
150
+
151
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
152
+ * @applitools/logger bumped to 2.0.20
153
+
154
+ * @applitools/dom-snapshot bumped to 4.11.12
155
+
156
+ * @applitools/socket bumped to 1.1.20
157
+
158
+ * @applitools/req bumped to 1.7.5
159
+
160
+ * @applitools/image bumped to 1.1.15
161
+
162
+ * @applitools/driver bumped to 1.20.1
163
+
164
+ * @applitools/spec-driver-webdriver bumped to 1.1.21
165
+ #### Bug Fixes
166
+
167
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
168
+
169
+
170
+
171
+ * @applitools/core-base bumped to 1.21.0
172
+ #### Features
173
+
174
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
175
+ * check for new ufg balancer ([#2683](https://github.com/Applitools-Dev/sdk/issues/2683)) ([60ca9f9](https://github.com/Applitools-Dev/sdk/commit/60ca9f98d37374c918e9c634af46d7f8266b95fc))
176
+
177
+
178
+ #### Bug Fixes
179
+
180
+ * move apiKey from query param to request header ([d1d2642](https://github.com/Applitools-Dev/sdk/commit/d1d26424c64d8e03981b1482ca49870a866bc164))
181
+
182
+
183
+
184
+ * @applitools/spec-driver-selenium bumped to 1.5.92
185
+
186
+ * @applitools/spec-driver-puppeteer bumped to 1.4.21
187
+
188
+ * @applitools/screenshoter bumped to 3.10.1
189
+
190
+ * @applitools/nml-client bumped to 1.8.20
191
+
192
+ * @applitools/tunnel-client bumped to 1.5.11
193
+
194
+ * @applitools/ufg-client bumped to 1.15.1
195
+
196
+ * @applitools/ec-client bumped to 1.9.17
197
+
198
+ * @applitools/core bumped to 4.27.0
199
+ #### Features
200
+
201
+ * check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
202
+
203
+
204
+ #### Bug Fixes
205
+
206
+ * support webdriver.io 9 ([baee5ce](https://github.com/Applitools-Dev/sdk/commit/baee5ce96e8220c337b007e3a517b5546ce0fedc))
207
+
208
+
209
+
210
+ * @applitools/eyes bumped to 1.29.3
211
+
212
+
3
213
  ## [3.52.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.52.4...js/eyes-storybook@3.52.5) (2024-12-05)
4
214
 
5
215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.52.5",
3
+ "version": "3.53.1",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -54,15 +54,15 @@
54
54
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.26.0",
58
- "@applitools/driver": "1.20.0",
59
- "@applitools/eyes": "1.29.2",
57
+ "@applitools/core": "4.28.0",
58
+ "@applitools/driver": "1.20.2",
59
+ "@applitools/eyes": "1.30.0",
60
60
  "@applitools/functional-commons": "1.6.0",
61
- "@applitools/logger": "2.0.19",
61
+ "@applitools/logger": "2.1.0",
62
62
  "@applitools/monitoring-commons": "1.0.19",
63
- "@applitools/spec-driver-puppeteer": "1.4.20",
64
- "@applitools/ufg-client": "1.15.0",
65
- "@applitools/utils": "1.7.5",
63
+ "@applitools/spec-driver-puppeteer": "1.4.22",
64
+ "@applitools/ufg-client": "1.16.0",
65
+ "@applitools/utils": "1.7.7",
66
66
  "boxen": "4.2.0",
67
67
  "chalk": "3.0.0",
68
68
  "detect-port": "1.3.0",