@applitools/eyes-images 4.29.3 → 4.30.0
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 +70 -0
- package/package.json +2 -2
- package/types/index.d.ts +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,75 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.30.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images-v4.29.5...js/eyes-images@4.30.0) (2025-01-30)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* check for new ufg balancer - cache result in getAccountInfo instead of makeCoreRequests ([#2692](https://github.com/Applitools-Dev/sdk/issues/2692)) ([e2a9705](https://github.com/Applitools-Dev/sdk/commit/e2a970594ffa6527798c5fac7a72188e30da986d))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* @applitools/driver bumped to 1.20.4
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
|
22
|
+
* @applitools/ufg-client bumped to 1.16.3
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
|
26
|
+
* @applitools/core bumped to 4.31.0
|
|
27
|
+
#### Features
|
|
28
|
+
|
|
29
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
|
35
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
* @applitools/dom-snapshot bumped to 4.11.15
|
|
40
|
+
|
|
41
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.25
|
|
42
|
+
|
|
43
|
+
* @applitools/spec-driver-selenium bumped to 1.5.95
|
|
44
|
+
|
|
45
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.24
|
|
46
|
+
|
|
47
|
+
* @applitools/screenshoter bumped to 3.10.5
|
|
48
|
+
|
|
49
|
+
* @applitools/nml-client bumped to 1.8.24
|
|
50
|
+
|
|
51
|
+
* @applitools/ec-client bumped to 1.10.3
|
|
52
|
+
|
|
53
|
+
* @applitools/eyes bumped to 1.32.0
|
|
54
|
+
#### Features
|
|
55
|
+
|
|
56
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## [4.29.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.29.3...js/eyes-images@4.29.4) (2025-01-22)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Dependencies
|
|
65
|
+
|
|
66
|
+
* @applitools/core bumped to 4.30.0
|
|
67
|
+
#### Features
|
|
68
|
+
|
|
69
|
+
* regions and coded regions with android NML ([#2735](https://github.com/Applitools-Dev/sdk/issues/2735)) ([be0f670](https://github.com/Applitools-Dev/sdk/commit/be0f6707336e1308423079f4895e6df044c9ebcd))
|
|
70
|
+
* @applitools/eyes bumped to 1.31.2
|
|
71
|
+
|
|
72
|
+
|
|
3
73
|
## [4.29.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-images@4.29.2...js/eyes-images@4.29.3) (2025-01-19)
|
|
4
74
|
|
|
5
75
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.30.0",
|
|
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.
|
|
43
|
+
"@applitools/eyes": "1.32.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@applitools/api-extractor": "^1.2.22",
|
package/types/index.d.ts
CHANGED
|
@@ -1052,7 +1052,7 @@ export enum FailureReport {
|
|
|
1052
1052
|
IMMEDIATE = 'IMMEDIATE',
|
|
1053
1053
|
ON_CLOSE = 'ON_CLOSE'
|
|
1054
1054
|
}
|
|
1055
|
-
export type IosDeviceNamePlain = "iPhone
|
|
1055
|
+
export type IosDeviceNamePlain = "iPhone 14 Plus" | "iPhone 14 Pro" | "iPhone 15 Pro" | "iPhone XR" | "iPhone 11" | "iPhone 11 Pro Max" | "iPhone 11 Pro" | "iPad (7th generation)" | "iPad (9th generation)" | "iPad (10th generation)" | "iPad mini (6th generation)" | "iPad Air (4th generation)" | "iPad Pro (12.9-inch) (3rd generation)" | "iPad Pro (11-inch) (4th generation)" | "iPhone SE (2nd generation)" | "iPhone SE (3rd generation)" | "iPhone Xs" | "iPhone 12" | "iPhone 12 mini" | "iPhone 12 Pro Max" | "iPhone 12 Pro" | "iPhone 13" | "iPhone 13 mini" | "iPhone 13 Pro Max" | "iPhone 13 Pro" | "iPhone 14" | "iPhone 14 Pro Max" | "iPhone 15" | "iPhone 15 Pro Max" | "iPhone 15 Plus" | "iPhone 16" | "iPhone 16 Pro Max" | "iPhone 16 Pro" | "iPhone 16 Plus";
|
|
1056
1056
|
export enum IosDeviceName {
|
|
1057
1057
|
iPad_7 = 'iPad (7th generation)',
|
|
1058
1058
|
iPad_9 = 'iPad (9th generation)',
|
|
@@ -1065,7 +1065,6 @@ export enum IosDeviceName {
|
|
|
1065
1065
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
1066
1066
|
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
1067
1067
|
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
1068
|
-
iPhone_X = 'iPhone X',
|
|
1069
1068
|
iPhone_XR = 'iPhone XR',
|
|
1070
1069
|
iPhone_XS = 'iPhone Xs',
|
|
1071
1070
|
iPhone_Xs = 'iPhone Xs',
|