eyes_images 6.8.6 → 6.8.7

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: 833db2ce1a6ab3080425a21677280839fad0183f39fb203980125b1c983d527e
4
- data.tar.gz: 4ee5c65cd1b344f0d44c65aac6cb66026385fc28c91ec8de8788e2161ef764dd
3
+ metadata.gz: 7d140a6cff1e22cfdf07899345f152d39665db70d921a8c816a7a88f5867478b
4
+ data.tar.gz: 0d5bb1212649e1b5e6496d5f28df34c515adc46ea371f4587314aba0a79c157c
5
5
  SHA512:
6
- metadata.gz: 796139a275483254c86db96d06e34dfb531cc52caae80b9f5a8e1cf4bbb33fb1ccace54ca5a51b5dfe70b22a1517a547bea348f7efbc6fb059fe6f8d070d7e1e
7
- data.tar.gz: 14c6b034b94472168254b32578f971cecd632b4bace5602c39b1ed3dd75d7f7610e44f572a9d152219251386799a1021d166012f4aaa78c956b7371debf233b2
6
+ metadata.gz: 0a23db92fea0ed8c94c4b1ccf65061e335918f915a6415b9f718e3ce29a499a74fa6db4be72da57239063fb4363aa9e0d8ce95f1485e0095a7a1a6711e5aea7d
7
+ data.tar.gz: a07e495f7d789a74aa2cb904490e5e96f7b1786da4b821058fed4cb87d3921bcfca0d8f5786ab3d19e76c31f9c9bfe5ca5215b7e1750aace9f32362d87c21f5c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.8.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.8.6...ruby/eyes_images@6.8.7) (2026-09-17)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/dom-snapshot bumped to 4.18.3
9
+ #### Bug Fixes
10
+
11
+ * keep authored longhands when a preferred shorthand has no value | FLD-4935 ([#4173](https://github.com/Applitools-Dev/sdk/issues/4173)) ([c864f3d](https://github.com/Applitools-Dev/sdk/commit/c864f3d64f3d13ed7fb931dba6b40cb663d4bb43))
12
+ * @applitools/image bumped to 1.3.3
13
+ #### Bug Fixes
14
+
15
+ * skip empty slices when framing a stitched screenshot | FLD-4924 ([#4197](https://github.com/Applitools-Dev/sdk/issues/4197)) ([9c160fe](https://github.com/Applitools-Dev/sdk/commit/9c160fe4c2bc60b03105cf6c2c54131f26ea0357))
16
+ * @applitools/dom-capture bumped to 11.8.6
17
+ #### Bug Fixes
18
+
19
+ * don't mark visible wrapped inline text as obscured | FLD-4963 ([#4195](https://github.com/Applitools-Dev/sdk/issues/4195)) ([9d6d646](https://github.com/Applitools-Dev/sdk/commit/9d6d646d60d37545f1ec6eb6e5ad3ce011c3a198))
20
+ * @applitools/screenshoter bumped to 3.12.32
21
+
22
+ * @applitools/nml-client bumped to 1.12.4
23
+
24
+ * @applitools/ufg-client bumped to 1.23.4
25
+
26
+ * @applitools/core-base bumped to 1.39.1
27
+
28
+ * @applitools/ec-client bumped to 1.12.47
29
+
30
+ * @applitools/core bumped to 4.70.2
31
+
32
+ * eyes_universal bumped to 4.70.2
33
+
34
+ * eyes_core bumped to 6.13.7
35
+
36
+
3
37
  ## [6.8.6](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.8.5...ruby/eyes_images@6.8.6) (2026-09-15)
4
38
 
5
39
 
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.13.6"
32
+ spec.add_dependency 'eyes_core', "= 6.13.7"
33
33
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesImages
5
- VERSION = '6.8.6'.freeze
5
+ VERSION = '6.8.7'.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.8.6
4
+ version: 6.8.7
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-09-15 00:00:00.000000000 Z
11
+ date: 2026-09-17 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.13.6
19
+ version: 6.13.7
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.13.6
26
+ version: 6.13.7
27
27
  description: Provides Images SDK for Applitools tests.
28
28
  email:
29
29
  - team@applitools.com