eyes_images 6.7.11 → 6.7.12

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 00c0d0a5247e54ea58ae91b31357aadcb1eb1def40e41d95e4fa1563063de3fb
4
- data.tar.gz: 66cf623313fb638c1508604421097c2dea129091fb3ce3594ca73ae2615126fc
3
+ metadata.gz: 55b461b2bce45efe351143b1b0160c84d73486651fb28caf3015ea90cfed7981
4
+ data.tar.gz: 7f7bca8c523100eab7df78af6e04e1af0829f9818cf903799be196020bc561ff
5
5
  SHA512:
6
- metadata.gz: c98108c531b935f4124e23b2e81103d2233fb92c17d7bf0ceea719a4fc51d47cc9362c7a54d051560f3a70501a40d04106caf8231115fbebdfe3115429964323
7
- data.tar.gz: 14c49829e0391ff4e82ee2edd432aeaf2380717b96ddd72ee0320c57672e7195a20eb3855b95eeb7ca92c4e743e46b31132ccd6040065bfe47c0dfe776c69792
6
+ metadata.gz: 129675fd6bb5b2e210c6396ee1e73c27a0824ff8549074574242ecf283135650c93c677bc5d6bed8bacbdbf6daefc0dd6d6384c3bdfd4e1793389067af2b930c
7
+ data.tar.gz: 80cdad8bf31bd10e2d2bdbc408c0c34e8a22992603d5d5a2b0706a3c4e5fb4437fc405d2c6252111bd6ee98b36438fe2e42cd88263045aa35dbd48ba19c12cfe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Changelog
2
2
 
3
+ ## [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)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.15.4
9
+ #### Bug Fixes
10
+
11
+ * 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))
12
+ * @applitools/core bumped to 4.54.1
13
+ #### Bug Fixes
14
+
15
+ * improve error notification (UFG) | AD-12270 ([#3418](https://github.com/Applitools-Dev/sdk/issues/3418)) ([a4efc55](https://github.com/Applitools-Dev/sdk/commit/a4efc55cd178dc13096fbfb066c287b0d6a452d3))
16
+
17
+
18
+
19
+ * eyes_universal bumped to 4.54.1
20
+
21
+ * eyes_core bumped to 6.9.12
22
+
23
+
3
24
  ## [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
25
 
5
26
 
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.11"
32
+ spec.add_dependency 'eyes_core', "= 6.9.12"
33
33
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.7.11'.freeze
5
+ VERSION = '6.7.12'.freeze
6
6
  end
7
7
  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.11
4
+ version: 6.7.12
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-12-14 00:00:00.000000000 Z
11
+ date: 2025-12-28 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.11
19
+ version: 6.9.12
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.11
26
+ version: 6.9.12
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com