@applitools/eyes-storybook 3.53.11 → 3.53.12

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 +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.53.12](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.53.11...js/eyes-storybook@3.53.12) (2025-03-04)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 4.32.0
9
+ #### Features
10
+
11
+ * limit offline console logs ([#2813](https://github.com/Applitools-Dev/sdk/issues/2813)) ([9bec38b](https://github.com/Applitools-Dev/sdk/commit/9bec38b39cd7a35e574b667e8efa5016d3cf8fb3))
12
+
13
+
14
+ #### Bug Fixes
15
+
16
+ * abort offline corrupt tests ([#2827](https://github.com/Applitools-Dev/sdk/issues/2827)) ([eabca07](https://github.com/Applitools-Dev/sdk/commit/eabca07c7575433fb97f63762412ddbb492dd665))
17
+ * stale elements for webdriver sdks ([#2798](https://github.com/Applitools-Dev/sdk/issues/2798)) ([03e5fac](https://github.com/Applitools-Dev/sdk/commit/03e5fac2d3929ebe615293fd899b7e21443fb062))
18
+ * @applitools/eyes bumped to 1.32.4
19
+
20
+
3
21
  ## [3.53.11](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.53.10...js/eyes-storybook@3.53.11) (2025-03-04)
4
22
 
5
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.53.11",
3
+ "version": "3.53.12",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -53,9 +53,9 @@
53
53
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
54
54
  },
55
55
  "dependencies": {
56
- "@applitools/core": "4.31.4",
56
+ "@applitools/core": "4.32.0",
57
57
  "@applitools/driver": "1.20.5",
58
- "@applitools/eyes": "1.32.3",
58
+ "@applitools/eyes": "1.32.4",
59
59
  "@applitools/functional-commons": "1.6.0",
60
60
  "@applitools/logger": "2.1.1",
61
61
  "@applitools/monitoring-commons": "1.0.19",