@applitools/eyes 1.6.4 → 1.6.6

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 +74 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,79 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.0 (2023-08-03)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/core bumped to 3.6.6
9
+ #### Bug Fixes
10
+
11
+ * 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))
12
+
13
+
14
+
15
+ * @applitools/core-base bumped to 1.5.0
16
+ #### Features
17
+
18
+ * 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))
19
+ * mark session as component ([#1841](https://github.com/applitools/eyes.sdk.javascript1/issues/1841)) ([c579bb6](https://github.com/applitools/eyes.sdk.javascript1/commit/c579bb69de8f3bffc64e73ac8bd4fa646e96eb01))
20
+
21
+
22
+ #### Bug Fixes
23
+
24
+ * 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))
25
+ * @applitools/driver bumped to 1.13.4
26
+ #### Bug Fixes
27
+
28
+ * extract device orientation from a browser for web executions ([d8d4e91](https://github.com/applitools/eyes.sdk.javascript1/commit/d8d4e919965fb9105915e762c397ec2cc57a8a71))
29
+
30
+
31
+
32
+ * @applitools/snippets bumped to 2.4.22
33
+ #### Bug Fixes
34
+
35
+ * improve orientation extraction for ios devices ([378d989](https://github.com/applitools/eyes.sdk.javascript1/commit/378d9894e4fbc7247087ccb8c46266dc4737e2e5))
36
+ * @applitools/ufg-client bumped to 1.6.0
37
+ #### Features
38
+
39
+ * 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))
40
+
41
+
42
+ #### Bug Fixes
43
+
44
+ * improve fetch error experience when fetching from tunnel ([e7d8b49](https://github.com/applitools/eyes.sdk.javascript1/commit/e7d8b49947c07beb27f110cb4952e8c3206469af))
45
+ * @applitools/ec-client bumped to 1.7.4
46
+
47
+ * @applitools/spec-driver-webdriver bumped to 1.0.41
48
+
49
+ * @applitools/nml-client bumped to 1.5.6
50
+
51
+ * @applitools/spec-driver-webdriverio bumped to 1.5.10
52
+
53
+ * @applitools/screenshoter bumped to 3.8.7
54
+
55
+ * @applitools/spec-driver-puppeteer bumped to 1.1.72
56
+
57
+ * @applitools/spec-driver-selenium bumped to 1.5.55
58
+
59
+
60
+ ## [1.6.5](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.6.4...js/eyes@1.6.5) (2023-07-27)
61
+
62
+
63
+ ### Dependencies
64
+
65
+ * @applitools/core bumped to 3.6.5
66
+ #### Bug Fixes
67
+
68
+ * rendering issue with chrome >113 and css white-space property ([cf34ad1](https://github.com/applitools/eyes.sdk.javascript1/commit/cf34ad1a5b3cba0b29b3509616b20a2b1313c62f))
69
+
70
+
71
+
72
+ * @applitools/ufg-client bumped to 1.5.3
73
+ #### Bug Fixes
74
+
75
+ * consider response headers and status code which are returned from the EC resource handler ([#1823](https://github.com/applitools/eyes.sdk.javascript1/issues/1823)) ([b7bd541](https://github.com/applitools/eyes.sdk.javascript1/commit/b7bd5415ae8f92a8032fc68ba993ccac1d9ff76a))
76
+
3
77
  ## [1.6.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.6.3...js/eyes@1.6.4) (2023-07-21)
4
78
 
5
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.6.4",
3
+ "version": "1.6.6",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -18,7 +18,7 @@
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "git://github.com/applitools/eyes.sdk.javascript1.git",
21
- "directory": "js/packages/eyes-api"
21
+ "directory": "js/packages/eyes"
22
22
  },
23
23
  "license": "SEE LICENSE IN LICENSE",
24
24
  "author": {
@@ -45,7 +45,7 @@
45
45
  "test": "run --top-level mocha './test/**/*.spec.ts'"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/core": "3.6.4",
48
+ "@applitools/core": "3.6.6",
49
49
  "@applitools/logger": "2.0.7",
50
50
  "@applitools/utils": "1.5.0"
51
51
  },