@applitools/eyes-images 4.23.10 → 4.23.12
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 +129 -0
- package/package.json +4 -4
- package/types/index.d.ts +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,134 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.23.12](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.11...js/eyes-images@4.23.12) (2023-07-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/eyes bumped from 1.6.0 to 1.6.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
* @applitools/core bumped from 3.6.0 to 3.6.1
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
* @applitools/driver bumped from 1.13.0 to 1.13.1
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
|
|
26
|
+
* @applitools/ec-client bumped from 1.6.2 to 1.7.0
|
|
27
|
+
#### Features
|
|
28
|
+
|
|
29
|
+
* added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
* @applitools/tunnel-client bumped from 1.0.2 to 1.1.0
|
|
34
|
+
#### Features
|
|
35
|
+
|
|
36
|
+
* added internal function to prepare environment before running tunnels ([3d19ec3](https://github.com/applitools/eyes.sdk.javascript1/commit/3d19ec3b274702ffdf26b766b7351ec1f4b66a6d))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
#### Bug Fixes
|
|
40
|
+
|
|
41
|
+
* prevent tunnel binaries from overriding itself ([5609a36](https://github.com/applitools/eyes.sdk.javascript1/commit/5609a36c93622c9b8eeb4b4ab25f95907df8baa4))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
* @applitools/nml-client bumped from 1.5.1 to 1.5.2
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* replaced NML prefixed appium env vars with APPLITOOLS prefixed ([8905b90](https://github.com/applitools/eyes.sdk.javascript1/commit/8905b90e7c4ec6e310f6e52c03bbcc7acf1ff2ab))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
* @applitools/ufg-client bumped from 1.4.0 to 1.4.1
|
|
53
|
+
#### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* fixed an issue when an inability to freeze a gif image caused sdk crush ([dca9ead](https://github.com/applitools/eyes.sdk.javascript1/commit/dca9eadd2bab39d1fc20b99d997879075691f0ee))
|
|
56
|
+
* fixed issue when sdk crushed due to invalid resource url in ufg mode ([8b44958](https://github.com/applitools/eyes.sdk.javascript1/commit/8b449580a930753dd2735befdcdb4c46e184b2a9))
|
|
57
|
+
* @applitools/spec-driver-webdriver bumped from 1.0.37 to 1.0.38
|
|
58
|
+
|
|
59
|
+
* @applitools/execution-grid-tunnel bumped to 2.1.8
|
|
60
|
+
|
|
61
|
+
* @applitools/screenshoter bumped from 3.8.3 to 3.8.4
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
## [4.23.11](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.10...js/eyes-images@4.23.11) (2023-07-10)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
### Dependencies
|
|
68
|
+
|
|
69
|
+
* @applitools/eyes bumped from 1.5.2 to 1.6.0
|
|
70
|
+
#### Features
|
|
71
|
+
|
|
72
|
+
* added new chrome emulation devices - `Galaxy S21`, `Galaxy S21 Ultra`, and `Galaxy S22 Ultra` ([0dac7f7](https://github.com/applitools/eyes.sdk.javascript1/commit/0dac7f7941558a4e9416f70a104b96d125d38fc7))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
#### Bug Fixes
|
|
76
|
+
|
|
77
|
+
* adjusted behavior of `nmgOptions` property around different screenshot mods ([2709afa](https://github.com/applitools/eyes.sdk.javascript1/commit/2709afa51c98f89d506d901b04454d9f37bacd87))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
* @applitools/core bumped from 3.5.1 to 3.6.0
|
|
82
|
+
#### Features
|
|
83
|
+
|
|
84
|
+
* ability to skip deserialize dom snapshot ([#1703](https://github.com/applitools/eyes.sdk.javascript1/issues/1703)) ([a461af4](https://github.com/applitools/eyes.sdk.javascript1/commit/a461af4fb72b7cba1ae15a5d20376fd02e7d9003))
|
|
85
|
+
* prevent animated gif images from playing in ufg ([#1721](https://github.com/applitools/eyes.sdk.javascript1/issues/1721)) ([30f39cc](https://github.com/applitools/eyes.sdk.javascript1/commit/30f39cc8ef2cdfa1d85bd7a0037b818db1b52e1b))
|
|
86
|
+
* support custom property per renderer ([#1715](https://github.com/applitools/eyes.sdk.javascript1/issues/1715)) ([8cf6b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/8cf6b1fb0563b2485ca18eebc2efd236c2287db8))
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
* @applitools/core-base bumped from 1.3.0 to 1.4.0
|
|
91
|
+
#### Features
|
|
92
|
+
|
|
93
|
+
* support custom property per renderer ([#1715](https://github.com/applitools/eyes.sdk.javascript1/issues/1715)) ([8cf6b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/8cf6b1fb0563b2485ca18eebc2efd236c2287db8))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
* @applitools/image bumped from 1.0.36 to 1.1.0
|
|
98
|
+
#### Features
|
|
99
|
+
|
|
100
|
+
* prevent animated gif images from playing in ufg ([#1721](https://github.com/applitools/eyes.sdk.javascript1/issues/1721)) ([30f39cc](https://github.com/applitools/eyes.sdk.javascript1/commit/30f39cc8ef2cdfa1d85bd7a0037b818db1b52e1b))
|
|
101
|
+
* @applitools/ec-client bumped from 1.6.1 to 1.6.2
|
|
102
|
+
#### Bug Fixes
|
|
103
|
+
|
|
104
|
+
* fixed issue that caused creation of unnecessary tunnels ([b38fe37](https://github.com/applitools/eyes.sdk.javascript1/commit/b38fe3754f97c5f312ceffd74406255654466ab7))
|
|
105
|
+
* start tunnels with proper regional server ([2a34ed8](https://github.com/applitools/eyes.sdk.javascript1/commit/2a34ed8cd72dc9ac54957348cbe8ba9e67032340))
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
* @applitools/tunnel-client bumped from 1.0.1 to 1.0.2
|
|
110
|
+
#### Bug Fixes
|
|
111
|
+
|
|
112
|
+
* start tunnels with proper regional server ([2a34ed8](https://github.com/applitools/eyes.sdk.javascript1/commit/2a34ed8cd72dc9ac54957348cbe8ba9e67032340))
|
|
113
|
+
* @applitools/ufg-client bumped from 1.3.0 to 1.4.0
|
|
114
|
+
#### Features
|
|
115
|
+
|
|
116
|
+
* ability to skip deserialize dom snapshot ([#1703](https://github.com/applitools/eyes.sdk.javascript1/issues/1703)) ([a461af4](https://github.com/applitools/eyes.sdk.javascript1/commit/a461af4fb72b7cba1ae15a5d20376fd02e7d9003))
|
|
117
|
+
* add support for resource fetching through eg tunnel ([3daa4da](https://github.com/applitools/eyes.sdk.javascript1/commit/3daa4da975cbe23ffb33bb3e9f5f76732ead1075))
|
|
118
|
+
* added new chrome emulation devices - `Galaxy S21`, `Galaxy S21 Ultra`, and `Galaxy S22 Ultra` ([0dac7f7](https://github.com/applitools/eyes.sdk.javascript1/commit/0dac7f7941558a4e9416f70a104b96d125d38fc7))
|
|
119
|
+
* prevent animated gif images from playing in ufg ([#1721](https://github.com/applitools/eyes.sdk.javascript1/issues/1721)) ([30f39cc](https://github.com/applitools/eyes.sdk.javascript1/commit/30f39cc8ef2cdfa1d85bd7a0037b818db1b52e1b))
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
#### Bug Fixes
|
|
123
|
+
|
|
124
|
+
* add support for resource fetching through eg tunnel ([a0b98e3](https://github.com/applitools/eyes.sdk.javascript1/commit/a0b98e364cf95bf6bed84c1afe3376384d781717))
|
|
125
|
+
* add support for resource fetching through eg tunnel ([3daa4da](https://github.com/applitools/eyes.sdk.javascript1/commit/3daa4da975cbe23ffb33bb3e9f5f76732ead1075))
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
* @applitools/screenshoter bumped from 3.8.2 to 3.8.3
|
|
130
|
+
|
|
131
|
+
|
|
3
132
|
## [4.23.10](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-images@4.23.9...js/eyes-images@4.23.10) (2023-07-05)
|
|
4
133
|
|
|
5
134
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-images",
|
|
3
|
-
"version": "4.23.
|
|
3
|
+
"version": "4.23.12",
|
|
4
4
|
"description": "The simplest implementation of Applitools Eyes SDK, uploads images for validation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-images",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"test:coverage": "yarn generate:tests && APPLITOOLS_BATCH_NAME='JS Coverage Tests: eyes-images' APPLITOOLS_BATCH_ID=$(uuidgen) MOCHA_GROUP=coverage run --top-level mocha './test/generic/*.spec.js' --parallel --jobs ${MOCHA_JOBS:-15}"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@applitools/eyes": "1.
|
|
51
|
+
"@applitools/eyes": "1.6.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@applitools/api-extractor": "^1.2.21",
|
|
55
|
-
"@applitools/bongo": "^
|
|
56
|
-
"@applitools/sdk-coverage-tests": "^3.0
|
|
55
|
+
"@applitools/bongo": "^5.0.4",
|
|
56
|
+
"@applitools/sdk-coverage-tests": "^3.1.0",
|
|
57
57
|
"@applitools/test-utils": "^1.5.17",
|
|
58
58
|
"@types/node": "^12.20.55"
|
|
59
59
|
},
|
package/types/index.d.ts
CHANGED
|
@@ -829,7 +829,7 @@ export enum CorsIframeHandle {
|
|
|
829
829
|
KEEP = 'KEEP',
|
|
830
830
|
SNAPSHOT = 'SNAPSHOT'
|
|
831
831
|
}
|
|
832
|
-
export type DeviceNamePlain = "Blackberry PlayBook" | "BlackBerry Z30" | "Galaxy A5" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 2" | "Galaxy Note 3" | "Galaxy Note 4" | "Galaxy Note 8" | "Galaxy Note 9" | "Galaxy S3" | "Galaxy S5" | "Galaxy S8" | "Galaxy S8 Plus" | "Galaxy S9" | "Galaxy S9 Plus" | "Galaxy S10" | "Galaxy S10 Plus" | "Galaxy S20" | "Galaxy S22" | "Galaxy Tab S7" | "iPad" | "iPad 6th Gen" | "iPad 7th Gen" | "iPad Air 2" | "iPad Mini" | "iPad Pro" | "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone 4" | "iPhone 5/SE" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone XR" | "iPhone XS" | "iPhone XS Max" | "Kindle Fire HDX" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "Laptop with touch" | "LG G6" | "LG Optimus L70" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Nexus 10" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Nexus 7" | "Nokia Lumia 520" | "Nokia N9" | "OnePlus 7T" | "OnePlus 7T Pro" | "Pixel 2" | "Pixel 2 XL" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11";
|
|
832
|
+
export type DeviceNamePlain = "Blackberry PlayBook" | "BlackBerry Z30" | "Galaxy A5" | "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy Note 2" | "Galaxy Note 3" | "Galaxy Note 4" | "Galaxy Note 8" | "Galaxy Note 9" | "Galaxy S3" | "Galaxy S5" | "Galaxy S8" | "Galaxy S8 Plus" | "Galaxy S9" | "Galaxy S9 Plus" | "Galaxy S10" | "Galaxy S10 Plus" | "Galaxy S20" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S22" | "Galaxy S22 Ultra" | "Galaxy Tab S7" | "iPad" | "iPad 6th Gen" | "iPad 7th Gen" | "iPad Air 2" | "iPad Mini" | "iPad Pro" | "iPhone 11" | "iPhone 11 Pro" | "iPhone 11 Pro Max" | "iPhone 4" | "iPhone 5/SE" | "iPhone 6/7/8" | "iPhone 6/7/8 Plus" | "iPhone X" | "iPhone XR" | "iPhone XS" | "iPhone XS Max" | "Kindle Fire HDX" | "Laptop with HiDPI screen" | "Laptop with MDPI screen" | "Laptop with touch" | "LG G6" | "LG Optimus L70" | "Microsoft Lumia 550" | "Microsoft Lumia 950" | "Nexus 10" | "Nexus 4" | "Nexus 5" | "Nexus 5X" | "Nexus 6" | "Nexus 6P" | "Nexus 7" | "Nokia Lumia 520" | "Nokia N9" | "OnePlus 7T" | "OnePlus 7T Pro" | "Pixel 2" | "Pixel 2 XL" | "Pixel 3" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Sony Xperia 10 II" | "Huawei Mate 50 Pro" | "Huawei Matepad 11";
|
|
833
833
|
export enum DeviceName {
|
|
834
834
|
Blackberry_PlayBook = 'Blackberry PlayBook',
|
|
835
835
|
BlackBerry_Z30 = 'BlackBerry Z30',
|
|
@@ -850,7 +850,10 @@ export enum DeviceName {
|
|
|
850
850
|
Galaxy_S10 = 'Galaxy S10',
|
|
851
851
|
Galaxy_S10_Plus = 'Galaxy S10 Plus',
|
|
852
852
|
Galaxy_S20 = 'Galaxy S20',
|
|
853
|
+
Galaxy_S21 = 'Galaxy S21',
|
|
854
|
+
Galaxy_S21_Ultra = 'Galaxy S21 Ultra',
|
|
853
855
|
Galaxy_S22 = 'Galaxy S22',
|
|
856
|
+
Galaxy_S22_Ultra = 'Galaxy S22 Ultra',
|
|
854
857
|
Galaxy_Tab_S7 = 'Galaxy Tab S7',
|
|
855
858
|
iPad = 'iPad',
|
|
856
859
|
iPad_6th_Gen = 'iPad 6th Gen',
|
|
@@ -938,7 +941,7 @@ export enum IosVersion {
|
|
|
938
941
|
ONE_VERSION_BACK = 'latest-1',
|
|
939
942
|
LATEST_ONE_VERSION_BACK = 'latest-1'
|
|
940
943
|
}
|
|
941
|
-
export type AndroidDeviceNamePlain = "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy S10" | "Galaxy S10 Plus" | "Galaxy S20" | "Galaxy S22" | "Galaxy Tab S7" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Sony Xperia 10 II" | "Pixel 6" | "Galaxy S20 Plus" | "Galaxy S21
|
|
944
|
+
export type AndroidDeviceNamePlain = "Galaxy Note 10" | "Galaxy Note 10 Plus" | "Galaxy S10" | "Galaxy S10 Plus" | "Galaxy S20" | "Galaxy S21" | "Galaxy S21 Ultra" | "Galaxy S22" | "Galaxy Tab S7" | "Pixel 3 XL" | "Pixel 4" | "Pixel 4 XL" | "Pixel 5" | "Sony Xperia 10 II" | "Pixel 6" | "Galaxy S20 Plus" | "Galaxy S21 Plus" | "Galaxy S22 Plus" | "Galaxy Tab S8" | "Xiaomi Redmi Note 10 JE" | "Xiaomi Redmi Note 11" | "Xiaomi Redmi Note 11 Pro" | "Sony Xperia 1 II" | "Sony Xperia Ace II" | "Huawei P30 Lite";
|
|
942
945
|
export enum AndroidDeviceName {
|
|
943
946
|
Pixel_3_XL = 'Pixel 3 XL',
|
|
944
947
|
Pixel_4 = 'Pixel 4',
|