eyes_images 6.7.11 → 6.7.13
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 +70 -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: 8fa4c4af4617991390d11fc96d6e438619c47daf426d7b293742977fea46cbf6
|
|
4
|
+
data.tar.gz: 3af15c828c030e4c47cfc916826dc0f13889af37ff3694bd719957aba611c19f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '080e27314dd8c29ed30374034ea8a8099e298e395b7d049ad4c5b23e9c399e3c15cff659e632c7ab8bdfa03c54c6e2870d78ec16dbe969f768388b361186f9fb'
|
|
7
|
+
data.tar.gz: 932b3877f20db18711ad3eed1226b5832a497ce8ec94f3d4b088688dc45189cf56219cc26913cba556d87bbdda0adc91e04a4f43de5e162e00565193df0a9670
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,75 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.7.13](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.12...ruby/eyes_images@6.7.13) (2026-01-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.6.8
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* added support for `font-style` attribute | AD-12435 ([#3458](https://github.com/Applitools-Dev/sdk/issues/3458)) ([f121c2a](https://github.com/Applitools-Dev/sdk/commit/f121c2acdea9285b8b53846466dcb4e2c97820e4))
|
|
12
|
+
* @applitools/dom-snapshot bumped to 4.15.5
|
|
13
|
+
|
|
14
|
+
* @applitools/driver bumped to 1.24.4
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* scrolling element fallback logic | FLD-3959 ([#3442](https://github.com/Applitools-Dev/sdk/issues/3442)) ([36348b4](https://github.com/Applitools-Dev/sdk/commit/36348b46e6a127c99d4ccfa58bf386a8e414fb40))
|
|
18
|
+
* @applitools/core-base bumped to 1.31.1
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
|
|
22
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.4
|
|
23
|
+
|
|
24
|
+
* @applitools/spec-driver-selenium bumped to 1.7.10
|
|
25
|
+
|
|
26
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.10
|
|
27
|
+
|
|
28
|
+
* @applitools/screenshoter bumped to 3.12.11
|
|
29
|
+
|
|
30
|
+
* @applitools/nml-client bumped to 1.11.14
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* nml broker retry mechanism | FLD-3968 FLD-3963 FLD-3950 ([#3430](https://github.com/Applitools-Dev/sdk/issues/3430)) ([42617e0](https://github.com/Applitools-Dev/sdk/commit/42617e021f43a89f8a8f2cb914f489ac8d215714))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
* @applitools/ec-client bumped to 1.12.16
|
|
38
|
+
|
|
39
|
+
* @applitools/core bumped to 4.54.2
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* per-API key heartbeat management | FLD-3889 ([#3406](https://github.com/Applitools-Dev/sdk/issues/3406)) ([5d7f380](https://github.com/Applitools-Dev/sdk/commit/5d7f38037f17006dcc923c4a3dc925e8dded25d8))
|
|
43
|
+
* preserve response body in broker handler ([e1bec23](https://github.com/Applitools-Dev/sdk/commit/e1bec23eabf8e8b73db7ec7cd2febb054047f7a7))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
* eyes_universal bumped to 4.54.2
|
|
48
|
+
|
|
49
|
+
* eyes_core bumped to 6.9.13
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## [6.7.12](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.11...ruby/eyes_images@6.7.12) (2025-12-28)
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
### Dependencies
|
|
56
|
+
|
|
57
|
+
* @applitools/dom-snapshot bumped to 4.15.4
|
|
58
|
+
#### Bug Fixes
|
|
59
|
+
|
|
60
|
+
* CSS variables in Shadow DOM style tags not expanded | FLD-3790 ([#3427](https://github.com/Applitools-Dev/sdk/issues/3427)) ([3d84b5f](https://github.com/Applitools-Dev/sdk/commit/3d84b5f120dd5e72dea5ec77b5d446e7ca696d52))
|
|
61
|
+
* @applitools/core bumped to 4.54.1
|
|
62
|
+
#### Bug Fixes
|
|
63
|
+
|
|
64
|
+
* improve error notification (UFG) | AD-12270 ([#3418](https://github.com/Applitools-Dev/sdk/issues/3418)) ([a4efc55](https://github.com/Applitools-Dev/sdk/commit/a4efc55cd178dc13096fbfb066c287b0d6a452d3))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
* eyes_universal bumped to 4.54.1
|
|
69
|
+
|
|
70
|
+
* eyes_core bumped to 6.9.12
|
|
71
|
+
|
|
72
|
+
|
|
3
73
|
## [6.7.11](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.7.10...ruby/eyes_images@6.7.11) (2025-12-14)
|
|
4
74
|
|
|
5
75
|
|
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.9.
|
|
32
|
+
spec.add_dependency 'eyes_core', "= 6.9.13"
|
|
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.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-11 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.9.
|
|
19
|
+
version: 6.9.13
|
|
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.9.
|
|
26
|
+
version: 6.9.13
|
|
27
27
|
description: Provides Images SDK for Applitools tests.
|
|
28
28
|
email:
|
|
29
29
|
- team@applitools.com
|