@applitools/eyes-storybook 3.46.0 → 3.47.0

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 +61 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.47.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook-v3.46.1...js/eyes-storybook@3.47.0) (2024-02-29)
4
+
5
+
6
+ ### Features
7
+
8
+ * add support for passing a DOM mapping file to deobfuscate RCA ([8c99f8d](https://github.com/applitools/eyes.sdk.javascript1/commit/8c99f8da53ded229306fe2f3da89cb3b5691e2c0))
9
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * add .cmd for storybook binary for windows for local binaries ([#1964](https://github.com/applitools/eyes.sdk.javascript1/issues/1964)) ([b6ee7d9](https://github.com/applitools/eyes.sdk.javascript1/commit/b6ee7d90d13a85f4ccc999cdcbaedb868d94b307))
15
+ * bump ([756e2d6](https://github.com/applitools/eyes.sdk.javascript1/commit/756e2d6899b58dfa69001d70133230447b4794d3))
16
+ * docs for eyes setup and concurrency message output ([#1953](https://github.com/applitools/eyes.sdk.javascript1/issues/1953)) ([13704da](https://github.com/applitools/eyes.sdk.javascript1/commit/13704dac39fa899c5e8bdb268539cd46aee5ccfb))
17
+ * lodash.pick vulnerability ([#2169](https://github.com/applitools/eyes.sdk.javascript1/issues/2169)) ([7354088](https://github.com/applitools/eyes.sdk.javascript1/commit/735408874e4917f5e9b086e1796f84101fd1f304))
18
+ * update timeout when rendering stories with variants and legacy ([00b8499](https://github.com/applitools/eyes.sdk.javascript1/commit/00b8499716827518fe24abe5031ef950f0254119))
19
+
20
+
21
+ ### Code Refactoring
22
+
23
+ * disallow usage of global Buffer ([#1957](https://github.com/applitools/eyes.sdk.javascript1/issues/1957)) ([adcc082](https://github.com/applitools/eyes.sdk.javascript1/commit/adcc082f20f6b92e819b96424e995d9a69d99758))
24
+ * fix safe selector generation ([#2072](https://github.com/applitools/eyes.sdk.javascript1/issues/2072)) ([373f11b](https://github.com/applitools/eyes.sdk.javascript1/commit/373f11b0dfea6eab417eb7077e0cfec79877dc1b))
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * @applitools/req bumped to 1.6.5
30
+ #### Bug Fixes
31
+
32
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
33
+ * @applitools/dom-shared bumped to 1.0.13
34
+ #### Bug Fixes
35
+
36
+ * dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
37
+ * @applitools/core-base bumped to 1.9.1
38
+ #### Bug Fixes
39
+
40
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
41
+
42
+
43
+
44
+ * @applitools/dom-capture bumped to 11.2.6
45
+
46
+ * @applitools/dom-snapshot bumped to 4.8.1
47
+
48
+ * @applitools/nml-client bumped to 1.7.2
49
+
50
+ * @applitools/tunnel-client bumped to 1.4.1
51
+ #### Bug Fixes
52
+
53
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
54
+
55
+
56
+
57
+ * @applitools/ufg-client bumped to 1.9.10
58
+
59
+ * @applitools/ec-client bumped to 1.7.27
60
+
61
+ * @applitools/core bumped to 4.9.1
62
+
63
+
3
64
  ## [3.46.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook-v3.45.8...js/eyes-storybook@3.46.0) (2024-02-13)
4
65
 
5
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.46.0",
3
+ "version": "3.47.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -55,13 +55,13 @@
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.8.0",
58
+ "@applitools/core": "4.9.1",
59
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
63
  "@applitools/spec-driver-puppeteer": "1.4.0",
64
- "@applitools/ufg-client": "1.9.9",
64
+ "@applitools/ufg-client": "1.9.10",
65
65
  "@applitools/utils": "1.7.0",
66
66
  "boxen": "4.2.0",
67
67
  "chalk": "3.0.0",