Skip to content

Releases: mskocik/svelecte

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)

v3.7.0

03 Apr 13:49
Compare
Choose a tag to compare

New:

  • provide createTransform property to customize newly created option, (#95)
  • add disabled and required props to custom-element API

Fixes:

  • disabled change doesn't trigger fetch abort anymore (#83)
  • trigger change event on custom element after adding selected options for anchored select (#97)

Internal:

  • update svelte-tiny-virtual-list to ^2.0.0

v3.6.0

21 Feb 12:19
Compare
Choose a tag to compare

New:

  • pass options as second parameter to createFilter function to enable more flexibility (#86)
  • updated docs