Skip to content

Releases: mskocik/svelecte

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)

v3.10.1

26 Sep 15:31
Compare
Choose a tag to compare

Fixes:

  • fix inability to manually set value object through bind property, which was introduced in 3.9.1 version (#128)

This means it's no longer possible to set value object outside provided option array, which was available till now.

v3.10.0

22 Sep 10:20
Compare
Choose a tag to compare

New

  • add new enterKey event, which would by default cause parent form to be submitted. (#125)

v3.9.9

21 Sep 14:16
Compare
Choose a tag to compare

Fixes:

  • fixes android-only bug which enables user to enter search text when item is already selected (#119)

v3.9.8

16 Sep 11:10
Compare
Choose a tag to compare

Fixes:

  • fix bug introduced by adding maxlength to Input component (related to #119)

v3.9.7

13 Sep 17:20
Compare
Choose a tag to compare

Fixes:

  • force maxlength to 0 on signle select, preventing additional user input on android (#119)

v3.9.6

12 Sep 13:48
Compare
Choose a tag to compare

Fixes:

  • add change event to inner <select> element. One would expect this event to be fired, when Svelecte itself fires change event (#123)

v3.9.5

09 Sep 16:08
Compare
Choose a tag to compare

Fixes:

  • fix case when parent svelecte value is also fetched (#122)