@applitools/eyes-selenium 4.82.7 → 4.82.9
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 +55 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [4.82.9](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.8...js/eyes-selenium@4.82.9) (2025-10-01)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/screenshoter bumped to 3.12.6
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* wait after scroll | FLD-3594 ([#3252](https://github.com/Applitools-Dev/sdk/issues/3252)) ([e452422](https://github.com/Applitools-Dev/sdk/commit/e4524229b64e40d9b9596a92bfa94daf5824286a))
|
|
12
|
+
* @applitools/nml-client bumped to 1.11.7
|
|
13
|
+
|
|
14
|
+
* @applitools/core-base bumped to 1.28.1
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* unexpected concurrency values from server | AD-11465 ([#3248](https://github.com/Applitools-Dev/sdk/issues/3248)) ([0dd28c7](https://github.com/Applitools-Dev/sdk/commit/0dd28c7b297d5ad3aabc6b87e427e3e09a993825))
|
|
18
|
+
* @applitools/core bumped to 4.49.0
|
|
19
|
+
#### Features
|
|
20
|
+
|
|
21
|
+
* storybook addon ([#3104](https://github.com/Applitools-Dev/sdk/issues/3104)) ([16e09cb](https://github.com/Applitools-Dev/sdk/commit/16e09cba8928c3a24b9e0d9d41e0936fbaec2773))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
#### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* duplicate concurrency warnings ([#3255](https://github.com/Applitools-Dev/sdk/issues/3255)) ([ef2f94a](https://github.com/Applitools-Dev/sdk/commit/ef2f94ab4137c78396583f166344285beeb49be7))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
* @applitools/ec-client bumped to 1.12.9
|
|
31
|
+
|
|
32
|
+
* @applitools/eyes bumped to 1.36.9
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## [4.82.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.7...js/eyes-selenium@4.82.8) (2025-09-22)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Dependencies
|
|
39
|
+
|
|
40
|
+
* @applitools/nml-client bumped to 1.11.6
|
|
41
|
+
|
|
42
|
+
* @applitools/core-base bumped to 1.28.0
|
|
43
|
+
#### Features
|
|
44
|
+
|
|
45
|
+
* use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
|
|
46
|
+
* @applitools/core bumped to 4.48.0
|
|
47
|
+
#### Features
|
|
48
|
+
|
|
49
|
+
* use concurrency from server | AD-10015 ([#3207](https://github.com/Applitools-Dev/sdk/issues/3207)) ([5336c9e](https://github.com/Applitools-Dev/sdk/commit/5336c9e6578a8f935b2b255344e7172beadeb551))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
* @applitools/ec-client bumped to 1.12.8
|
|
54
|
+
|
|
55
|
+
* @applitools/eyes bumped to 1.36.8
|
|
56
|
+
|
|
57
|
+
|
|
3
58
|
## [4.82.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-selenium@4.82.6...js/eyes-selenium@4.82.7) (2025-09-16)
|
|
4
59
|
|
|
5
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-selenium",
|
|
3
|
-
"version": "4.82.
|
|
3
|
+
"version": "4.82.9",
|
|
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.9",
|
|
45
45
|
"@applitools/spec-driver-selenium": "1.7.5"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|