Skip to content

v0.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@shentao shentao released this 03 May 22:48
· 679 commits to master since this release

New

  • Introduced mixins: multiselectMixin, pointerMixin: It is now possible to create custom components that use multiselect’s logic.
  • Added two additional slots: beforeList & afterList: Those appear as names suggest.

Fixed

  • Refactored toggle(), activate() and deactivate() methods
  • Removed unnecessary tests
  • Deactivate() method from blur event on the multselect won’t happen if it happens because of changing the focus to the search input. This was only happening with the searchable props set to true.

TODO:

  • Add missing tests for edge-cases for refactored toggle(), activate() and deactivate() methods.
  • Figure out how to pass custom Sass variables making it available to customize the default component styling.