@applitools/eyes-images 4.31.17 → 4.31.19
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.
- package/CHANGELOG.md +42 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.31.19](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.18...js/eyes-images@4.31.19) (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
|
+
* @applitools/eyes bumped to 1.36.19
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [4.31.18](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.17...js/eyes-images@4.31.18) (2025-12-14)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* @applitools/nml-client bumped to 1.11.13
|
|
28
|
+
|
|
29
|
+
* @applitools/core-base bumped to 1.31.0
|
|
30
|
+
#### Features
|
|
31
|
+
|
|
32
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
33
|
+
* @applitools/core bumped to 4.54.0
|
|
34
|
+
#### Features
|
|
35
|
+
|
|
36
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
* @applitools/ec-client bumped to 1.12.15
|
|
41
|
+
|
|
42
|
+
* @applitools/eyes bumped to 1.36.18
|
|
43
|
+
|
|
44
|
+
|
|
3
45
|
## [4.31.17](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.31.16...js/eyes-images@4.31.17) (2025-12-07)
|
|
4
46
|
|
|
5
47
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.19",
|
|
4
4
|
"description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-images",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"test:coverage": "APPLITOOLS_SHOW_LOGS=true APPLITOOLS_LOG_FILE=\"./logs/$(uuidgen).log\" APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generated-coverage/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@applitools/eyes": "1.36.
|
|
43
|
+
"@applitools/eyes": "1.36.19"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@applitools/api-extractor": "^1.2.22",
|