eyes_universal 4.29.1 → 4.31.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +46 -0
- data/ext/eyes-universal/core.tar.gz +0 -0
- data/lib/applitools/eyes_universal/version.rb +1 -1
- data/lib/eyes_universal.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 317d1950c51c333c05cb3faa678c8ba64d2803f788427f0a473ef54494185dfe
|
4
|
+
data.tar.gz: b5eb0ee0dd8771202c59f98bc581d7f0e87d8b184fcaa59094f6b2f73a20fd2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcb423216b9f08b98798a212d86a75b9468e8eacc9f974547c10865984ba6236a5e79700e840f719a6dc0e915356ce6513c957ff2f12a6f3e83c6ff50d84c153
|
7
|
+
data.tar.gz: 512538c9b8936e4e4c126fd1c00c4163e14a7a2c4953e3735df0126d12d4c448f2b851724a9e6843d7e3041419ac86cec27e3aa88371445cdfc2423447b0a12e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,51 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [4.31.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.29.1...ruby/eyes_universal@4.31.0) (2025-01-30)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
9
|
+
|
10
|
+
|
11
|
+
### Dependencies
|
12
|
+
|
13
|
+
* @applitools/dom-snapshot bumped to 4.11.15
|
14
|
+
|
15
|
+
* @applitools/driver bumped to 1.20.4
|
16
|
+
#### Bug Fixes
|
17
|
+
|
18
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
19
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.25
|
20
|
+
|
21
|
+
* @applitools/spec-driver-selenium bumped to 1.5.95
|
22
|
+
|
23
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.24
|
24
|
+
|
25
|
+
* @applitools/screenshoter bumped to 3.10.5
|
26
|
+
|
27
|
+
* @applitools/nml-client bumped to 1.8.24
|
28
|
+
|
29
|
+
* @applitools/ufg-client bumped to 1.16.3
|
30
|
+
#### Bug Fixes
|
31
|
+
|
32
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
33
|
+
* @applitools/ec-client bumped to 1.10.3
|
34
|
+
|
35
|
+
* @applitools/core bumped to 4.31.0
|
36
|
+
#### Features
|
37
|
+
|
38
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
39
|
+
|
40
|
+
|
41
|
+
#### Bug Fixes
|
42
|
+
|
43
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
44
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
3
49
|
## [4.29.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_universal@4.28.0...ruby/eyes_universal@4.29.1) (2025-01-19)
|
4
50
|
|
5
51
|
|
Binary file
|
data/lib/eyes_universal.rb
CHANGED
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.
|
4
|
+
version: 4.31.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: 2025-01-
|
11
|
+
date: 2025-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open-uri
|