@applitools/eyes-storybook 3.50.8 → 3.50.9

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 +50 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.50.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.50.8...js/eyes-storybook@3.50.9) (2024-09-10)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-capture bumped to 11.4.0
9
+ #### Features
10
+
11
+ * ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
12
+ * @applitools/driver bumped to 1.19.0
13
+ #### Features
14
+
15
+ * add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
16
+
17
+
18
+ #### Bug Fixes
19
+
20
+ * handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
21
+ * searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
22
+ * @applitools/tunnel-client bumped to 1.5.8
23
+ #### Bug Fixes
24
+
25
+ * upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
26
+
27
+
28
+
29
+ * @applitools/core-base bumped to 1.16.1
30
+ #### Bug Fixes
31
+
32
+ * infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
33
+ * @applitools/spec-driver-webdriver bumped to 1.1.12
34
+
35
+ * @applitools/spec-driver-selenium bumped to 1.5.83
36
+
37
+ * @applitools/spec-driver-puppeteer bumped to 1.4.12
38
+
39
+ * @applitools/screenshoter bumped to 3.8.36
40
+
41
+ * @applitools/nml-client bumped to 1.8.10
42
+
43
+ * @applitools/ec-client bumped to 1.9.4
44
+
45
+ * @applitools/core bumped to 4.18.2
46
+ #### Bug Fixes
47
+
48
+ * don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
49
+
50
+
51
+
52
+
3
53
  ## [3.50.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.50.7...js/eyes-storybook@3.50.8) (2024-08-12)
4
54
 
5
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.50.8",
3
+ "version": "3.50.9",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -54,12 +54,12 @@
54
54
  "up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
55
55
  },
56
56
  "dependencies": {
57
- "@applitools/core": "4.18.1",
58
- "@applitools/driver": "1.18.0",
57
+ "@applitools/core": "4.18.2",
58
+ "@applitools/driver": "1.19.0",
59
59
  "@applitools/functional-commons": "1.6.0",
60
60
  "@applitools/logger": "2.0.18",
61
61
  "@applitools/monitoring-commons": "1.0.19",
62
- "@applitools/spec-driver-puppeteer": "1.4.11",
62
+ "@applitools/spec-driver-puppeteer": "1.4.12",
63
63
  "@applitools/ufg-client": "1.12.3",
64
64
  "@applitools/utils": "1.7.4",
65
65
  "boxen": "4.2.0",