@applitools/eyes 1.8.4 → 1.9.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 +52 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-v1.8.5...js/eyes@1.9.0) (2023-09-21)
4
+
5
+
6
+ ### Features
7
+
8
+ * added more iOS devices ([a84311f](https://github.com/applitools/eyes.sdk.javascript1/commit/a84311f88e6f532268543a96f841ae5ad87d5659))
9
+ * rework log event on opent eyes ([#1842](https://github.com/applitools/eyes.sdk.javascript1/issues/1842)) ([532756b](https://github.com/applitools/eyes.sdk.javascript1/commit/532756b75c1023967c3781316148c890dbcfaac8))
10
+
11
+
12
+ ### Code Refactoring
13
+
14
+ * refactored spec driver interface ([#1839](https://github.com/applitools/eyes.sdk.javascript1/issues/1839)) ([aa49ec2](https://github.com/applitools/eyes.sdk.javascript1/commit/aa49ec2a7d14b8529acc3a8a4c2baecfa113d98a))
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * @applitools/snippets bumped to 2.4.24
20
+ #### Bug Fixes
21
+
22
+ * add support to shadow dom iframe ([#1925](https://github.com/applitools/eyes.sdk.javascript1/issues/1925)) ([a06b955](https://github.com/applitools/eyes.sdk.javascript1/commit/a06b9555a3b37918fe43a90e92c0a94f765151cc))
23
+ * @applitools/spec-driver-webdriver bumped to 1.0.45
24
+
25
+ * @applitools/ufg-client bumped to 1.9.1
26
+ #### Bug Fixes
27
+
28
+ * async cache key - avoid undefined keys and ready promise ([#1929](https://github.com/applitools/eyes.sdk.javascript1/issues/1929)) ([8654f99](https://github.com/applitools/eyes.sdk.javascript1/commit/8654f99d92403f1e59bf8e2f6fbc32ba467e3037))
29
+ * @applitools/ec-client bumped to 1.7.9
30
+ #### Bug Fixes
31
+
32
+ * change expiration time of the tunnel ([c019241](https://github.com/applitools/eyes.sdk.javascript1/commit/c0192411410135b23f3ae47dd62fbef67be66f1a))
33
+
34
+
35
+
36
+ * @applitools/spec-driver-selenium bumped to 1.5.59
37
+
38
+ * @applitools/spec-driver-puppeteer bumped to 1.2.1
39
+
40
+ * @applitools/driver bumped to 1.14.1
41
+
42
+ * @applitools/screenshoter bumped to 3.8.11
43
+
44
+ * @applitools/nml-client bumped to 1.5.11
45
+
46
+ * @applitools/core bumped to 3.11.1
47
+ #### Bug Fixes
48
+
49
+ * add support to shadow dom iframe ([#1925](https://github.com/applitools/eyes.sdk.javascript1/issues/1925)) ([a06b955](https://github.com/applitools/eyes.sdk.javascript1/commit/a06b9555a3b37918fe43a90e92c0a94f765151cc))
50
+ * async cache key - avoid undefined keys and ready promise ([#1929](https://github.com/applitools/eyes.sdk.javascript1/issues/1929)) ([8654f99](https://github.com/applitools/eyes.sdk.javascript1/commit/8654f99d92403f1e59bf8e2f6fbc32ba467e3037))
51
+
52
+
53
+
54
+
3
55
  ## [1.8.4](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes@1.8.3...js/eyes@1.8.4) (2023-09-12)
4
56
 
5
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.8.4",
3
+ "version": "1.9.0",
4
4
  "keywords": [
5
5
  "applitools",
6
6
  "eyes",
@@ -45,7 +45,7 @@
45
45
  "test": "run --top-level mocha './test/**/*.spec.ts'"
46
46
  },
47
47
  "dependencies": {
48
- "@applitools/core": "3.10.4",
48
+ "@applitools/core": "3.11.1",
49
49
  "@applitools/logger": "2.0.10",
50
50
  "@applitools/utils": "1.6.0"
51
51
  },