@applitools/eyes-browser 1.5.1 → 1.5.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 +64 -0
- package/dist/index.js +1174 -2742
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.5.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.2...js/eyes-browser@1.5.3) (2025-08-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.13.4
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* canvas blob ([#3194](https://github.com/Applitools-Dev/sdk/issues/3194)) ([d90cfca](https://github.com/Applitools-Dev/sdk/commit/d90cfcaa78df93d4bd8992d77f41eb93edd56f4c))
|
|
12
|
+
* canvas blobs ([#3192](https://github.com/Applitools-Dev/sdk/issues/3192)) ([f15ac4e](https://github.com/Applitools-Dev/sdk/commit/f15ac4ed68cc1746ee6cef51f2258388428fd1c7))
|
|
13
|
+
* @applitools/core bumped to 4.44.5
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
* @applitools/eyes bumped to 1.36.3
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* browser extension | FLD-3221 ([#3185](https://github.com/Applitools-Dev/sdk/issues/3185)) ([8212155](https://github.com/Applitools-Dev/sdk/commit/8212155e51ce919beb3bcecc7da1970da4a65be7))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [1.5.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.1...js/eyes-browser@1.5.2) (2025-08-21)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Dependencies
|
|
32
|
+
|
|
33
|
+
* @applitools/socket bumped to 1.3.3
|
|
34
|
+
#### Bug Fixes
|
|
35
|
+
|
|
36
|
+
* tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
|
|
37
|
+
* @applitools/driver bumped to 1.23.3
|
|
38
|
+
#### Bug Fixes
|
|
39
|
+
|
|
40
|
+
* make orientation more robust | FLD-3470 ([#3166](https://github.com/Applitools-Dev/sdk/issues/3166)) ([3745427](https://github.com/Applitools-Dev/sdk/commit/37454279234b085dc9a159077b3f278cdccc203a))
|
|
41
|
+
* @applitools/tunnel-client bumped to 1.10.4
|
|
42
|
+
#### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* tunnel uncaught error | FLD-3356 ([#3128](https://github.com/Applitools-Dev/sdk/issues/3128)) ([ed5fb8a](https://github.com/Applitools-Dev/sdk/commit/ed5fb8aad596ec0d8b45a89077a7765c24ae8a8e))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
* @applitools/dom-snapshot bumped to 4.13.3
|
|
49
|
+
|
|
50
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.3
|
|
51
|
+
|
|
52
|
+
* @applitools/spec-driver-selenium bumped to 1.7.3
|
|
53
|
+
|
|
54
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.3
|
|
55
|
+
|
|
56
|
+
* @applitools/screenshoter bumped to 3.12.3
|
|
57
|
+
|
|
58
|
+
* @applitools/nml-client bumped to 1.11.3
|
|
59
|
+
|
|
60
|
+
* @applitools/ec-client bumped to 1.12.4
|
|
61
|
+
|
|
62
|
+
* @applitools/core bumped to 4.44.4
|
|
63
|
+
|
|
64
|
+
* @applitools/eyes bumped to 1.36.2
|
|
65
|
+
|
|
66
|
+
|
|
3
67
|
## [1.5.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.5.0...js/eyes-browser@1.5.1) (2025-08-12)
|
|
4
68
|
|
|
5
69
|
|