-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d3d47e9
commit 04716e0
Showing
3 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,57 @@ | ||
# Changelog | ||
|
||
## 0.2.0a0 (2024-05-27) | ||
|
||
### Feat | ||
|
||
- extend composite components from shoelace web components | ||
- move react wrappers to own package | ||
- pull out common props to hot-element parent class | ||
- add examples for svelte and vue | ||
- add click event to hot-button element | ||
- **docs/button**: add intent property to component props | ||
- add unocss, button story args | ||
- update json2md to work with Props subheading | ||
- add HOT themed css vars | ||
- **button,package**: add class-variance-authority lib, convert button component to use it | ||
- **button**: add disabled prop, styling | ||
- **stories**: add controls and type exports for card | ||
- **stories/Button**: add children argType - initial control branch commit | ||
- use react-docgen and json2md script for components docs | ||
- init logo | ||
- Popup | ||
- dropdown | ||
- toggle, toggle story | ||
- **components**: init card | ||
- **components**: button | ||
|
||
### Fix | ||
|
||
- add pnpm build to example app dev commands | ||
- **define**: fix defining the custom component | ||
- update consistent css for button primary/secondary | ||
- button clicking stop propagation of original event | ||
- dummy content for xliff i18n file | ||
- create language specific i18n file | ||
- add empty translations file for weblate | ||
- **ci**: add style vars | ||
- ui build | ||
- add dist files | ||
- **ci**: publishing | ||
- **ci**: publishing | ||
- **ui**: build | ||
- **docs/button**: intent pipe escaping in table | ||
- **tsconfig,components/Dropdown**: make build pass | ||
- **ladle/styles**: add relative position to container | ||
|
||
### Refactor | ||
|
||
- update all refs to src --> components | ||
- rename src dir to components | ||
- remove old components | ||
- remove code no longer required | ||
- rename repo shared-ui-components --> ui | ||
- update to use @ alias for src | ||
- add path aliases for src & ladle | ||
- update to js modules | ||
- update package.json with latest info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters