eyes_universal 4.18.2 → 4.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1b678296838e872f657274e305bde5755c08259dc9f4be986fadc1aa802f154
4
- data.tar.gz: 3178e3e5cc3c1c3a16da9d152a16f2bdf9d7064d4e73a1e82b465e54fa2adc45
3
+ metadata.gz: e124ed3e5ad33f29421e351f42586844297367b514618894a59ca3f521713053
4
+ data.tar.gz: 13d5c7d60ab3e8aec95725911b5cb8c8f4cf8d564242ecc86256a4aeaa4f5ae3
5
5
  SHA512:
6
- metadata.gz: ad3cd1006c973a900578ae06475831153891adafea9f5abf79a97406447d2a7cf43b435b8e4817014e942202e9a8cd9828bf88211bd0d641c8200935fa6e4b98
7
- data.tar.gz: 8f223963130249e2f5cdd947c112e79c22165e95dac76129a150240e711c42e73bf23aa3663f44f329f4706e656f5f6aedb4138ce1c1c8d673e990b7d4c4bbe1
6
+ metadata.gz: 5b9ea6ec18da4968c7819415a1b84fc3d5717c74cdb897bb9ca0f824f6c29046a721fda08c76986635fb6a9cf2245375800f20306f2aefba3e53f25656ef181a
7
+ data.tar.gz: d3d63dd073a0ea56dcbfee4cd71573f295ce01a98eea9504e5130bfc0ddd63b1b19db9dc538396f13094d4091f2830d9638c3d24c309acd88a3b6249bb40563b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.21.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.18.2...ruby/eyes_universal@4.21.0) (2024-10-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/snippets bumped to 2.5.1
9
+ #### Bug Fixes
10
+
11
+ * isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
12
+ * @applitools/core-base bumped to 1.18.0
13
+ #### Features
14
+
15
+ * ability to download side by side with highlighted diffs (2419) ([#2530](https://github.com/Applitools-Dev/sdk/issues/2530)) ([e06ce69](https://github.com/Applitools-Dev/sdk/commit/e06ce699f30e9e444ac58dafdf5989ff1c96ca1c))
16
+ * dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
17
+ * setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
18
+ * @applitools/driver bumped to 1.19.3
19
+
20
+ * @applitools/spec-driver-webdriver bumped to 1.1.15
21
+
22
+ * @applitools/spec-driver-selenium bumped to 1.5.86
23
+
24
+ * @applitools/spec-driver-puppeteer bumped to 1.4.15
25
+
26
+ * @applitools/screenshoter bumped to 3.9.0
27
+ #### Features
28
+
29
+ * capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
30
+
31
+
32
+
33
+ * @applitools/nml-client bumped to 1.8.13
34
+
35
+ * @applitools/ec-client bumped to 1.9.9
36
+
37
+ * @applitools/core bumped to 4.21.0
38
+ #### Features
39
+
40
+ * add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
41
+ * capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
42
+ * dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
43
+ * setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
44
+
45
+
46
+ #### Bug Fixes
47
+
48
+ * don't remove offline execution folder after running ([654e195](https://github.com/Applitools-Dev/sdk/commit/654e195dd50dc7dab93dd907ec26d788549c6e81))
49
+
50
+
51
+
52
+
3
53
  ## [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
54
 
5
55
 
Binary file
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesUniversal
5
- VERSION = '4.18.2'.freeze
5
+ VERSION = '4.21.0'.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.2
4
+ version: 4.21.0
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-09-10 00:00:00.000000000 Z
11
+ date: 2024-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open-uri