@applitools/eyes-selenium 4.82.17 → 4.82.19
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 +47 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.82.19](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.18...js/eyes-selenium@4.82.19) (2025-12-28)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* improve error notification (UFG) | AD-12270 ([#3418](https://github.com/Applitools-Dev/sdk/issues/3418)) ([a4efc55](https://github.com/Applitools-Dev/sdk/commit/a4efc55cd178dc13096fbfb066c287b0d6a452d3))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* @applitools/dom-snapshot bumped to 4.15.4
|
|
14
|
+
#### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* CSS variables in Shadow DOM style tags not expanded | FLD-3790 ([#3427](https://github.com/Applitools-Dev/sdk/issues/3427)) ([3d84b5f](https://github.com/Applitools-Dev/sdk/commit/3d84b5f120dd5e72dea5ec77b5d446e7ca696d52))
|
|
17
|
+
* @applitools/core bumped to 4.54.1
|
|
18
|
+
#### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* improve error notification (UFG) | AD-12270 ([#3418](https://github.com/Applitools-Dev/sdk/issues/3418)) ([a4efc55](https://github.com/Applitools-Dev/sdk/commit/a4efc55cd178dc13096fbfb066c287b0d6a452d3))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
* @applitools/eyes bumped to 1.36.19
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
## [4.82.18](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.17...js/eyes-selenium@4.82.18) (2025-12-14)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* @applitools/nml-client bumped to 1.11.13
|
|
33
|
+
|
|
34
|
+
* @applitools/core-base bumped to 1.31.0
|
|
35
|
+
#### Features
|
|
36
|
+
|
|
37
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
38
|
+
* @applitools/core bumped to 4.54.0
|
|
39
|
+
#### Features
|
|
40
|
+
|
|
41
|
+
* Baseline branch fallback list | FLD-3837 ([#3373](https://github.com/Applitools-Dev/sdk/issues/3373)) ([e94bb10](https://github.com/Applitools-Dev/sdk/commit/e94bb10ad6b49322a56e4ce6dfde560b237e9ac0))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
* @applitools/ec-client bumped to 1.12.15
|
|
46
|
+
|
|
47
|
+
* @applitools/eyes bumped to 1.36.18
|
|
48
|
+
|
|
49
|
+
|
|
3
50
|
## [4.82.17](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.16...js/eyes-selenium@4.82.17) (2025-12-07)
|
|
4
51
|
|
|
5
52
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.82.
|
|
3
|
+
"version": "4.82.19",
|
|
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.36.
|
|
44
|
+
"@applitools/eyes": "1.36.19",
|
|
45
45
|
"@applitools/spec-driver-selenium": "1.7.9"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|