eyes_images 6.3.4 → 6.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +28 -0
- 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: f5ed775517f3c9d741e11242516c7b45b215614598e444dec49bc832c58e534a
|
4
|
+
data.tar.gz: e111209f4c732fdc04a3efff30ad65ae5ee697f7b00366479d0356b8339f4a62
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b3518d5251a5913d3c65f2033e51bf70d84aec45ef83c7cf8da1da47e5b4288866bd46d5d4435b5645e380bcea26aee8be39816959d883c29329f206433d8703
|
7
|
+
data.tar.gz: 6ad5f9737492452a2e194178b3466804801b25071436dc6080c45a4d4956ebb7ec376083efdc1980292455b887b5221020f5497d2ff42726e7d91ffaa174754a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,33 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.5](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.3.4...ruby/eyes_images@6.3.5) (2024-05-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/dom-capture bumped to 11.2.7
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
|
12
|
+
* @applitools/core-base bumped to 1.14.0
|
13
|
+
#### Features
|
14
|
+
|
15
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
16
|
+
* long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
|
17
|
+
* @applitools/core bumped to 4.15.0
|
18
|
+
#### Features
|
19
|
+
|
20
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
* @applitools/ec-client bumped to 1.8.5
|
25
|
+
|
26
|
+
* eyes_universal bumped to 4.15.0
|
27
|
+
|
28
|
+
* eyes_core bumped to 6.3.5
|
29
|
+
|
30
|
+
|
3
31
|
## [6.3.4](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_images@6.3.3...ruby/eyes_images@6.3.4) (2024-05-01)
|
4
32
|
|
5
33
|
|
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.3.
|
4
|
+
version: 6.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-08 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.3.
|
19
|
+
version: 6.3.5
|
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.3.
|
26
|
+
version: 6.3.5
|
27
27
|
description: Provides Images SDK for Applitools tests.
|
28
28
|
email:
|
29
29
|
- team@applitools.com
|