Skip to content

Releases: mskocik/svelecte

v3.15.1

09 Mar 11:42
Compare
Choose a tag to compare

Fixes (tweak)

  • allow to set selectOnTab to select-navigate value to immediately move focus to the next element, ie. keep default Tab behaviour (#154)

v3.15.0

09 Mar 11:41
Compare
Choose a tag to compare

New:

  • add prop alwaysCollapsed to keep selection always collapsed. Selection is then shown in dropdown

v3.14.0

05 Mar 16:51
Compare
Choose a tag to compare

Changes

  • Slots for customizing indicator and clear icons with additional props by @vteslenko in #150

v3.13.3

19 Jan 15:57
Compare
Choose a tag to compare

Fixes:

  • fix list message for init fetch with empty list (#147)

v3.13.2

10 Jan 11:03
Compare
Choose a tag to compare

Fixes:

  • allow setting new value outside option list when creatable and valueAsObject is true and passed value object has $created: true (ref #145)

v3.13.1

09 Jan 19:54
Compare
Choose a tag to compare

Fixes

  • fix case when max has been reached and bound value has been changed (which previously resulted in clearing the selection) (#145)
  • loose comparison for max if string has been passed (mentioned #145)

v3.13.0

24 Dec 12:07
Compare
Choose a tag to compare

New:

  • added new slot named control-end (PR #143)

v3.12.0

18 Oct 18:50
Compare
Choose a tag to compare

New:

  • added property closeAfterSelect to control if dropdown should close after each selection when in multiple mode (#106) (PR #136)

v3.11.1

18 Oct 11:21
Compare
Choose a tag to compare

Fixes

  • respect groupItemsField prop in group items init (PR #135)

v3.11.0

16 Oct 16:55
Compare
Choose a tag to compare

New:

Custom element specific features:

  • added value-delimiter property to have it possible to have , chracter in values (#133)
  • enable (partially) to override i18n as stringified json property (#131)