@applitools/eyes-browser 1.4.1 → 1.4.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 +33 -0
- package/dist/index.js +1134 -904
- package/package.json +2 -2
- package/types/input/CheckSettings.d.ts +53 -48
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.3](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.4.2...js/eyes-browser@1.4.3) (2024-05-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* trigger js build ([6d486b7](https://github.com/Applitools-Dev/sdk/commit/6d486b7471e15504b1f712e2979ca3c543c1157a))
|
|
9
|
+
|
|
10
|
+
## [1.4.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.4.1...js/eyes-browser@1.4.2) (2024-05-07)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Dependencies
|
|
14
|
+
|
|
15
|
+
* @applitools/dom-capture bumped to 11.2.7
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
|
|
19
|
+
* @applitools/ec-client bumped to 1.8.5
|
|
20
|
+
|
|
21
|
+
* @applitools/core-base bumped to 1.14.0
|
|
22
|
+
#### Features
|
|
23
|
+
|
|
24
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
|
25
|
+
* long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
|
|
26
|
+
* @applitools/core bumped to 4.15.0
|
|
27
|
+
#### Features
|
|
28
|
+
|
|
29
|
+
* expose git latest commit info in env vars ([#2349](https://github.com/Applitools-Dev/sdk/issues/2349)) ([1db248c](https://github.com/Applitools-Dev/sdk/commit/1db248c83ee1cbc83f905163fe5bd63dd5e293c2))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
* @applitools/eyes bumped to 1.19.1
|
|
34
|
+
|
|
35
|
+
|
|
3
36
|
## [1.4.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-browser@1.4.0...js/eyes-browser@1.4.1) (2024-05-01)
|
|
4
37
|
|
|
5
38
|
|