Skip to content

Release 0.18.0

Compare
Choose a tag to compare
@nandi95 nandi95 released this 12 Sep 10:53
· 6 commits to main since this release
afc0d29

Fix:

  • fix(select): avoid overflowing container
    • whitespace no-wrap caused select to grow beyond its parent
  • fix(select): fixed shrinking padlock icon
  • fix(select): position dropdown on scroll

Performance:

  • perf(select): removed unnecessary cloning
  • perf(select): debounce event listeners

Chore:

  • chore: small demo board style change
  • chore: increment version
  • chore(deps-dev): updated dependencies

Refactor:

  • refactor!: change plugin install strategy

Feature:

  • feat(transitions): added FadeSlideTransition
  • feat: (internal) added colour converter
    • Convert hex colours to tailwind vars

Documentation:

  • docs(select): added more select options