Skip to content

Release 0.8.0

Compare
Choose a tag to compare
@nandi95 nandi95 released this 18 Oct 12:52
· 36 commits to main since this release
080ab2c

Fix

  • fix(click-away): move listener onto the element
    • Only one listener was working at a time due to using a global variable...
  • fix(select): fixed positioning of list
  • feat(select): added label and errors
  • feat(select): added mass select/deselect options

Style

  • style(select): updated styles

Chore

  • chore(select): removed unnecessary todo
  • chore(deps-dev): updated dependencies
  • chore: version package
  • chore: updated dependencies

Test

  • test: update to use toBeDefined()