eyes_universal 4.18.0 → 4.18.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a156c08ed8ea3f469a6804968e877773ad54205694e928c4765d262fd2c4d81
4
- data.tar.gz: b6d924b496afba0b7b2cbd6ccb032c55c9f993c4b003e53b34ac16433947c2b4
3
+ metadata.gz: f1b678296838e872f657274e305bde5755c08259dc9f4be986fadc1aa802f154
4
+ data.tar.gz: 3178e3e5cc3c1c3a16da9d152a16f2bdf9d7064d4e73a1e82b465e54fa2adc45
5
5
  SHA512:
6
- metadata.gz: 41fad80644fe2c256b1df3cfbd524a981f23c29ec7197502f9cd135d8ac98d9f774bee440dd3e10a45f389bb318785deb5be2aed74c954b4994abf4e0a67f7ea
7
- data.tar.gz: 0ed5bb4c4a864ef41ecff441747385f2e27e8d4f44eeed2fcc73258b2defbd372c01270a3abf1d81b3df539e25b2255e871fdc2c4e43068279a0a29df82142ff
6
+ metadata.gz: ad3cd1006c973a900578ae06475831153891adafea9f5abf79a97406447d2a7cf43b435b8e4817014e942202e9a8cd9828bf88211bd0d641c8200935fa6e4b98
7
+ data.tar.gz: 8f223963130249e2f5cdd947c112e79c22165e95dac76129a150240e711c42e73bf23aa3663f44f329f4706e656f5f6aedb4138ce1c1c8d673e990b7d4c4bbe1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.18.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.18.0...ruby/eyes_universal@4.18.2) (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
  ## [4.18.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.16.0...ruby/eyes_universal@4.18.0) (2024-07-23)
4
54
 
5
55
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.18.0'.freeze
5
+ VERSION = '4.18.2'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_universal
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.18.0
4
+ version: 4.18.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-23 00:00:00.000000000 Z
11
+ date: 2024-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri