Skip to content

v0.5

Compare
Choose a tag to compare
@codewithkyle codewithkyle released this 02 Oct 16:18
· 395 commits to master since this release

⚠ Breaking Changes ⚠

This release contains backwards-incompatible changes. Since this library has not yet released a version 1.0.0, these changes have been released under a new minor version (as recommended by npm). You should either be pinning the exact version of this library in your package.json file or be using a version range syntax that only accepts patch upgrades such as ~0.5.0 see the documentation about semver for more information.

✨ Added

  • color input
  • breadcrumb trails component
  • button group component
  • split button component
  • text limit counter to Textarea input
  • tab component
    • tabs can be sorted
    • tabs can be removed
    • tabs can be added
  • new dashed button outline style

🐛 Fixed

  • snackbar border colour
  • toast border colour
  • status badge layout
  • input, textarea, and select box shadows
  • range slider
    • fixed slider track CSS issues
    • added -moz- support
  • toggle button component state change bug

♻ Changed

  • improved grey button colour (lighter)
  • upgrade to lit-html v2