@applitools/eyes-storybook 3.65.6 → 3.65.8

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,70 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.65.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.65.7...js/eyes-storybook@3.65.8) (2026-06-15)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core-base bumped to 1.35.2
9
+ #### Bug Fixes
10
+
11
+ * re-trigger release for packages missed in the AD-14089 release | AD-14089 ([#3925](https://github.com/Applitools-Dev/sdk/issues/3925)) ([0880c34](https://github.com/Applitools-Dev/sdk/commit/0880c34b66221025e70ca7e3e3fab7b45a9f8d9e))
12
+ * @applitools/nml-client bumped to 1.11.32
13
+
14
+ * @applitools/ec-client bumped to 1.12.34
15
+
16
+ * @applitools/core bumped to 4.65.1
17
+
18
+ * @applitools/eyes bumped to 1.43.3
19
+
20
+
21
+ ## [3.65.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.65.6...js/eyes-storybook@3.65.7) (2026-06-14)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/dom-snapshot bumped to 4.17.3
27
+ #### Bug Fixes
28
+
29
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
30
+
31
+
32
+
33
+ * @applitools/snippets bumped to 2.9.3
34
+ #### Bug Fixes
35
+
36
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
37
+ * @applitools/driver bumped to 1.26.3
38
+
39
+ * @applitools/spec-driver-webdriver bumped to 1.6.3
40
+
41
+ * @applitools/spec-driver-selenium bumped to 1.8.3
42
+
43
+ * @applitools/spec-driver-playwright bumped to 1.9.3
44
+
45
+ * @applitools/spec-driver-puppeteer bumped to 1.8.3
46
+
47
+ * @applitools/screenshoter bumped to 3.12.22
48
+
49
+ * @applitools/nml-client bumped to 1.11.31
50
+
51
+ * @applitools/ec-client bumped to 1.12.33
52
+
53
+ * @applitools/core bumped to 4.65.0
54
+ #### Features
55
+
56
+ * add useLatestEnvBaseline to session startInfo | AD-14089 ([#3887](https://github.com/Applitools-Dev/sdk/issues/3887)) ([b15b9af](https://github.com/Applitools-Dev/sdk/commit/b15b9af34328193f6705c90a26c24aa1e4b23d1c))
57
+
58
+
59
+ #### Bug Fixes
60
+
61
+ * capture opaque-origin sandboxed blob iframes in UFG | FLD-4606 ([#3916](https://github.com/Applitools-Dev/sdk/issues/3916)) ([9296f7e](https://github.com/Applitools-Dev/sdk/commit/9296f7ef9fe3aa3889402009860ef5e3276f0303))
62
+
63
+
64
+
65
+ * @applitools/eyes bumped to 1.43.2
66
+
67
+
3
68
  ## [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
69
 
5
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.65.6",
3
+ "version": "3.65.8",
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.64.1",
63
- "@applitools/driver": "1.26.2",
64
- "@applitools/eyes": "1.43.1",
62
+ "@applitools/core": "4.65.1",
63
+ "@applitools/driver": "1.26.3",
64
+ "@applitools/eyes": "1.43.3",
65
65
  "@applitools/functional-commons": "1.6.0",
66
66
  "@applitools/logger": "2.2.12",
67
67
  "@applitools/monitoring-commons": "1.0.19",
68
- "@applitools/spec-driver-puppeteer": "1.8.2",
68
+ "@applitools/spec-driver-puppeteer": "1.8.3",
69
69
  "@applitools/ufg-client": "1.22.3",
70
70
  "@applitools/utils": "1.14.5",
71
71
  "@inquirer/prompts": "7.0.1",
@@ -21,6 +21,7 @@ const configParams = [
21
21
  'properties',
22
22
  'baselineBranchName',
23
23
  'baselineEnvName',
24
+ 'baselineEnvOptions',
24
25
  'envName',
25
26
  'isDisabled',
26
27
  'matchLevel',
@@ -12,6 +12,7 @@ function storyToOpenSettings({story, appName, serverSettings, concurrency}) {
12
12
  compareWithParentBranch,
13
13
  ignoreGitMergeBase,
14
14
  baselineEnvName,
15
+ baselineEnvOptions,
15
16
  envName,
16
17
  ignoreBaseline,
17
18
  properties,
@@ -43,6 +44,7 @@ function storyToOpenSettings({story, appName, serverSettings, concurrency}) {
43
44
  compareWithParentBranch,
44
45
  ignoreGitBranching: ignoreGitMergeBase,
45
46
  baselineEnvName,
47
+ baselineEnvOptions,
46
48
  environmentName: envName,
47
49
  ignoreBaseline,
48
50
  environments,