Skip to content

Releases: mskocik/svelecte

v2.0.1

08 Oct 14:51
Compare
Choose a tag to compare

Fixes:

  • correct context getter (#35)

v2.0.0

07 Oct 11:45
Compare
Choose a tag to compare

New features:

  • Possible to edit created items (#30)

Fixes:

  • Rework how svelecte works internally with options array (#32)

New options:

  • disabledField - which property should mark given item as disabled, to handle BC break mentioned below
  • allowEditing - toggle to edit newly created item
  • keepCreated -whether add newly created items to option list

Breaking changes

  • new default value for resolving disabled status of option items, but now configurable

v1.4.1

02 Oct 11:33
Compare
Choose a tag to compare

Fixes:

  • spinner position when creatable is true
  • set fetch property to null, only when parent svelecte is defined (internal API for custom-element)

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