eyes_appium 6.7.23 → 6.7.24
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 +4 -4
- data/CHANGELOG.md +67 -0
- data/eyes_appium.gemspec +1 -1
- data/lib/applitools/eyes_appium/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16687178afc92ea42497acfbf67ed987d31de31c3c4920874ebf3e511f0a2ee6
|
|
4
|
+
data.tar.gz: 066f7e255a239e21967f38781f929232280bd7928150bce8195762032f4d94c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 649ae169d65777c9bd627287389c44e3c3ec751567228348189ee4696a9b44b8adfde7d56d445d6ecfe9801b6fb19d1d156fc8292efee8f51bf2478f0d1644d3
|
|
7
|
+
data.tar.gz: 438759896b67e2825830cfd37ac591efb2ff90ff177c13ae7af2c099b08897cff6197c3d0e8d48306f631ba349b15f07381a8da7f29a4f0a4e2df369857d9c93
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,72 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.7.24](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.23...ruby/eyes_appium@6.7.24) (2026-03-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.16.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* @applitools/snippets bumped to 2.8.0
|
|
16
|
+
#### Features
|
|
17
|
+
|
|
18
|
+
* support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
|
|
19
|
+
* @applitools/dom-capture bumped to 11.6.12
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* prevent [object Object] in DOM capture for CORS iframes | FLD-4181 ([#3620](https://github.com/Applitools-Dev/sdk/issues/3620)) ([afe91e7](https://github.com/Applitools-Dev/sdk/commit/afe91e7b26e9ad5d37d2098b17ecf139794075ef))
|
|
23
|
+
* @applitools/driver bumped to 1.25.3
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
* @applitools/ufg-client bumped to 1.20.0
|
|
31
|
+
#### Features
|
|
32
|
+
|
|
33
|
+
* support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
|
|
34
|
+
* @applitools/core bumped to 4.58.0
|
|
35
|
+
#### Features
|
|
36
|
+
|
|
37
|
+
* support coded regions within iframes and shadow DOM | FLD-4019 ([#3542](https://github.com/Applitools-Dev/sdk/issues/3542)) ([7c5639a](https://github.com/Applitools-Dev/sdk/commit/7c5639a8a4c135bc9331d9ff93f1824906549568))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* enhance NML error messages for better user-facing diagnostics | FLD-4279 ([#3622](https://github.com/Applitools-Dev/sdk/issues/3622)) ([2aef039](https://github.com/Applitools-Dev/sdk/commit/2aef0395875fd0ff0b4f657d769bda23d66660ad))
|
|
43
|
+
* logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.8
|
|
48
|
+
|
|
49
|
+
* @applitools/spec-driver-selenium bumped to 1.7.14
|
|
50
|
+
|
|
51
|
+
* @applitools/spec-driver-puppeteer bumped to 1.7.3
|
|
52
|
+
|
|
53
|
+
* @applitools/screenshoter bumped to 3.12.16
|
|
54
|
+
|
|
55
|
+
* @applitools/nml-client bumped to 1.11.20
|
|
56
|
+
|
|
57
|
+
* @applitools/core-base bumped to 1.32.2
|
|
58
|
+
#### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* logEventBatch leaks to console | FLD-4175 ([#3608](https://github.com/Applitools-Dev/sdk/issues/3608)) ([f749d28](https://github.com/Applitools-Dev/sdk/commit/f749d287bf8a8e91ab819c04b13f8246f3d3a244))
|
|
61
|
+
* @applitools/ec-client bumped to 1.12.22
|
|
62
|
+
|
|
63
|
+
* eyes_universal bumped to 4.58.0
|
|
64
|
+
|
|
65
|
+
* eyes_core bumped to 6.9.23
|
|
66
|
+
|
|
67
|
+
* eyes_selenium bumped to 6.12.24
|
|
68
|
+
|
|
69
|
+
|
|
3
70
|
## [6.7.23](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.22...ruby/eyes_appium@6.7.23) (2026-03-08)
|
|
4
71
|
|
|
5
72
|
|
data/eyes_appium.gemspec
CHANGED
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
28
28
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
29
29
|
spec.require_paths = %w(lib)
|
|
30
|
-
spec.add_dependency 'eyes_selenium', "= 6.12.
|
|
30
|
+
spec.add_dependency 'eyes_selenium', "= 6.12.24"
|
|
31
31
|
spec.add_dependency 'appium_lib', '>= 10.6.0'
|
|
32
32
|
# Align with eyes_selenium constraint. Previously had version limit < 4.30 due to
|
|
33
33
|
# appium_lib compatibility issue (github.com/appium/ruby_lib_core/issues/602)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_appium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.7.
|
|
4
|
+
version: 6.7.24
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-03-
|
|
11
|
+
date: 2026-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: eyes_selenium
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 6.12.
|
|
19
|
+
version: 6.12.24
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 6.12.
|
|
26
|
+
version: 6.12.24
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: appium_lib
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|