eyes_core 6.11.0 → 6.11.1
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 +78 -0
- data/eyes_core.gemspec +1 -1
- data/lib/applitools/eyes_core/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: 950b1efc6171705f92c7af11e5f1eeb566329e243daaf567bc9f90864b1ce106
|
|
4
|
+
data.tar.gz: 6538beac2c7e3b0c8bbe7a5ccb73f844a24f1d0259f67f152264458cae9f94cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89609a51548f44cc138144d4ce639f29a47c9d76c03c568d1c0a0e7431c4a1b0deec6c731bfe8a7d25feb03bbbcf7a2e7d4108ebb4d711860986e0a10d345a4a
|
|
7
|
+
data.tar.gz: c15d3aaca5f0575edf787ab45604f7c082c1a84a7401d17e7c2ceac1861a85d063746ed939d362350e23d4adc1423a59a04273e5a6baab2995defd1aa1e50628
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,83 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.11.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.11.0...ruby/eyes_core@6.11.1) (2026-05-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/snippets bumped to 2.9.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* declare @babel/preset-typescript dep for sandbox build ([#3815](https://github.com/Applitools-Dev/sdk/issues/3815)) ([10c44c6](https://github.com/Applitools-Dev/sdk/commit/10c44c66635f1ed4e0361f22ecebf2221c2cc912))
|
|
12
|
+
* @applitools/dom-snapshot bumped to 4.17.1
|
|
13
|
+
|
|
14
|
+
* @applitools/req bumped to 1.10.1
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
|
|
18
|
+
* @applitools/driver bumped to 1.26.1
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/spec-driver-playwright bumped to 1.9.1
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* address CI regressions from executeBrowserCommands and Chromium 140+ service worker ([#3848](https://github.com/Applitools-Dev/sdk/issues/3848)) ([099ada5](https://github.com/Applitools-Dev/sdk/commit/099ada5e52d4153157b98c2203df428579527e49))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
* @applitools/ufg-client bumped to 1.22.1
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
* @applitools/core bumped to 4.63.0
|
|
40
|
+
#### Features
|
|
41
|
+
|
|
42
|
+
* soft-deprecate CheckSettings.timeout() with telemetry [[#3705](https://github.com/Applitools-Dev/sdk/issues/3705)] ([#3805](https://github.com/Applitools-Dev/sdk/issues/3805)) ([a5d6390](https://github.com/Applitools-Dev/sdk/commit/a5d6390f17fc0380736b88cbe05dd147e66a86cf))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
#### Bug Fixes
|
|
46
|
+
|
|
47
|
+
* avoid double-scaling environment viewport in classic mode | FLD-4359 ([#3793](https://github.com/Applitools-Dev/sdk/issues/3793)) ([246050b](https://github.com/Applitools-Dev/sdk/commit/246050b8a7984b869c068262162a69191c834947))
|
|
48
|
+
* http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
* @applitools/screenshoter bumped to 3.12.20
|
|
53
|
+
|
|
54
|
+
* @applitools/tunnel-client bumped to 1.11.13
|
|
55
|
+
|
|
56
|
+
* @applitools/core-base bumped to 1.34.0
|
|
57
|
+
#### Features
|
|
58
|
+
|
|
59
|
+
* soft-deprecate CheckSettings.timeout() with telemetry [[#3705](https://github.com/Applitools-Dev/sdk/issues/3705)] ([#3805](https://github.com/Applitools-Dev/sdk/issues/3805)) ([a5d6390](https://github.com/Applitools-Dev/sdk/commit/a5d6390f17fc0380736b88cbe05dd147e66a86cf))
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
#### Bug Fixes
|
|
63
|
+
|
|
64
|
+
* http2 support via settings AD 13119 ([#3804](https://github.com/Applitools-Dev/sdk/issues/3804)) ([759d451](https://github.com/Applitools-Dev/sdk/commit/759d4518254828140aa50e2c5de14e80af0b997c))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.1
|
|
69
|
+
|
|
70
|
+
* @applitools/spec-driver-selenium bumped to 1.8.1
|
|
71
|
+
|
|
72
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.1
|
|
73
|
+
|
|
74
|
+
* @applitools/nml-client bumped to 1.11.27
|
|
75
|
+
|
|
76
|
+
* @applitools/ec-client bumped to 1.12.29
|
|
77
|
+
|
|
78
|
+
* eyes_universal bumped to 4.63.0
|
|
79
|
+
|
|
80
|
+
|
|
3
81
|
## [6.11.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.10.6...ruby/eyes_core@6.11.0) (2026-05-05)
|
|
4
82
|
|
|
5
83
|
|
data/eyes_core.gemspec
CHANGED
|
@@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
|
|
|
34
34
|
|
|
35
35
|
spec.add_dependency 'oj'
|
|
36
36
|
spec.add_dependency 'websocket'
|
|
37
|
-
spec.add_dependency 'eyes_universal', "= 4.
|
|
37
|
+
spec.add_dependency 'eyes_universal', "= 4.63.0"
|
|
38
38
|
|
|
39
39
|
spec.add_development_dependency 'bundler'
|
|
40
40
|
spec.add_development_dependency 'rake'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.11.
|
|
4
|
+
version: 6.11.1
|
|
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-05-
|
|
11
|
+
date: 2026-05-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: oj
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - '='
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: 4.
|
|
47
|
+
version: 4.63.0
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - '='
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: 4.
|
|
54
|
+
version: 4.63.0
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|