@applitools/eyes-selenium 4.77.1 → 4.77.2
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 +26 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.77.2](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.77.1...js/eyes-selenium@4.77.2) (2024-05-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.2.7
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* capture user input from input elements ([#2347](https://github.com/Applitools-Dev/sdk/issues/2347)) ([f82d3bb](https://github.com/Applitools-Dev/sdk/commit/f82d3bbc79c624ab7e8eeade7559b523f6adfeac))
|
|
12
|
+
* @applitools/ec-client bumped to 1.8.5
|
|
13
|
+
|
|
14
|
+
* @applitools/core-base bumped to 1.14.0
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
* 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))
|
|
18
|
+
* long eyes requests with custom domain ([#2343](https://github.com/Applitools-Dev/sdk/issues/2343)) ([d54beea](https://github.com/Applitools-Dev/sdk/commit/d54beea8c33a56a0516904773daaa5095340fd12))
|
|
19
|
+
* @applitools/core bumped to 4.15.0
|
|
20
|
+
#### Features
|
|
21
|
+
|
|
22
|
+
* 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))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/eyes bumped to 1.19.1
|
|
27
|
+
|
|
28
|
+
|
|
3
29
|
## [4.77.1](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.77.0...js/eyes-selenium@4.77.1) (2024-05-01)
|
|
4
30
|
|
|
5
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.77.
|
|
3
|
+
"version": "4.77.2",
|
|
4
4
|
"description": "Applitools Eyes SDK for Selenium WebDriver",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-selenium",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"up:framework": "echo \"$(jq '.devDependencies[\"selenium-webdriver\"] = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@applitools/eyes": "1.19.
|
|
44
|
+
"@applitools/eyes": "1.19.1",
|
|
45
45
|
"@applitools/spec-driver-selenium": "1.5.78"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|