@applitools/eyes-browser 1.4.27 → 1.5.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 +65 -0
- package/dist/index.js +853 -89
- package/package.json +2 -2
- package/types/enums/IosMultiDeviceTarget.d.ts +18 -5
- package/types/index.d.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,70 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.0](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.4.27...js/eyes-browser@1.5.0) (2025-08-05)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/utils bumped to 1.11.0
|
|
14
|
+
#### Features
|
|
15
|
+
|
|
16
|
+
* improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
|
|
17
|
+
* make utils.general.guid crypto secured ([#3137](https://github.com/Applitools-Dev/sdk/issues/3137)) ([775df08](https://github.com/Applitools-Dev/sdk/commit/775df08307e41402a6603812205bc857bd3f936e))
|
|
18
|
+
* @applitools/logger bumped to 2.2.1
|
|
19
|
+
|
|
20
|
+
* @applitools/dom-snapshot bumped to 4.13.1
|
|
21
|
+
|
|
22
|
+
* @applitools/socket bumped to 1.3.1
|
|
23
|
+
|
|
24
|
+
* @applitools/req bumped to 1.8.1
|
|
25
|
+
|
|
26
|
+
* @applitools/image bumped to 1.2.1
|
|
27
|
+
|
|
28
|
+
* @applitools/dom-capture bumped to 11.6.1
|
|
29
|
+
|
|
30
|
+
* @applitools/driver bumped to 1.23.1
|
|
31
|
+
|
|
32
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.1
|
|
33
|
+
|
|
34
|
+
* @applitools/spec-driver-selenium bumped to 1.7.1
|
|
35
|
+
|
|
36
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.1
|
|
37
|
+
|
|
38
|
+
* @applitools/screenshoter bumped to 3.12.1
|
|
39
|
+
|
|
40
|
+
* @applitools/nml-client bumped to 1.11.1
|
|
41
|
+
|
|
42
|
+
* @applitools/tunnel-client bumped to 1.10.2
|
|
43
|
+
|
|
44
|
+
* @applitools/ufg-client bumped to 1.17.1
|
|
45
|
+
|
|
46
|
+
* @applitools/core-base bumped to 1.27.1
|
|
47
|
+
|
|
48
|
+
* @applitools/ec-client bumped to 1.12.2
|
|
49
|
+
|
|
50
|
+
* @applitools/core bumped to 4.44.2
|
|
51
|
+
|
|
52
|
+
* @applitools/eyes bumped to 1.36.0
|
|
53
|
+
#### Features
|
|
54
|
+
|
|
55
|
+
* improve configuration handling ([#3130](https://github.com/Applitools-Dev/sdk/issues/3130)) ([def7be1](https://github.com/Applitools-Dev/sdk/commit/def7be1dd07460f49142cddfe55203baa884e6c3))
|
|
56
|
+
* release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
* @applitools/test-server bumped to 1.3.0
|
|
61
|
+
#### Features
|
|
62
|
+
|
|
63
|
+
* release java ([7bc39e6](https://github.com/Applitools-Dev/sdk/commit/7bc39e679eab27a19322ca4b121177da7437c106))
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
3
68
|
## [1.4.27](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.4.26...js/eyes-browser@1.4.27) (2025-07-23)
|
|
4
69
|
|
|
5
70
|
|