Skip to content

Releases: mskocik/svelecte

v1.4.0

02 Oct 08:46
Compare
Choose a tag to compare

New:

  • event createoption when creating new option (via #31)

v1.3.7

13 Sep 19:07
Compare
Choose a tag to compare

Add fetchCallback as module config property (defaults to `null)

v1.3.6

27 Aug 17:18
Compare
Choose a tag to compare

Fixes:

  • add missing height parameter to dropdown icon, #29

v1.3.4

27 Jul 16:20
Compare
Choose a tag to compare

Fixes:

  • call stack exceeded with fetch property set and navigating through empty dropdown, #26

Internal:

  • update of dependencies and removing warning of module-script-reactive-declaration, #25

v1.3.2

25 May 14:55
Compare
Choose a tag to compare

Fixes:

  • issue with preselected items #24

v1.3.1

10 May 11:14
Compare
Choose a tag to compare

Fixes:

  • fix fetch-related issue on data having custom data structure, #23

v1.3.0

10 May 09:05
Compare
Choose a tag to compare

New options:

  • disableSifter via #19
  • disableHighlight via #20
  • resetOnBlur based on suggestion in #19
  • fetchResetOnBlur based on suggestion in #19

bug fixes:

breaking changes:

  • anchor prop replaced by hasAnchor. #22

v1.2.3

30 Apr 18:26
Compare
Choose a tag to compare

Fixes:

  • remove invalid method call

v1.2.2

30 Apr 17:09
Compare
Choose a tag to compare

Fixes:

  • handle case when element passed to isOutOfViewport is null
  • prevent click handler when removing selected item multiselect

v1.2.1

30 Apr 09:27
Compare
Choose a tag to compare

Features:

  • lazy dropdown rendering by default. Works even with virtual list.