v0.8.0
Breaking changes
- Table requires a
breakpoint
property, which is used to trigger the sticky column layout. CopyText
propertyshowCopyIcon
was removed, now you need to passIconButton
copy preset aschildren
to achieve the same result.
Updates
IconButton
has new properties:label
andpreset
.Checkbox
has new properties:note
anderror
.Toggle
component has an example of how to use it with form labels.- New
Textarea
component.
Internal
- Updated GitHub Action to update dependencies.
Full Changelog: v0.7.0...v0.8.0