@applitools/eyes-selenium 4.79.4 → 4.80.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 +59 -0
- package/package.json +3 -3
- package/types/index.d.ts +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,64 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.80.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium-v4.79.5...js/eyes-selenium@4.80.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
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* plain object target syntax ([#2515](https://github.com/Applitools-Dev/sdk/issues/2515)) ([71842b8](https://github.com/Applitools-Dev/sdk/commit/71842b89bd05b68482df7ed16a6483ec716ddf55))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Dependencies
|
|
18
|
+
|
|
19
|
+
* @applitools/driver bumped to 1.20.4
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
|
23
|
+
* @applitools/ufg-client bumped to 1.16.3
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
|
27
|
+
* @applitools/core bumped to 4.31.0
|
|
28
|
+
#### Features
|
|
29
|
+
|
|
30
|
+
* 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))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
|
36
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
* @applitools/dom-snapshot bumped to 4.11.15
|
|
41
|
+
|
|
42
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.25
|
|
43
|
+
|
|
44
|
+
* @applitools/spec-driver-selenium bumped to 1.5.95
|
|
45
|
+
|
|
46
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.24
|
|
47
|
+
|
|
48
|
+
* @applitools/screenshoter bumped to 3.10.5
|
|
49
|
+
|
|
50
|
+
* @applitools/nml-client bumped to 1.8.24
|
|
51
|
+
|
|
52
|
+
* @applitools/ec-client bumped to 1.10.3
|
|
53
|
+
|
|
54
|
+
* @applitools/eyes bumped to 1.32.0
|
|
55
|
+
#### Features
|
|
56
|
+
|
|
57
|
+
* 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))
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
3
62
|
## [4.79.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.79.3...js/eyes-selenium@4.79.4) (2025-01-22)
|
|
4
63
|
|
|
5
64
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.80.0",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/eyes": "1.
|
|
45
|
-
"@applitools/spec-driver-selenium": "1.5.
|
|
44
|
+
"@applitools/eyes": "1.32.0",
|
|
45
|
+
"@applitools/spec-driver-selenium": "1.5.95"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@applitools/api-extractor": "^1.2.22",
|
package/types/index.d.ts
CHANGED
|
@@ -955,7 +955,7 @@ export enum FailureReport {
|
|
|
955
955
|
IMMEDIATE = 'IMMEDIATE',
|
|
956
956
|
ON_CLOSE = 'ON_CLOSE'
|
|
957
957
|
}
|
|
958
|
-
export type IosDeviceNamePlain = "iPhone
|
|
958
|
+
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";
|
|
959
959
|
export enum IosDeviceName {
|
|
960
960
|
iPad_7 = 'iPad (7th generation)',
|
|
961
961
|
iPad_9 = 'iPad (9th generation)',
|
|
@@ -968,7 +968,6 @@ export enum IosDeviceName {
|
|
|
968
968
|
iPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)',
|
|
969
969
|
iPhone_SE_2 = 'iPhone SE (2nd generation)',
|
|
970
970
|
iPhone_SE_3 = 'iPhone SE (3rd generation)',
|
|
971
|
-
iPhone_X = 'iPhone X',
|
|
972
971
|
iPhone_XR = 'iPhone XR',
|
|
973
972
|
iPhone_XS = 'iPhone Xs',
|
|
974
973
|
iPhone_Xs = 'iPhone Xs',
|