@janiscommerce/ui-web 0.43.0 → 0.45.0
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/dist/index.esm.js +191 -116
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +171 -95
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.45.0] - 2025-09-30
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- ProgressBar component with animated fill and accessibility attributes
|
|
15
|
+
- Storybook stories for ProgressBar
|
|
16
|
+
|
|
17
|
+
### Removed
|
|
18
|
+
|
|
19
|
+
- maxWidth in Chip component
|
|
20
|
+
|
|
21
|
+
## [0.44.0] - 2025-08-18
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
- Round closeButton at Drawer
|
|
26
|
+
|
|
10
27
|
## [0.43.0] - 2025-07-28
|
|
11
28
|
|
|
12
29
|
### Added
|