feat(badge): Add dees-badge component with demo file and update packageManager field in package.json

This commit is contained in:
2025-04-11 10:15:00 +00:00
parent 6df2eb5acc
commit 71f4d44782
7 changed files with 2149 additions and 2200 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-04-11 - 1.5.0 - feat(badge)
Add dees-badge component with demo file and update packageManager field in package.json
- Introduce a new badge component allowing different types (default, primary, success, warning, error) with an optional rounded style
- Provide a demo for the badge component
- Export the badge component in the main elements index
- Update package.json to include an explicit packageManager field
## 2025-01-20 - 1.4.1 - fix(dependencies)
Update dependency versions for smartpromise, webcontainer/api, tapbundle, and @types/node