@applitools/eyes-storybook 3.63.4 → 3.63.5

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 +47 -0
  2. package/package.json +5 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.63.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.63.4...js/eyes-storybook@3.63.5) (2026-01-11)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.6.8
9
+ #### Bug Fixes
10
+
11
+ * added support for `font-style` attribute | AD-12435 ([#3458](https://github.com/Applitools-Dev/sdk/issues/3458)) ([f121c2a](https://github.com/Applitools-Dev/sdk/commit/f121c2acdea9285b8b53846466dcb4e2c97820e4))
12
+ * @applitools/dom-snapshot bumped to 4.15.5
13
+
14
+ * @applitools/driver bumped to 1.24.4
15
+ #### Bug Fixes
16
+
17
+ * scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
18
+ * @applitools/core-base bumped to 1.31.1
19
+ #### Bug Fixes
20
+
21
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
22
+ * @applitools/spec-driver-webdriver bumped to 1.5.4
23
+
24
+ * @applitools/spec-driver-selenium bumped to 1.7.10
25
+
26
+ * @applitools/spec-driver-puppeteer bumped to 1.6.10
27
+
28
+ * @applitools/screenshoter bumped to 3.12.11
29
+
30
+ * @applitools/nml-client bumped to 1.11.14
31
+ #### Bug Fixes
32
+
33
+ * nml broker retry mechanism | FLD-3968 FLD-3963 FLD-3950 ([#3430](https://github.com/Applitools-Dev/sdk/issues/3430)) ([42617e0](https://github.com/Applitools-Dev/sdk/commit/42617e021f43a89f8a8f2cb914f489ac8d215714))
34
+
35
+
36
+
37
+ * @applitools/ec-client bumped to 1.12.16
38
+
39
+ * @applitools/core bumped to 4.54.2
40
+ #### Bug Fixes
41
+
42
+ * per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
43
+ * preserve response body in broker handler ([e1bec23](https://github.com/Applitools-Dev/sdk/commit/e1bec23eabf8e8b73db7ec7cd2febb054047f7a7))
44
+
45
+
46
+
47
+ * @applitools/eyes bumped to 1.36.20
48
+
49
+
3
50
  ## [3.63.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.63.3...js/eyes-storybook@3.63.4) (2025-12-28)
4
51
 
5
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.63.4",
3
+ "version": "3.63.5",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -59,13 +59,13 @@
59
59
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
60
60
  },
61
61
  "dependencies": {
62
- "@applitools/core": "4.54.1",
63
- "@applitools/driver": "1.24.3",
64
- "@applitools/eyes": "1.36.19",
62
+ "@applitools/core": "4.54.2",
63
+ "@applitools/driver": "1.24.4",
64
+ "@applitools/eyes": "1.36.20",
65
65
  "@applitools/functional-commons": "1.6.0",
66
66
  "@applitools/logger": "2.2.7",
67
67
  "@applitools/monitoring-commons": "1.0.19",
68
- "@applitools/spec-driver-puppeteer": "1.6.9",
68
+ "@applitools/spec-driver-puppeteer": "1.6.10",
69
69
  "@applitools/ufg-client": "1.18.3",
70
70
  "@applitools/utils": "1.14.1",
71
71
  "@inquirer/prompts": "7.0.1",
@@ -91,7 +91,6 @@
91
91
  "@testing-library/dom": "^5.6.1",
92
92
  "bitmap-manipulation": "^2.0.0",
93
93
  "chai": "^4.2.0",
94
- "core-js": "^3.6.1",
95
94
  "express": "^4.21.2",
96
95
  "filenamify": "^4.1.0",
97
96
  "node-fetch": "^2.6.0",