v0.4.0
Highlights
Linkbehavior changed slightly #38Labelbehavior changed slightly around some inputs. Any breakage that may be caused by this is a good opportunity to try out the newFieldcomponent #27- Added
storesfeature which enables support for reactive storesFieldsinReactive#35 DropdownTriggerandPopoverTriggernow takeButtons as children. #37
<DropdownTrigger variant="outline">
"Click Me"
</DropdownTrigger>
<!-- Becomes -->
<DropdownTrigger>
<Button variant="outline">
"Click Me"
</Button>
</DropdownTrigger>What's Changed
- feat: add
placeholdertoSelectby @adoyle0 in #26 - feat: add
Fieldcomponents by @adoyle0 in #27 - fix: properly scope non-global contexts by @adoyle0 in #28
- feat: add
Spinnercomponent by @adoyle0 in #29 - feat: add
Progresscomponent by @adoyle0 in #30 - feat: add
Emptycomponent by @adoyle0 in #31 - docs: match docstrings with docs site component descriptions, sort at… by @adoyle0 in #32
- feat: add
InputGroupcomponent by @adoyle0 in #34 - feat: add
AvatarGroupcomponent and improveAvatarFallbackhandling by @adoyle0 in #36 - refactor:
DropdownMenuTriggerandPopoverTriggerare now provider wrappers that takeButtons as input by @adoyle0 in #37 - feat: add
as_buttontoLinkcomponent by @adoyle0 in #38 - change: disable tooltips when using touch input by @adoyle0 in #39
- feat: add
invalidprop toBadgecomponent by @adoyle0 in #40 - Basic support for Reactive Stores by @godstail in #35
- fix: don't try to set input value for file inputs by @adoyle0 in #42
New Contributors
Full Changelog: v0.3.10...v0.4.0