Skip to content

v0.6

Compare
Choose a tag to compare
@codewithkyle codewithkyle released this 21 Mar 19:40
· 284 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.6.0 see the documentation about semver for more information.

✨ Added

  • form component
  • custom sound management support
  • range slider minIcon
  • range slider icon can be clicked to toggle value between min and max
  • switched to Audio Context API
  • chips
    • suggestion chips
    • input chips
    • assist chips
    • filter chips
  • new lit-html based modal maker controller

🐛 Fixed

  • checkbox, radio, and lightswitch accessibility
  • new input callbacks
    • click
    • blur
    • focus
  • audio files use deferred loading (must call load() to trigger)

♻ Changed

  • button group shape and divider lines
  • steps appearance
  • lightswitch redesign
  • form input overhaul
    • inputs
    • textarea
    • select
    • multiselect
    • checkbox
    • radio
    • lightswitch
  • slight status badge redesign
  • slight overflow menu tweaks
  • slight alert tweaks
  • cleaned up switch button appearance & overflow menu

💣 Removed

  • dropped @codewithkyle/modal-maker dependency