@applitools/eyes 1.36.16 → 1.36.18
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
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.36.18](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.17...js/eyes@1.36.18) (2025-12-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core-base bumped to 1.31.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
12
|
+
* @applitools/nml-client bumped to 1.11.13
|
|
13
|
+
|
|
14
|
+
* @applitools/ec-client bumped to 1.12.15
|
|
15
|
+
|
|
16
|
+
* @applitools/core bumped to 4.54.0
|
|
17
|
+
#### Features
|
|
18
|
+
|
|
19
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## [1.36.17](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.16...js/eyes@1.36.17) (2025-12-07)
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
* capture JavaScript-modified CSS selectors in nested [@layer](https://github.com/layer) rules ([#3391](https://github.com/Applitools-Dev/sdk/issues/3391)) ([b3bceb5](https://github.com/Applitools-Dev/sdk/commit/b3bceb5bfe894f3548173d23942e09d0e04b7e04))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Dependencies
|
|
33
|
+
|
|
34
|
+
* @applitools/dom-snapshot bumped to 4.15.3
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* capture JavaScript-modified CSS selectors in nested [@layer](https://github.com/layer) rules ([#3391](https://github.com/Applitools-Dev/sdk/issues/3391)) ([b3bceb5](https://github.com/Applitools-Dev/sdk/commit/b3bceb5bfe894f3548173d23942e09d0e04b7e04))
|
|
38
|
+
* @applitools/core bumped to 4.53.2
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* Upgrade core version ([#3398](https://github.com/Applitools-Dev/sdk/issues/3398)) ([68858c7](https://github.com/Applitools-Dev/sdk/commit/68858c7024e0413c1cc6af68752b1c3a9a04bb0b))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
3
46
|
## [1.36.16](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.36.15...js/eyes@1.36.16) (2025-11-19)
|
|
4
47
|
|
|
5
48
|
|
|
@@ -104,6 +104,9 @@ exports.IosMultiDeviceTarget = {
|
|
|
104
104
|
get iPhone_16() {
|
|
105
105
|
return new IosDeviceTarget_1.IosDeviceTarget('iPhone 16');
|
|
106
106
|
},
|
|
107
|
+
get iPhone_16e() {
|
|
108
|
+
return new IosDeviceTarget_1.IosDeviceTarget('iPhone 16e');
|
|
109
|
+
},
|
|
107
110
|
get iPhone_16_Pro() {
|
|
108
111
|
return new IosDeviceTarget_1.IosDeviceTarget('iPhone 16 Pro');
|
|
109
112
|
},
|
|
@@ -113,4 +116,16 @@ exports.IosMultiDeviceTarget = {
|
|
|
113
116
|
get iPhone_16_Pro_Max() {
|
|
114
117
|
return new IosDeviceTarget_1.IosDeviceTarget('iPhone 16 Pro Max');
|
|
115
118
|
},
|
|
119
|
+
get iPhone_17() {
|
|
120
|
+
return new IosDeviceTarget_1.IosDeviceTarget('iPhone 17');
|
|
121
|
+
},
|
|
122
|
+
get iPhone_17_Pro() {
|
|
123
|
+
return new IosDeviceTarget_1.IosDeviceTarget('iPhone 17 Pro');
|
|
124
|
+
},
|
|
125
|
+
get iPhone_17_Pro_Max() {
|
|
126
|
+
return new IosDeviceTarget_1.IosDeviceTarget('iPhone 17 Pro Max');
|
|
127
|
+
},
|
|
128
|
+
get iPhone_Air() {
|
|
129
|
+
return new IosDeviceTarget_1.IosDeviceTarget('iPhone Air');
|
|
130
|
+
},
|
|
116
131
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.18",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"applitools",
|
|
6
6
|
"eyes",
|
|
@@ -46,14 +46,14 @@
|
|
|
46
46
|
"test": "run --top-level mocha './test/**/*.spec.ts'"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@applitools/core": "4.
|
|
50
|
-
"@applitools/logger": "2.2.
|
|
51
|
-
"@applitools/utils": "1.14.
|
|
49
|
+
"@applitools/core": "4.54.0",
|
|
50
|
+
"@applitools/logger": "2.2.7",
|
|
51
|
+
"@applitools/utils": "1.14.1",
|
|
52
52
|
"chalk": "4.1.2",
|
|
53
53
|
"yargs": "17.7.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@applitools/req": "^1.8.
|
|
56
|
+
"@applitools/req": "^1.8.7",
|
|
57
57
|
"@types/node": "^12.20.55"
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
|
@@ -33,10 +33,15 @@ export declare const IosMultiDeviceTarget: {
|
|
|
33
33
|
readonly iPhone_15_Plus: IosDeviceTarget;
|
|
34
34
|
readonly iPhone_15_Pro_Max: IosDeviceTarget;
|
|
35
35
|
readonly iPhone_16: IosDeviceTarget;
|
|
36
|
+
readonly iPhone_16e: IosDeviceTarget;
|
|
36
37
|
readonly iPhone_16_Pro: IosDeviceTarget;
|
|
37
38
|
readonly iPhone_16_Plus: IosDeviceTarget;
|
|
38
39
|
readonly iPhone_16_Pro_Max: IosDeviceTarget;
|
|
40
|
+
readonly iPhone_17: IosDeviceTarget;
|
|
41
|
+
readonly iPhone_17_Pro: IosDeviceTarget;
|
|
42
|
+
readonly iPhone_17_Pro_Max: IosDeviceTarget;
|
|
43
|
+
readonly iPhone_Air: IosDeviceTarget;
|
|
39
44
|
};
|
|
40
45
|
export type IosDeviceTargetKeys = keyof typeof IosMultiDeviceTarget;
|
|
41
46
|
export type IosDeviceTargetValues = IosDeviceTarget;
|
|
42
|
-
export type IosDeviceTargetNames = 'iPhone SE (1st generation)' | 'iPhone SE (2nd generation)' | 'iPhone SE (3rd generation)' | 'iPhone 6' | 'iPhone 6 Plus' | 'iPhone 7' | 'iPhone 7 Plus' | 'iPhone 8' | 'iPhone 8 Plus' | 'iPhone X' | 'iPhone XR' | 'iPhone Xs' | 'iPhone Xs Max' | 'iPhone 11' | 'iPhone 11 Pro' | 'iPhone 11 Pro Max' | 'iPhone 12' | 'iPhone 12 mini' | 'iPhone 12 Pro' | 'iPhone 12 Pro Max' | 'iPhone 13' | 'iPhone 13 mini' | 'iPhone 13 Pro' | 'iPhone 13 Pro Max' | 'iPhone 14' | 'iPhone 14 Pro' | 'iPhone 14 Plus' | 'iPhone 14 Pro Max' | 'iPhone 15' | 'iPhone 15 Pro' | 'iPhone 15 Plus' | 'iPhone 15 Pro Max' | 'iPhone 16' | 'iPhone 16 Pro' | 'iPhone 16 Plus' | 'iPhone 16 Pro Max';
|
|
47
|
+
export type IosDeviceTargetNames = 'iPhone SE (1st generation)' | 'iPhone SE (2nd generation)' | 'iPhone SE (3rd generation)' | 'iPhone 6' | 'iPhone 6 Plus' | 'iPhone 7' | 'iPhone 7 Plus' | 'iPhone 8' | 'iPhone 8 Plus' | 'iPhone X' | 'iPhone XR' | 'iPhone Xs' | 'iPhone Xs Max' | 'iPhone 11' | 'iPhone 11 Pro' | 'iPhone 11 Pro Max' | 'iPhone 12' | 'iPhone 12 mini' | 'iPhone 12 Pro' | 'iPhone 12 Pro Max' | 'iPhone 13' | 'iPhone 13 mini' | 'iPhone 13 Pro' | 'iPhone 13 Pro Max' | 'iPhone 14' | 'iPhone 14 Pro' | 'iPhone 14 Plus' | 'iPhone 14 Pro Max' | 'iPhone 15' | 'iPhone 15 Pro' | 'iPhone 15 Plus' | 'iPhone 15 Pro Max' | 'iPhone 16' | 'iPhone 16e' | 'iPhone 16 Pro' | 'iPhone 16 Plus' | 'iPhone 16 Pro Max' | 'iPhone 17' | 'iPhone 17 Pro' | 'iPhone 17 Pro Max' | 'iPhone Air';
|