Skip to content

Releases: mskocik/svelecte

v1.2.3

30 Apr 18:26
Compare
Choose a tag to compare

Fixes:

  • remove invalid method call

v1.2.2

30 Apr 17:09
Compare
Choose a tag to compare

Fixes:

  • handle case when element passed to isOutOfViewport is null
  • prevent click handler when removing selected item multiselect

v1.2.1

30 Apr 09:27
Compare
Choose a tag to compare

Features:

  • lazy dropdown rendering by default. Works even with virtual list.

1.2.0 - now with SSR

29 Apr 12:28
Compare
Choose a tag to compare

Features:

Fixes:

  • wrong empty list message when no matching results found (#16)
  • no value for first created item, when initial option array was empty (#17)
  • showing already selected options when searching in multiselect mode

v1.1.0.

19 Apr 13:36
Compare
Choose a tag to compare
  • Custom element separated from main package
  • fix input entry when single-select already has a value

v1.0.3

16 Apr 12:37
Compare
Choose a tag to compare

Optimize exported package

v1.0.1

16 Apr 12:20
Compare
Choose a tag to compare
  • dispatch change event sooner
  • export addFormatter and config directly from package

🏷 1.0 - Welcome Svelecte ✨

15 Apr 16:41
Compare
Choose a tag to compare

Flexible select/multiselect/tagging production ready component

  • searchable
  • multiselect with limit of max selected items
  • allow simple array or complex objects as items
  • custom item renderer (formatter)
  • allow creating new items
  • remote data fetch
  • virtual list support
  • usable as custom element

v0.2.0

24 Sep 17:53
Compare
Choose a tag to compare

First release 👏 usable and feature complete svelte component.