@applitools/eyes-storybook 3.65.4 → 3.65.6

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 +63 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.65.6](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.65.5...js/eyes-storybook@3.65.6) (2026-06-09)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.11.0
9
+ #### Features
10
+
11
+ * add HTTP/2 proxy support (AD-13916) ([#3860](https://github.com/Applitools-Dev/sdk/issues/3860)) ([87cfb3e](https://github.com/Applitools-Dev/sdk/commit/87cfb3e2772cc8443d961b7916cc701f894b84cb))
12
+ * @applitools/tunnel-client bumped to 1.12.0
13
+ #### Features
14
+
15
+ * add PAC-file proxy routing for tunnel agent | FLD-3783 ([#3897](https://github.com/Applitools-Dev/sdk/issues/3897)) ([e4f5818](https://github.com/Applitools-Dev/sdk/commit/e4f58181f4e835c9823915ecab9e99a9e150e493))
16
+
17
+
18
+
19
+ * @applitools/nml-client bumped to 1.11.30
20
+
21
+ * @applitools/ufg-client bumped to 1.22.3
22
+
23
+ * @applitools/core-base bumped to 1.35.1
24
+
25
+ * @applitools/ec-client bumped to 1.12.32
26
+
27
+ * @applitools/core bumped to 4.64.1
28
+
29
+ * @applitools/eyes bumped to 1.43.1
30
+
31
+
32
+ ## [3.65.5](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.65.4...js/eyes-storybook@3.65.5) (2026-06-04)
33
+
34
+
35
+ ### Dependencies
36
+
37
+ * @applitools/core-base bumped to 1.35.0
38
+ #### Features
39
+
40
+ * auto-accept UFG diffs from infra updates | AD-9583 ([#3797](https://github.com/Applitools-Dev/sdk/issues/3797)) ([fde553c](https://github.com/Applitools-Dev/sdk/commit/fde553c947aa3c040660ef5d07855fa4a1412399))
41
+ * @applitools/eyes bumped to 1.43.0
42
+ #### Features
43
+
44
+ * auto-accept UFG diffs from infra updates | AD-9583 ([#3797](https://github.com/Applitools-Dev/sdk/issues/3797)) ([fde553c](https://github.com/Applitools-Dev/sdk/commit/fde553c947aa3c040660ef5d07855fa4a1412399))
45
+
46
+
47
+
48
+ * @applitools/nml-client bumped to 1.11.29
49
+
50
+ * @applitools/ec-client bumped to 1.12.31
51
+
52
+ * @applitools/core bumped to 4.64.0
53
+ #### Features
54
+
55
+ * auto-accept UFG diffs from infra updates | AD-9583 ([#3797](https://github.com/Applitools-Dev/sdk/issues/3797)) ([fde553c](https://github.com/Applitools-Dev/sdk/commit/fde553c947aa3c040660ef5d07855fa4a1412399))
56
+ * support default match level from renderinfo | AD-13499 ([#3799](https://github.com/Applitools-Dev/sdk/issues/3799)) ([c7e8aeb](https://github.com/Applitools-Dev/sdk/commit/c7e8aeb3f231d9b4e6e368d7ae5f87115c5cad09))
57
+
58
+
59
+ #### Bug Fixes
60
+
61
+ * source hideCaret from settings.hideCaret in NML classic capture | AD-14053 ([#3878](https://github.com/Applitools-Dev/sdk/issues/3878)) ([f07b4f5](https://github.com/Applitools-Dev/sdk/commit/f07b4f5c90bb9b7de0300cef93f23dc833268a7c))
62
+
63
+
64
+
65
+
3
66
  ## [3.65.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.65.3...js/eyes-storybook@3.65.4) (2026-05-26)
4
67
 
5
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.65.4",
3
+ "version": "3.65.6",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -59,14 +59,14 @@
59
59
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
60
60
  },
61
61
  "dependencies": {
62
- "@applitools/core": "4.63.1",
62
+ "@applitools/core": "4.64.1",
63
63
  "@applitools/driver": "1.26.2",
64
- "@applitools/eyes": "1.42.1",
64
+ "@applitools/eyes": "1.43.1",
65
65
  "@applitools/functional-commons": "1.6.0",
66
66
  "@applitools/logger": "2.2.12",
67
67
  "@applitools/monitoring-commons": "1.0.19",
68
68
  "@applitools/spec-driver-puppeteer": "1.8.2",
69
- "@applitools/ufg-client": "1.22.2",
69
+ "@applitools/ufg-client": "1.22.3",
70
70
  "@applitools/utils": "1.14.5",
71
71
  "@inquirer/prompts": "7.0.1",
72
72
  "boxen": "4.2.0",