@zanichelli/albe-web-components 19.2.8-RC2 → 19.2.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 +15 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
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.8](https://github.com/ZanichelliEditore/design-system/compare/v19.2.7...v19.2.8) (2026-04-29)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **DS-985:** add searchButtonLabel prop to z-app-header and z-searchbar ([2d4406a](https://github.com/ZanichelliEditore/design-system/commit/2d4406ae8f280d322e5877b722e65e8350f9c8f3))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* upgrade Storybook to v9 ([ecd0023](https://github.com/ZanichelliEditore/design-system/commit/ecd00237dffb18ef9ae9430b9404e1e2acfe6ed5))
|
|
16
|
+
* upgrade Vite to v6 ([7c163cb](https://github.com/ZanichelliEditore/design-system/commit/7c163cbcbda9e0d593094c133abd53beef15b173))
|
|
17
|
+
* upgrade Vite to v7 ([931e240](https://github.com/ZanichelliEditore/design-system/commit/931e240abb28256d2eaf6f092c819e8daea96f4f))
|
|
18
|
+
* upgrade Vite to v8 ([25dc359](https://github.com/ZanichelliEditore/design-system/commit/25dc359601b00eb7ed1c00c307f9384c29efcd28))
|
|
19
|
+
|
|
5
20
|
## [19.2.7](https://github.com/ZanichelliEditore/design-system/compare/v19.2.6...v19.2.7) (2026-04-15)
|
|
6
21
|
|
|
7
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zanichelli/albe-web-components",
|
|
3
|
-
"version": "19.2.8
|
|
3
|
+
"version": "19.2.8",
|
|
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",
|
|
@@ -106,6 +106,5 @@
|
|
|
106
106
|
"collection:main": "dist/collection/index.js",
|
|
107
107
|
"es2015": "dist/esm/index.mjs",
|
|
108
108
|
"es2017": "dist/esm/index.mjs",
|
|
109
|
-
"packageManager": "yarn@4.10.3"
|
|
110
|
-
"stableVersion": "19.2.7"
|
|
109
|
+
"packageManager": "yarn@4.10.3"
|
|
111
110
|
}
|