@applitools/eyes-browser 1.2.0 → 1.2.3
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 +124 -0
- package/dist/index.js +3738 -2662
- package/package.json +2 -2
- package/types/enums/IosMultiDeviceTarget.d.ts +26 -0
- package/types/input/Configuration.d.ts +9 -9
- package/types/input/RenderInfo.d.ts +6 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,129 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.2.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.2.2...js/eyes-browser@1.2.3) (2024-03-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/css-tree bumped to 1.1.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
|
|
12
|
+
* @applitools/driver bumped to 1.16.5
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* trigger js release again ([1695f3d](https://github.com/Applitools-Dev/sdk/commit/1695f3d9967c7ab7b5d8c8637e86faa935a9047f))
|
|
16
|
+
* @applitools/dom-snapshot bumped to 4.9.2
|
|
17
|
+
|
|
18
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.3
|
|
19
|
+
|
|
20
|
+
* @applitools/spec-driver-selenium bumped to 1.5.72
|
|
21
|
+
|
|
22
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.3
|
|
23
|
+
|
|
24
|
+
* @applitools/screenshoter bumped to 3.8.27
|
|
25
|
+
|
|
26
|
+
* @applitools/nml-client bumped to 1.7.5
|
|
27
|
+
|
|
28
|
+
* @applitools/ufg-client bumped to 1.10.2
|
|
29
|
+
|
|
30
|
+
* @applitools/ec-client bumped to 1.7.30
|
|
31
|
+
|
|
32
|
+
* @applitools/core bumped to 4.10.2
|
|
33
|
+
|
|
34
|
+
* @applitools/eyes bumped to 1.16.2
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## [1.2.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.2.1...js/eyes-browser@1.2.2) (2024-03-18)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Dependencies
|
|
41
|
+
|
|
42
|
+
* @applitools/css-tree bumped to 1.1.1
|
|
43
|
+
#### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
|
|
46
|
+
* @applitools/driver bumped to 1.16.4
|
|
47
|
+
#### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* trigger js release ([dbc9bf8](https://github.com/Applitools-Dev/sdk/commit/dbc9bf8da3ab5d93e570881ba2c61efa47a1b342))
|
|
50
|
+
* @applitools/dom-snapshot bumped to 4.9.1
|
|
51
|
+
|
|
52
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.2
|
|
53
|
+
|
|
54
|
+
* @applitools/spec-driver-selenium bumped to 1.5.71
|
|
55
|
+
|
|
56
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.2
|
|
57
|
+
|
|
58
|
+
* @applitools/screenshoter bumped to 3.8.26
|
|
59
|
+
|
|
60
|
+
* @applitools/nml-client bumped to 1.7.4
|
|
61
|
+
|
|
62
|
+
* @applitools/ufg-client bumped to 1.10.1
|
|
63
|
+
|
|
64
|
+
* @applitools/ec-client bumped to 1.7.29
|
|
65
|
+
|
|
66
|
+
* @applitools/core bumped to 4.10.1
|
|
67
|
+
|
|
68
|
+
* @applitools/eyes bumped to 1.16.1
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
## [1.2.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.2.0...js/eyes-browser@1.2.1) (2024-03-17)
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
### Dependencies
|
|
75
|
+
|
|
76
|
+
* @applitools/css-tree bumped to 1.1.0
|
|
77
|
+
#### Features
|
|
78
|
+
|
|
79
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
|
80
|
+
* @applitools/dom-snapshot bumped to 4.9.0
|
|
81
|
+
#### Features
|
|
82
|
+
|
|
83
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.1
|
|
88
|
+
|
|
89
|
+
* @applitools/spec-driver-selenium bumped to 1.5.70
|
|
90
|
+
|
|
91
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.1
|
|
92
|
+
|
|
93
|
+
* @applitools/driver bumped to 1.16.3
|
|
94
|
+
#### Bug Fixes
|
|
95
|
+
|
|
96
|
+
* skip execution of getCurrentWorld and getWorlds when env var is set ([#2234](https://github.com/Applitools-Dev/sdk/issues/2234)) ([3a88602](https://github.com/Applitools-Dev/sdk/commit/3a886028b0437b73dae0474408d9bb74ba940dec))
|
|
97
|
+
* trigger build ([acb9c88](https://github.com/Applitools-Dev/sdk/commit/acb9c88161cf55e8b1e409425b5571d69a2e1d5c))
|
|
98
|
+
* @applitools/screenshoter bumped to 3.8.25
|
|
99
|
+
|
|
100
|
+
* @applitools/nml-client bumped to 1.7.3
|
|
101
|
+
|
|
102
|
+
* @applitools/ufg-client bumped to 1.10.0
|
|
103
|
+
#### Features
|
|
104
|
+
|
|
105
|
+
* support [@container](https://github.com/container) and [@layer](https://github.com/layer) cssom rules ([#2209](https://github.com/Applitools-Dev/sdk/issues/2209)) ([7da07c4](https://github.com/Applitools-Dev/sdk/commit/7da07c4f5b7f338fb5944ce244af8f2de928cab6))
|
|
106
|
+
* throttle fetching resources by default ([#2216](https://github.com/Applitools-Dev/sdk/issues/2216)) ([a2da800](https://github.com/Applitools-Dev/sdk/commit/a2da80076eb30241a168500903a9d80344900213))
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
* @applitools/core bumped to 4.10.0
|
|
111
|
+
#### Features
|
|
112
|
+
|
|
113
|
+
* support webview in nml ([#2236](https://github.com/Applitools-Dev/sdk/issues/2236)) ([b4440d8](https://github.com/Applitools-Dev/sdk/commit/b4440d86a863d1af8089f8606ac6819636fa46f4))
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
* @applitools/ec-client bumped to 1.7.28
|
|
118
|
+
|
|
119
|
+
* @applitools/eyes bumped to 1.16.0
|
|
120
|
+
#### Features
|
|
121
|
+
|
|
122
|
+
* ios multi device target ([#2160](https://github.com/Applitools-Dev/sdk/issues/2160)) ([3874fb8](https://github.com/Applitools-Dev/sdk/commit/3874fb8ad77039abbb5ab78c00ffb45829b2db28))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
3
127
|
## [1.2.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-browser-v1.1.1...js/eyes-browser@1.2.0) (2024-02-29)
|
|
4
128
|
|
|
5
129
|
|