Skip to content

Releases: mskocik/svelecte

v3.9.0

30 Jun 14:52
Compare
Choose a tag to compare

New:

  • add invalidValue event to be able to act on mismatch between value and options (typically when fetching initial options and there is value preselected), based on discussion in #113

v3.8.1

29 Jun 17:33
Compare
Choose a tag to compare

Fixes:

  • internal updates to init fetch mode, which works as expected (when previous selection is in new dataset, value is kept, removed otherwise) (#113)

v3.8.0

30 May 10:51
Compare
Choose a tag to compare

New:

  • make optGroup object properties configurable with new options groupLabelField and groupItemsField (#110)
  • add option resetOnSelect to control reseting input value after selection in multi-select mode (#112)

v3.7.7

09 May 12:48
Compare
Choose a tag to compare

Fixes:

  • fix firefox specific focus issue (#109)

v3.7.6

07 May 13:32
Compare
Choose a tag to compare

Fixes:

  • move computing of new options before updating value, (#108)

v3.7.5

24 Apr 13:21
Compare
Choose a tag to compare

Fixes:

  • keep selected option object properties in case they vary (#104)
  • keep order of initially selected options (#105)

v3.7.4

12 Apr 06:36
Compare
Choose a tag to compare

Fixes:

  • escape tab character, replace it by space, (#103)

v3.7.3

10 Apr 10:57
Compare
Choose a tag to compare

Fixes:

  • fix virtual list jump with multiselect (#102)
  • ensure dropdown index is set, when there are options available

v3.7.2

07 Apr 15:58
Compare
Choose a tag to compare

Fixes:

  • fix regression for fetch in custom-element, (#101)

v3.7.1

07 Apr 11:18
Compare
Choose a tag to compare

Fixes:

  • fix case with empty optgroup, (#100)