@applitools/eyes-storybook 3.37.6 → 3.37.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +71 -1
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,8 +1,78 @@
1
1
  # Changelog
2
2
 
3
- ## Unreleased
3
+ ## [3.37.8](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.37.7...js/eyes-storybook@3.37.8) (2023-08-08)
4
4
 
5
5
 
6
+ ### Dependencies
7
+
8
+ * @applitools/ufg-client bumped to 1.7.0
9
+ #### Features
10
+
11
+ * allow providing custom headers for resource fetching ([#1852](https://github.com/applitools/eyes.sdk.javascript1/issues/1852)) ([372cb96](https://github.com/applitools/eyes.sdk.javascript1/commit/372cb96b905a0661c36e2fa10a7855208fb55bb0))
12
+ * @applitools/core bumped to 3.7.0
13
+ #### Features
14
+
15
+ * allow providing custom headers for resource fetching ([#1852](https://github.com/applitools/eyes.sdk.javascript1/issues/1852)) ([372cb96](https://github.com/applitools/eyes.sdk.javascript1/commit/372cb96b905a0661c36e2fa10a7855208fb55bb0))
16
+
17
+
18
+
19
+
20
+ ## [3.37.7](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.37.6...js/eyes-storybook@3.37.7) (2023-08-03)
21
+
22
+
23
+ ### Dependencies
24
+
25
+ * @applitools/core bumped to 3.6.6
26
+ #### Bug Fixes
27
+
28
+ * populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
29
+
30
+
31
+
32
+ * @applitools/core-base bumped to 1.5.0
33
+ #### Features
34
+
35
+ * add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
36
+ * mark session as component ([#1841](https://github.com/applitools/eyes.sdk.javascript1/issues/1841)) ([c579bb6](https://github.com/applitools/eyes.sdk.javascript1/commit/c579bb69de8f3bffc64e73ac8bd4fa646e96eb01))
37
+
38
+
39
+ #### Bug Fixes
40
+
41
+ * populate log event settings with env vars ([#1840](https://github.com/applitools/eyes.sdk.javascript1/issues/1840)) ([0a6af60](https://github.com/applitools/eyes.sdk.javascript1/commit/0a6af60b5b988f59b7adb03f6606b3417fbeb537))
42
+ * @applitools/driver bumped to 1.13.4
43
+ #### Bug Fixes
44
+
45
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
46
+
47
+
48
+
49
+ * @applitools/snippets bumped to 2.4.22
50
+ #### Bug Fixes
51
+
52
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
53
+ * @applitools/ufg-client bumped to 1.6.0
54
+ #### Features
55
+
56
+ * add stuck request retries to all requests to UFG and Eyes ([#1826](https://github.com/applitools/eyes.sdk.javascript1/issues/1826)) ([5884d42](https://github.com/applitools/eyes.sdk.javascript1/commit/5884d428b230e3a832a2110a388ebe63a94006fc))
57
+
58
+
59
+ #### Bug Fixes
60
+
61
+ * improve fetch error experience when fetching from tunnel ([e7d8b49](https://github.com/applitools/eyes.sdk.javascript1/commit/e7d8b49947c07beb27f110cb4952e8c3206469af))
62
+ * @applitools/ec-client bumped to 1.7.4
63
+
64
+ * @applitools/spec-driver-webdriver bumped to 1.0.41
65
+
66
+ * @applitools/nml-client bumped to 1.5.6
67
+
68
+ * @applitools/spec-driver-webdriverio bumped to 1.5.10
69
+
70
+ * @applitools/screenshoter bumped to 3.8.7
71
+
72
+ * @applitools/spec-driver-puppeteer bumped to 1.1.72
73
+
74
+ * @applitools/spec-driver-selenium bumped to 1.5.55
75
+
6
76
 
7
77
  ## [3.37.6](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-storybook@3.37.5...js/eyes-storybook@3.37.6) (2023-07-27)
8
78
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes-storybook",
3
- "version": "3.37.6",
3
+ "version": "3.37.8",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "applitools",
@@ -57,13 +57,13 @@
57
57
  "postinstall": "node src/postinstall"
58
58
  },
59
59
  "dependencies": {
60
- "@applitools/core": "3.6.5",
61
- "@applitools/driver": "1.13.3",
60
+ "@applitools/core": "3.7.0",
61
+ "@applitools/driver": "1.13.4",
62
62
  "@applitools/functional-commons": "1.6.0",
63
63
  "@applitools/logger": "2.0.7",
64
64
  "@applitools/monitoring-commons": "1.0.19",
65
- "@applitools/spec-driver-puppeteer": "1.1.71",
66
- "@applitools/ufg-client": "1.5.3",
65
+ "@applitools/spec-driver-puppeteer": "1.1.72",
66
+ "@applitools/ufg-client": "1.7.0",
67
67
  "@applitools/utils": "1.5.0",
68
68
  "boxen": "4.2.0",
69
69
  "chalk": "3.0.0",
@@ -77,7 +77,7 @@
77
77
  "yargs": "17.7.2"
78
78
  },
79
79
  "devDependencies": {
80
- "@applitools/bongo": "^5.3.0",
80
+ "@applitools/bongo": "^5.4.3",
81
81
  "@applitools/sdk-shared": "0.9.15",
82
82
  "@applitools/snaptdout": "^1.0.1",
83
83
  "@applitools/test-server": "^1.2.2",