eyes_images 6.7.35 → 6.7.36
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 +31 -0
- data/eyes_images.gemspec +1 -1
- data/lib/applitools/eyes_images/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: 686ef881b560cbb7f3c50aab60cd8f40a3e2ec872304545c4cf71b6a5809791e
|
|
4
|
+
data.tar.gz: cdd0547c42a7008c5718804927c3da8d3227df5fda104bd27aee7f19c610ea55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 696e61b7a06c76095acd0b52e6ddd100f38879a854ee9db75f5e6ecb45edbceaf27271bcd1b52f755fa34963c49f58cc1e062129ff3d59502e878d323f412d96
|
|
7
|
+
data.tar.gz: 43bb631f9c1af7c8672178e5078f0a4ce30e2e89b03e5296380d6356ce80013184b2a3b5abf318c0f2d5940402a0b154ed73f40a488de8a55b596b4aea04196b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.7.36](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.35...ruby/eyes_images@6.7.36) (2026-06-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.35.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* auto-accept UFG diffs from infra updates | AD-9583 ([#3797](https://github.com/Applitools-Dev/sdk/issues/3797)) ([fde553c](https://github.com/Applitools-Dev/sdk/commit/fde553c947aa3c040660ef5d07855fa4a1412399))
|
|
12
|
+
* @applitools/core bumped to 4.64.0
|
|
13
|
+
#### Features
|
|
14
|
+
|
|
15
|
+
* auto-accept UFG diffs from infra updates | AD-9583 ([#3797](https://github.com/Applitools-Dev/sdk/issues/3797)) ([fde553c](https://github.com/Applitools-Dev/sdk/commit/fde553c947aa3c040660ef5d07855fa4a1412399))
|
|
16
|
+
* support default match level from renderinfo | AD-13499 ([#3799](https://github.com/Applitools-Dev/sdk/issues/3799)) ([c7e8aeb](https://github.com/Applitools-Dev/sdk/commit/c7e8aeb3f231d9b4e6e368d7ae5f87115c5cad09))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* source hideCaret from settings.hideCaret in NML classic capture | AD-14053 ([#3878](https://github.com/Applitools-Dev/sdk/issues/3878)) ([f07b4f5](https://github.com/Applitools-Dev/sdk/commit/f07b4f5c90bb9b7de0300cef93f23dc833268a7c))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/nml-client bumped to 1.11.29
|
|
26
|
+
|
|
27
|
+
* @applitools/ec-client bumped to 1.12.31
|
|
28
|
+
|
|
29
|
+
* eyes_universal bumped to 4.64.0
|
|
30
|
+
|
|
31
|
+
* eyes_core bumped to 6.11.3
|
|
32
|
+
|
|
33
|
+
|
|
3
34
|
## [6.7.35](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.34...ruby/eyes_images@6.7.35) (2026-05-26)
|
|
4
35
|
|
|
5
36
|
|
data/eyes_images.gemspec
CHANGED
|
@@ -29,5 +29,5 @@ Gem::Specification.new do |spec|
|
|
|
29
29
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
30
30
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
31
31
|
spec.require_paths = %w(lib)
|
|
32
|
-
spec.add_dependency 'eyes_core', "= 6.11.
|
|
32
|
+
spec.add_dependency 'eyes_core', "= 6.11.3"
|
|
33
33
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_images
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.7.
|
|
4
|
+
version: 6.7.36
|
|
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-
|
|
11
|
+
date: 2026-06-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: eyes_core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 6.11.
|
|
19
|
+
version: 6.11.3
|
|
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.11.
|
|
26
|
+
version: 6.11.3
|
|
27
27
|
description: Provides Images SDK for Applitools tests.
|
|
28
28
|
email:
|
|
29
29
|
- team@applitools.com
|