@applitools/eyes-storybook 3.45.2 → 3.45.4

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,84 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.45.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.45.3...js/eyes-storybook@3.45.4) (2023-12-19)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/spec-driver-webdriver bumped to 1.0.54
9
+ #### Bug Fixes
10
+
11
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
12
+
13
+
14
+
15
+ * @applitools/driver bumped to 1.16.1
16
+ #### Bug Fixes
17
+
18
+ * fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
19
+ * fixed extraction of the driver server url ([ddc6449](https://github.com/applitools/eyes.sdk.javascript1/commit/ddc6449fc72166ab26c99e9ba7bb83c05fd591d6))
20
+ * fixed infinite loop that may appear during attribute extraction ([#2102](https://github.com/applitools/eyes.sdk.javascript1/issues/2102)) ([6bef680](https://github.com/applitools/eyes.sdk.javascript1/commit/6bef680fbd2d5c26a46cf2a4f00bd083d1d02109))
21
+ * @applitools/screenshoter bumped to 3.8.20
22
+ #### Bug Fixes
23
+
24
+ * fixed bug with screenshot not being properly scaled on ios devices with appium 2 ([#2092](https://github.com/applitools/eyes.sdk.javascript1/issues/2092)) ([26678bf](https://github.com/applitools/eyes.sdk.javascript1/commit/26678bfe254def506ea82e6a645519d6567fb3fd))
25
+
26
+
27
+
28
+ * @applitools/core-base bumped to 1.7.5
29
+ #### Bug Fixes
30
+
31
+ * avoid caching concurrency ([#2103](https://github.com/applitools/eyes.sdk.javascript1/issues/2103)) ([34db2e9](https://github.com/applitools/eyes.sdk.javascript1/commit/34db2e9c554b0851b18b514b1a8a82b83ff310cd))
32
+ * @applitools/spec-driver-selenium bumped to 1.5.68
33
+
34
+ * @applitools/spec-driver-puppeteer bumped to 1.3.4
35
+
36
+ * @applitools/nml-client bumped to 1.6.2
37
+
38
+ * @applitools/ec-client bumped to 1.7.20
39
+
40
+ * @applitools/core bumped to 4.5.1
41
+ #### Bug Fixes
42
+
43
+ * avoid caching concurrency ([#2103](https://github.com/applitools/eyes.sdk.javascript1/issues/2103)) ([34db2e9](https://github.com/applitools/eyes.sdk.javascript1/commit/34db2e9c554b0851b18b514b1a8a82b83ff310cd))
44
+
45
+
46
+
47
+
48
+ ## [3.45.3](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.45.2...js/eyes-storybook@3.45.3) (2023-12-18)
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * @applitools/driver bumped to 1.16.0
54
+ #### Features
55
+
56
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
57
+ * @applitools/spec-driver-webdriver bumped to 1.0.53
58
+
59
+ * @applitools/spec-driver-selenium bumped to 1.5.67
60
+
61
+ * @applitools/spec-driver-puppeteer bumped to 1.3.3
62
+
63
+ * @applitools/screenshoter bumped to 3.8.19
64
+
65
+ * @applitools/nml-client bumped to 1.6.1
66
+
67
+ * @applitools/ec-client bumped to 1.7.19
68
+
69
+ * @applitools/core bumped to 4.5.0
70
+ #### Features
71
+
72
+ * add set of env variables to skip/ignore some optional automations ([#2097](https://github.com/applitools/eyes.sdk.javascript1/issues/2097)) ([bd3b08c](https://github.com/applitools/eyes.sdk.javascript1/commit/bd3b08c3d2997eb98d545b308a1f15501192178e))
73
+
74
+
75
+ #### Bug Fixes
76
+
77
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it ([9038723](https://github.com/applitools/eyes.sdk.javascript1/commit/9038723ee68515f7d4fe20ed31ec501df9a381dc))
78
+
79
+
80
+
81
+
3
82
  ## [3.45.2](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.45.1...js/eyes-storybook@3.45.2) (2023-12-12)
4
83
 
5
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.45.2",
3
+ "version": "3.45.4",
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.4.0",
59
- "@applitools/driver": "1.15.3",
58
+ "@applitools/core": "4.5.1",
59
+ "@applitools/driver": "1.16.1",
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.2",
63
+ "@applitools/spec-driver-puppeteer": "1.3.4",
64
64
  "@applitools/ufg-client": "1.9.9",
65
65
  "@applitools/utils": "1.7.0",
66
66
  "boxen": "4.2.0",