@zanichelli/albe-web-components 19.2.1-RC → 19.2.1
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 +8 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [19.2.1](https://github.com/ZanichelliEditore/design-system/compare/v19.2.0...v19.2.1) (2026-03-19)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **z-accordion:** fix overflowing non rounded corners; don't render the tags container when empty ([58ac4e3](https://github.com/ZanichelliEditore/design-system/commit/58ac4e379d61d79baa9242fc705260d620421818))
|
|
11
|
+
* **z-toast-notification:** fix close icon; don't force min-height; baseline alignment as per design ([926253b](https://github.com/ZanichelliEditore/design-system/commit/926253b2d406ed3c5b359def312f8e0d432823a1))
|
|
12
|
+
|
|
5
13
|
## [19.2.0](https://github.com/ZanichelliEditore/design-system/compare/v19.1.3...v19.2.0) (2026-03-12)
|
|
6
14
|
|
|
7
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zanichelli/albe-web-components",
|
|
3
|
-
"version": "19.2.1
|
|
3
|
+
"version": "19.2.1",
|
|
4
4
|
"description": "The Web Components implementation of Albe, the Zanichelli's design system.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -103,6 +103,5 @@
|
|
|
103
103
|
"collection:main": "dist/collection/index.js",
|
|
104
104
|
"es2015": "dist/esm/index.mjs",
|
|
105
105
|
"es2017": "dist/esm/index.mjs",
|
|
106
|
-
"packageManager": "yarn@4.10.3"
|
|
107
|
-
"stableVersion": "19.2.0"
|
|
106
|
+
"packageManager": "yarn@4.10.3"
|
|
108
107
|
}
|