@applitools/eyes 1.26.2 → 1.26.4
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 +24 -0
- package/dist/input/Configuration.js +642 -605
- package/package.json +2 -2
- package/types/input/Configuration.d.ts +286 -268
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.26.4](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.3...js/eyes@1.26.4) (2024-11-11)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* organize configuration alphabetically and add getters and setters ([684490d](https://github.com/Applitools-Dev/sdk/commit/684490d8d85d1dd0f07bafdcc38febfcf7c58d08))
|
|
9
|
+
|
|
10
|
+
## [1.26.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.2...js/eyes@1.26.3) (2024-11-09)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* @applitools/dom-snapshot bumped to 4.11.8
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* overcome dom snapshot's failure to download resource from browser ([#2610](https://github.com/Applitools-Dev/sdk/issues/2610)) ([47d46fb](https://github.com/Applitools-Dev/sdk/commit/47d46fbe3baab12d5153f6617ab60142a8a215cf))
|
|
19
|
+
* @applitools/core bumped to 4.23.1
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* overcome dom snapshot's failure to download resource from browser ([#2610](https://github.com/Applitools-Dev/sdk/issues/2610)) ([47d46fb](https://github.com/Applitools-Dev/sdk/commit/47d46fbe3baab12d5153f6617ab60142a8a215cf))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
3
27
|
## [1.26.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes@1.26.1...js/eyes@1.26.2) (2024-11-07)
|
|
4
28
|
|
|
5
29
|
|