Skip to content

Releases: mskocik/svelecte

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

v3.5.8

19 Feb 08:34
Compare
Choose a tag to compare

Fixes:

  • fix space key editing issue with single select component (#91)

v3.5.7

16 Feb 11:29
Compare
Choose a tag to compare

Fixes:

  • fix input event for inner <select> element (#87)
  • allow number 0 as initial value (#88)

v3.5.6

25 Jan 18:37
Compare
Choose a tag to compare

Fixes:

  • delay setting internal selectedOptions when fetch in init mode and value provided and valueAsObject is false (#71)
  • prevent executing computed expression related to value setter twice due to DOM element binding

v3.5.5

24 Jan 11:34
Compare
Choose a tag to compare

Fixes:

  • keeping dropdown opened when disabled has changed to true (#81)
  • prevent fetch error from breaking the app (#82)

v3.5.4

24 Jan 09:12
Compare
Choose a tag to compare

Fixes:

  • fix race condition for initial fetch (#79)
  • fix jumping dropdown on page scroll