@applitools/eyes-storybook 3.45.5 → 3.45.7

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 +79 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,84 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.45.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.45.6...js/eyes-storybook@3.45.7) (2024-01-30)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.4.25
9
+ #### Bug Fixes
10
+
11
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
12
+ * @applitools/driver bumped to 1.16.2
13
+ #### Bug Fixes
14
+
15
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
16
+
17
+
18
+
19
+ * @applitools/spec-driver-webdriver bumped to 1.0.55
20
+
21
+ * @applitools/spec-driver-selenium bumped to 1.5.69
22
+
23
+ * @applitools/spec-driver-puppeteer bumped to 1.3.5
24
+
25
+ * @applitools/screenshoter bumped to 3.8.21
26
+
27
+ * @applitools/nml-client bumped to 1.6.5
28
+
29
+ * @applitools/ec-client bumped to 1.7.23
30
+
31
+ * @applitools/core bumped to 4.7.0
32
+ #### Features
33
+
34
+ * added support of proxy server url env var ([#2159](https://github.com/applitools/eyes.sdk.javascript1/issues/2159)) ([2f69c3d](https://github.com/applitools/eyes.sdk.javascript1/commit/2f69c3d37d7af9be1f459fd3d5f41b361161b5bf))
35
+
36
+
37
+ #### Bug Fixes
38
+
39
+ * losing root context after layout breakpoints reload ([#2113](https://github.com/applitools/eyes.sdk.javascript1/issues/2113)) ([afa1473](https://github.com/applitools/eyes.sdk.javascript1/commit/afa14735e5539ab0f79aa610e6ec1ea8989a5922))
40
+
41
+
42
+
43
+
44
+ ## [3.45.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.45.5...js/eyes-storybook@3.45.6) (2024-01-16)
45
+
46
+
47
+ ### Dependencies
48
+
49
+ * @applitools/dom-snapshot bumped to 4.7.16
50
+ #### Bug Fixes
51
+
52
+ * handle unparsable values of media attribute in dom snapshot ([a2afe2e](https://github.com/applitools/eyes.sdk.javascript1/commit/a2afe2e18508f44f9c046270da0c1e09fb9aea03))
53
+ * @applitools/nml-client bumped to 1.6.4
54
+ #### Bug Fixes
55
+
56
+ * remove local environment id ([#2152](https://github.com/applitools/eyes.sdk.javascript1/issues/2152)) ([59aaeae](https://github.com/applitools/eyes.sdk.javascript1/commit/59aaeaed474fbde78b76ae7ac803960e3ecd8166))
57
+ * @applitools/core-base bumped to 1.9.0
58
+ #### Features
59
+
60
+ * added possibility to provide `fallbackBaselineId` in environment objects ([#2146](https://github.com/applitools/eyes.sdk.javascript1/issues/2146)) ([f0782ea](https://github.com/applitools/eyes.sdk.javascript1/commit/f0782ea4c38935f97fc47248ed6a5b67f87b0634))
61
+
62
+
63
+ #### Bug Fixes
64
+
65
+ * add environment variable for setting ufg server ufg ([#2147](https://github.com/applitools/eyes.sdk.javascript1/issues/2147)) ([cfc701f](https://github.com/applitools/eyes.sdk.javascript1/commit/cfc701f7a43fed0fe252d4090b9c1dc490063c76))
66
+ * @applitools/ec-client bumped to 1.7.22
67
+
68
+ * @applitools/core bumped to 4.6.0
69
+ #### Features
70
+
71
+ * added possibility to provide `fallbackBaselineId` in environment objects ([#2146](https://github.com/applitools/eyes.sdk.javascript1/issues/2146)) ([f0782ea](https://github.com/applitools/eyes.sdk.javascript1/commit/f0782ea4c38935f97fc47248ed6a5b67f87b0634))
72
+
73
+
74
+ #### Bug Fixes
75
+
76
+ * add environment variable for setting ufg server ufg ([#2147](https://github.com/applitools/eyes.sdk.javascript1/issues/2147)) ([cfc701f](https://github.com/applitools/eyes.sdk.javascript1/commit/cfc701f7a43fed0fe252d4090b9c1dc490063c76))
77
+ * remove local environment id ([#2152](https://github.com/applitools/eyes.sdk.javascript1/issues/2152)) ([59aaeae](https://github.com/applitools/eyes.sdk.javascript1/commit/59aaeaed474fbde78b76ae7ac803960e3ecd8166))
78
+
79
+
80
+
81
+
3
82
  ## [3.45.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.45.4...js/eyes-storybook@3.45.5) (2024-01-02)
4
83
 
5
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.45.5",
3
+ "version": "3.45.7",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -55,12 +55,12 @@
55
55
  "up:framework": "yarn add --dev --caret @storybook/react${APPLITOOLS_FRAMEWORK_VERSION:+@$APPLITOOLS_FRAMEWORK_VERSION}"
56
56
  },
57
57
  "dependencies": {
58
- "@applitools/core": "4.5.2",
59
- "@applitools/driver": "1.16.1",
58
+ "@applitools/core": "4.7.0",
59
+ "@applitools/driver": "1.16.2",
60
60
  "@applitools/functional-commons": "1.6.0",
61
61
  "@applitools/logger": "2.0.14",
62
62
  "@applitools/monitoring-commons": "1.0.19",
63
- "@applitools/spec-driver-puppeteer": "1.3.4",
63
+ "@applitools/spec-driver-puppeteer": "1.3.5",
64
64
  "@applitools/ufg-client": "1.9.9",
65
65
  "@applitools/utils": "1.7.0",
66
66
  "boxen": "4.2.0",
@@ -75,7 +75,7 @@
75
75
  "yargs": "17.7.2"
76
76
  },
77
77
  "devDependencies": {
78
- "@applitools/bongo": "^5.7.6",
78
+ "@applitools/bongo": "^5.9.0",
79
79
  "@applitools/sdk-shared": "0.9.15",
80
80
  "@applitools/snaptdout": "^1.0.1",
81
81
  "@applitools/test-server": "^1.2.2",