@applitools/eyes-storybook 3.50.7 → 3.50.8
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 +17 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.50.8](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.50.7...js/eyes-storybook@3.50.8) (2024-08-12)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-capture bumped to 11.3.1
|
|
9
|
+
#### Performance Improvements
|
|
10
|
+
|
|
11
|
+
* link tag without href ([#2450](https://github.com/Applitools-Dev/sdk/issues/2450)) ([523c3cd](https://github.com/Applitools-Dev/sdk/commit/523c3cd1cb003e9144015885b522e1d82e616b7a))
|
|
12
|
+
* @applitools/core bumped to 4.18.1
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* layoutbreakpoints stale dom ([#2456](https://github.com/Applitools-Dev/sdk/issues/2456)) ([a4329d6](https://github.com/Applitools-Dev/sdk/commit/a4329d6d280d27763e0c8ff6374bd26861183939))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
3
20
|
## [3.50.7](https://github.com/Applitools-Dev/sdk/compare/js/eyes-storybook@3.50.6...js/eyes-storybook@3.50.7) (2024-07-23)
|
|
4
21
|
|
|
5
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-storybook",
|
|
3
|
-
"version": "3.50.
|
|
3
|
+
"version": "3.50.8",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"applitools",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"up:framework": "cd test/fixtures/storybook-versions/${APPLITOOLS_FRAMEWORK_VERSION} && npm ci"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@applitools/core": "4.18.
|
|
57
|
+
"@applitools/core": "4.18.1",
|
|
58
58
|
"@applitools/driver": "1.18.0",
|
|
59
59
|
"@applitools/functional-commons": "1.6.0",
|
|
60
60
|
"@applitools/logger": "2.0.18",
|