@applitools/eyes-browser 1.4.21 → 1.4.23
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 +25 -0
- package/dist/index.js +715 -259
- package/package.json +2 -2
- package/types/SDK.d.ts +1 -0
- package/types/input/CheckSettings.d.ts +5 -2
- package/types/input/Configuration.d.ts +11 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.4.22...js/eyes-browser@1.4.23) (2025-04-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core bumped to 4.35.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* dummy ([9b8ffef](https://github.com/Applitools-Dev/sdk/commit/9b8ffef6277015a9073caf50f5dc5741986fbf07))
|
|
12
|
+
* @applitools/eyes bumped to 1.33.2
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.4.22](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.4.21...js/eyes-browser@1.4.22) (2025-03-06)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/core bumped to 4.32.2
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* add environment variable aliases (_NAME suffix) ([#2791](https://github.com/Applitools-Dev/sdk/issues/2791)) ([67501a4](https://github.com/Applitools-Dev/sdk/commit/67501a4f5491319ca62949a56ee03face08a59e5))
|
|
24
|
+
* support test concurrency in offline mode ([#2831](https://github.com/Applitools-Dev/sdk/issues/2831)) ([3b7d137](https://github.com/Applitools-Dev/sdk/commit/3b7d137a9b34bb5c564e0a5c7d3fb2520ef8a167))
|
|
25
|
+
* @applitools/eyes bumped to 1.32.6
|
|
26
|
+
|
|
27
|
+
|
|
3
28
|
## [1.4.21](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.4.20...js/eyes-browser@1.4.21) (2025-01-30)
|
|
4
29
|
|
|
5
30
|
|