@applitools/eyes-browser 1.5.22 → 1.5.24
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 +40 -0
- package/dist/index.js +772 -662
- package/package.json +9 -2
- package/types/enums/DeviceName.d.ts +4 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.24](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.23...js/eyes-browser@1.5.24) (2026-01-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/core bumped to 4.56.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* take branch and parent from scm integration and populate in field- fld-4074 ([#3492](https://github.com/Applitools-Dev/sdk/issues/3492)) ([0af3128](https://github.com/Applitools-Dev/sdk/commit/0af31283888c2896604656251df2455d39c93cbf))
|
|
12
|
+
* @applitools/eyes bumped to 1.38.2
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## [1.5.23](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.22...js/eyes-browser@1.5.23) (2026-01-21)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Dependencies
|
|
19
|
+
|
|
20
|
+
* @applitools/dom-snapshot bumped to 4.15.7
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
|
|
24
|
+
* @applitools/ufg-client bumped to 1.19.0
|
|
25
|
+
#### Features
|
|
26
|
+
|
|
27
|
+
* add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
|
|
28
|
+
* @applitools/core bumped to 4.56.0
|
|
29
|
+
#### Features
|
|
30
|
+
|
|
31
|
+
* add `fetchConcurrency` parameter to `makeAutonomousCore` FLD-4063 ([#3480](https://github.com/Applitools-Dev/sdk/issues/3480)) ([df0c60d](https://github.com/Applitools-Dev/sdk/commit/df0c60d5e74703550dba036299db7360065524f6))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* add fetchConcurrency to dom-snapshot | FLD-4062 ([#3486](https://github.com/Applitools-Dev/sdk/issues/3486)) ([f523791](https://github.com/Applitools-Dev/sdk/commit/f523791b9bc60029ec0b4b6914bc54e0110bd4a2))
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
* @applitools/eyes bumped to 1.38.1
|
|
41
|
+
|
|
42
|
+
|
|
3
43
|
## [1.5.22](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.21...js/eyes-browser@1.5.22) (2026-01-19)
|
|
4
44
|
|
|
5
45
|
|