@applitools/eyes 1.22.1 → 1.23.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 +68 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,73 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.23.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-v1.22.3...js/eyes@1.23.0) (2024-09-30)
4
+
5
+
6
+ ### Features
7
+
8
+ * ability to override baseline parameters per environment ([#2332](https://github.com/Applitools-Dev/sdk/issues/2332)) ([43b8b18](https://github.com/Applitools-Dev/sdk/commit/43b8b189fb3c9dd19aa3be372e8fcc0fe8edfa50))
9
+ * disable broker url cache ([#2428](https://github.com/Applitools-Dev/sdk/issues/2428)) ([cb8d5fe](https://github.com/Applitools-Dev/sdk/commit/cb8d5fefb13d3ab42984d2bd4d4ac3d4e10646b0))
10
+ * tell Splunk when clients assume `Target`'s mutability ([#2266](https://github.com/Applitools-Dev/sdk/issues/2266)) ([d18a524](https://github.com/Applitools-Dev/sdk/commit/d18a52491fb6a64e780f84ccff1dcf945351bf95))
11
+ * tell the backend if `remove duplicate tests` is used ([#2373](https://github.com/Applitools-Dev/sdk/issues/2373)) ([fe59b40](https://github.com/Applitools-Dev/sdk/commit/fe59b404ad163c595bb329d9a24ef2191d3bf170))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * trigger playwright release ([1d3ea3e](https://github.com/Applitools-Dev/sdk/commit/1d3ea3e4d2059c12d8013f04c18f5facffbc5846))
17
+ * trigger release ([88c4f81](https://github.com/Applitools-Dev/sdk/commit/88c4f812bd92eae61ee8ebbee5da0d64ad8c8859))
18
+ * tunnel client ([670b184](https://github.com/Applitools-Dev/sdk/commit/670b1843ce43347d97e19fa02f8bc630332ff414))
19
+ * update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
20
+
21
+ ## [1.22.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.22.1...js/eyes@1.22.2) (2024-09-10)
22
+
23
+
24
+ ### Dependencies
25
+
26
+ * @applitools/dom-capture bumped to 11.4.0
27
+ #### Features
28
+
29
+ * 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))
30
+ * @applitools/driver bumped to 1.19.0
31
+ #### Features
32
+
33
+ * 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))
34
+
35
+
36
+ #### Bug Fixes
37
+
38
+ * handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
39
+ * searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
40
+ * @applitools/tunnel-client bumped to 1.5.8
41
+ #### Bug Fixes
42
+
43
+ * upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
44
+
45
+
46
+
47
+ * @applitools/core-base bumped to 1.16.1
48
+ #### Bug Fixes
49
+
50
+ * infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
51
+ * @applitools/spec-driver-webdriver bumped to 1.1.12
52
+
53
+ * @applitools/spec-driver-selenium bumped to 1.5.83
54
+
55
+ * @applitools/spec-driver-puppeteer bumped to 1.4.12
56
+
57
+ * @applitools/screenshoter bumped to 3.8.36
58
+
59
+ * @applitools/nml-client bumped to 1.8.10
60
+
61
+ * @applitools/ec-client bumped to 1.9.4
62
+
63
+ * @applitools/core bumped to 4.18.2
64
+ #### Bug Fixes
65
+
66
+ * 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))
67
+
68
+
69
+
70
+
3
71
  ## [1.22.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.22.0...js/eyes@1.22.1) (2024-08-12)
4
72
 
5
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applitools/eyes",
3
- "version": "1.22.1",
3
+ "version": "1.23.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": "4.18.1",
48
+ "@applitools/core": "4.20.0",
49
49
  "@applitools/logger": "2.0.18",
50
50
  "@applitools/utils": "1.7.4"
51
51
  },