eyes_selenium 6.13.2 → 6.13.4
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 +98 -0
- data/eyes_selenium.gemspec +1 -1
- data/lib/applitools/eyes_selenium/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: 556e9c8b9313584efbd5b719b2641f165123860dc91bd1703737f7cf6017a397
|
|
4
|
+
data.tar.gz: 74140981cef66b7b28b9fbc8ef626ff3e78bd3993b67f2404be94bb3fd650873
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 592f5b1efe500b9651046cfd96cab93bf1a5e45c97de409b3b5f3e0e9e4ad31098d547265ce5748427a1bd24e23b00153c7c4c16a41f08e811101ccbc6ce4046
|
|
7
|
+
data.tar.gz: 9b850dcc44e436b5d0604098ba9cf36bf43a4003901a564caa1e222f9ad660e5d0f6be8125a61809aa3710908e21f7b46dc4db6c0b8b1a1e6351648afa26fcce
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,103 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.13.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.13.3...ruby/eyes_selenium@6.13.4) (2026-08-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.18.2
|
|
9
|
+
#### Performance Improvements
|
|
10
|
+
|
|
11
|
+
* emit adopted stylesheets as placeholder nodes | AD-15243 ([#4118](https://github.com/Applitools-Dev/sdk/issues/4118)) ([7486bbb](https://github.com/Applitools-Dev/sdk/commit/7486bbbc6f599d1de499e031a59eb4502de8b6b1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* @applitools/driver bumped to 1.26.10
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* resolve native iOS viewport in screen space | FLD-4552 ([#4088](https://github.com/Applitools-Dev/sdk/issues/4088)) ([e2f9b03](https://github.com/Applitools-Dev/sdk/commit/e2f9b030103c066faac45d69f98cee265a0a931a))
|
|
19
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.10
|
|
20
|
+
|
|
21
|
+
* @applitools/spec-driver-selenium bumped to 1.8.10
|
|
22
|
+
|
|
23
|
+
* @applitools/spec-driver-playwright bumped to 1.9.10
|
|
24
|
+
|
|
25
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.10
|
|
26
|
+
|
|
27
|
+
* @applitools/screenshoter bumped to 3.12.31
|
|
28
|
+
#### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* resolve native iOS viewport in screen space | FLD-4552 ([#4088](https://github.com/Applitools-Dev/sdk/issues/4088)) ([e2f9b03](https://github.com/Applitools-Dev/sdk/commit/e2f9b030103c066faac45d69f98cee265a0a931a))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
* @applitools/nml-client bumped to 1.12.2
|
|
35
|
+
|
|
36
|
+
* @applitools/ufg-client bumped to 1.23.3
|
|
37
|
+
#### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* extract css dependencies in chunks past the parser's offset limit | FLD-4643 ([#4134](https://github.com/Applitools-Dev/sdk/issues/4134)) ([1ffdc7b](https://github.com/Applitools-Dev/sdk/commit/1ffdc7bc7e1384bfc18ae9a1d5afbf7c342f8f40))
|
|
40
|
+
* @applitools/ec-client bumped to 1.12.45
|
|
41
|
+
|
|
42
|
+
* @applitools/core bumped to 4.69.2
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* don't send the bare branch name under an scm integration | AD-15642 ([#4140](https://github.com/Applitools-Dev/sdk/issues/4140)) ([41c30b9](https://github.com/Applitools-Dev/sdk/commit/41c30b9999488ebc635528476888a5fc239654a8))
|
|
46
|
+
* resolve native iOS viewport in screen space | FLD-4552 ([#4088](https://github.com/Applitools-Dev/sdk/issues/4088)) ([e2f9b03](https://github.com/Applitools-Dev/sdk/commit/e2f9b030103c066faac45d69f98cee265a0a931a))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
* eyes_universal bumped to 4.69.2
|
|
51
|
+
|
|
52
|
+
* eyes_core bumped to 6.13.4
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
## [6.13.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.13.2...ruby/eyes_selenium@6.13.3) (2026-08-23)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Dependencies
|
|
59
|
+
|
|
60
|
+
* @applitools/dom-snapshot bumped to 4.18.1
|
|
61
|
+
#### Performance Improvements
|
|
62
|
+
|
|
63
|
+
* CDT node dedup pass | AD-15243 ([baeab05](https://github.com/Applitools-Dev/sdk/commit/baeab05507e12d4d499050cd770191ef3cd9d0df))
|
|
64
|
+
* @applitools/socket bumped to 1.3.17
|
|
65
|
+
#### Bug Fixes
|
|
66
|
+
|
|
67
|
+
* keep the figma access token out of logs when masking is enabled | AD-15515 ([#4062](https://github.com/Applitools-Dev/sdk/issues/4062)) ([17bc177](https://github.com/Applitools-Dev/sdk/commit/17bc17789d88e2d92f32c66c3a43acb14eec4a70))
|
|
68
|
+
* @applitools/image bumped to 1.3.2
|
|
69
|
+
#### Bug Fixes
|
|
70
|
+
|
|
71
|
+
* bump sharp to ^0.35.3 to clear libvips advisories | FLD-4829 ([#4113](https://github.com/Applitools-Dev/sdk/issues/4113)) ([90c2d08](https://github.com/Applitools-Dev/sdk/commit/90c2d0824cf3dfe56a074800907da6eb940ba350))
|
|
72
|
+
* @applitools/screenshoter bumped to 3.12.30
|
|
73
|
+
|
|
74
|
+
* @applitools/nml-client bumped to 1.12.1
|
|
75
|
+
|
|
76
|
+
* @applitools/tunnel-client bumped to 1.12.4
|
|
77
|
+
|
|
78
|
+
* @applitools/ufg-client bumped to 1.23.2
|
|
79
|
+
|
|
80
|
+
* @applitools/core-base bumped to 1.38.2
|
|
81
|
+
|
|
82
|
+
* @applitools/ec-client bumped to 1.12.44
|
|
83
|
+
|
|
84
|
+
* @applitools/core bumped to 4.69.1
|
|
85
|
+
#### Bug Fixes
|
|
86
|
+
|
|
87
|
+
* keep the figma access token out of logs when masking is enabled | AD-15515 ([#4062](https://github.com/Applitools-Dev/sdk/issues/4062)) ([17bc177](https://github.com/Applitools-Dev/sdk/commit/17bc17789d88e2d92f32c66c3a43acb14eec4a70))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
#### Performance Improvements
|
|
91
|
+
|
|
92
|
+
* CDT node dedup pass | AD-15243 ([baeab05](https://github.com/Applitools-Dev/sdk/commit/baeab05507e12d4d499050cd770191ef3cd9d0df))
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
* eyes_universal bumped to 4.69.1
|
|
97
|
+
|
|
98
|
+
* eyes_core bumped to 6.13.3
|
|
99
|
+
|
|
100
|
+
|
|
3
101
|
## [6.13.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.13.1...ruby/eyes_selenium@6.13.2) (2026-08-19)
|
|
4
102
|
|
|
5
103
|
|
data/eyes_selenium.gemspec
CHANGED
|
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
28
28
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
29
29
|
spec.require_paths = %w(lib)
|
|
30
|
-
spec.add_dependency 'eyes_core', "= 6.13.
|
|
30
|
+
spec.add_dependency 'eyes_core', "= 6.13.4"
|
|
31
31
|
spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
|
|
32
32
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_selenium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.13.
|
|
4
|
+
version: 6.13.4
|
|
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-08-
|
|
11
|
+
date: 2026-08-30 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.
|
|
19
|
+
version: 6.13.4
|
|
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.
|
|
26
|
+
version: 6.13.4
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|