Skip to content

Releases: mskocik/svelecte

v4.4.0

22 Oct 10:19
Compare
Choose a tag to compare

New:

  • add positionResolver property to customize dropdown placement (#258)

Fixes:

  • prevent selected option de-selection in single select mode when required property is set to better mimick native <select> (#256)

v4.3.1

16 Oct 14:24
Compare
Choose a tag to compare

Fixes:

  • change order of html escaping to correctly render html entities (#255)

v4.3.0

07 Oct 17:39
Compare
Choose a tag to compare

New:

  • add publicly available function highlightSearch and property inputValue for option slot to be able to replicate built-in search highlighting (related PRs #250, PR #251). Working example here.

v4.2.5

13 Aug 08:11
Compare
Choose a tag to compare

Fixes:

  • allow empty string or zero as initial value (#244)

v4.2.4

07 Aug 18:41
Compare
Choose a tag to compare

Fixes:

  • fix list message when all items are selected (#243)

v4.2.3

15 Jul 09:48
Compare
Choose a tag to compare

Fixes:

  • properly catch errors in user-provided createHandler to dispatch createFail event. (#239)
  • invert keepCreated condition check (#240)
  • add tests for creatable related logic

v4.2.2

05 Jun 03:57
Compare
Choose a tag to compare

Fixes:

  • ability to set initial value in strict valueAsObject mode (#233)

v4.2.1

17 May 13:06
Compare
Choose a tag to compare

Fixes:

  • clone options to prevent it's mutation (#228)

v4.2.0

16 May 13:57
Compare
Choose a tag to compare

New:

  • add fetchProps to global config and remove "defaults" (#227)

v4.1.0

24 Apr 19:16
Compare
Choose a tag to compare

New

  • extend search props (#221)
  • add listener to wrapping form reset event (#156)
  • added option slot example to docs (#223)
  • update inner logic for custom element
  • add standalone build for custom-element version (available in /bundle folder)

Fixes

  • ensure dropdown is valid before trying to show aria message on dropdown open (#224)