eyes_core 6.9.22 → 6.9.23
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 +63 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/eyes_core/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: a30f9ec930a7fcf90679499c3dbf33593e31ea2d1bb39489acf82f10c2793a9c
|
|
4
|
+
data.tar.gz: c564165b3b433788e75b57d2d0c1c152b01fef65d4f6c2a30b1bfcceec45ec17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4ca1b99308c4f38159728bd37e84db075a5765331ef4514de867adcd8fe2bb42a716f166b2bf0258ae466ce04b92a1589b2f779f7571c88effaca194c14f21e
|
|
7
|
+
data.tar.gz: 84de539b83788da7d614b97b8281ea78df9949b1a20151cfc62f535f2037cb929c5c52c5e4647194e97f0d160b2962ce45dd54031b709d598b8974e0422ceb48
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,68 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.9.23](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.22...ruby/eyes_core@6.9.23) (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
|
+
|
|
3
66
|
## [6.9.22](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.21...ruby/eyes_core@6.9.22) (2026-03-08)
|
|
4
67
|
|
|
5
68
|
|
data/eyes_core.gemspec
CHANGED
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
|
|
35
35
|
spec.add_dependency 'oj'
|
|
36
36
|
spec.add_dependency 'websocket'
|
|
37
|
-
spec.add_dependency 'eyes_universal', "= 4.
|
|
37
|
+
spec.add_dependency 'eyes_universal', "= 4.58.0"
|
|
38
38
|
|
|
39
39
|
spec.add_development_dependency 'bundler'
|
|
40
40
|
spec.add_development_dependency 'rake'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.9.
|
|
4
|
+
version: 6.9.23
|
|
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: oj
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 4.
|
|
47
|
+
version: 4.58.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 4.
|
|
54
|
+
version: 4.58.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|