Skip to content

v0.8.0

Compare
Choose a tag to compare
@quietbits quietbits released this 10 Mar 19:19
· 16 commits to main since this release
1345794

Breaking changes

  • Table requires a breakpoint property, which is used to trigger the sticky column layout.
  • CopyText property showCopyIcon was removed, now you need to pass IconButton copy preset as children to achieve the same result.

Updates

  • IconButton has new properties: label and preset.
  • Checkbox has new properties: note and error.
  • 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