Skip to content

Releases: mskocik/svelecte

v5.0.0-next.6

17 May 13:07
Compare
Choose a tag to compare
v5.0.0-next.6 Pre-release
Pre-release

Fixes:

  • clone options to prevent throwing mutation error outside bindable props (#228)

v4.2.1

17 May 13:06
Compare
Choose a tag to compare

Fixes:

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

v5.0.0-next.5

16 May 13:59
Compare
Choose a tag to compare
v5.0.0-next.5 Pre-release
Pre-release

New:

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

v4.2.0

16 May 13:57
Compare
Choose a tag to compare

New:

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

v5.0.0-next.4

09 May 16:19
Compare
Choose a tag to compare
v5.0.0-next.4 Pre-release
Pre-release

Fixes:

  • set undefined as initial value for optional snippets

v5.0.0-next.3

09 May 10:10
Compare
Choose a tag to compare
v5.0.0-next.3 Pre-release
Pre-release

Fixes

  • update internal logic to prevent infinite loop

v5.0.0-next.2

07 May 14:43
Compare
Choose a tag to compare
v5.0.0-next.2 Pre-release
Pre-release

Breaking:

  • replace slots with snippets

v5.0.0-next.1

05 May 16:46
888a7b6
Compare
Choose a tag to compare
v5.0.0-next.1 Pre-release
Pre-release

Make library compatible with upcoming svelte v5. Mostly internal changes.

Breaking changes 💥

  • Drop dispatching custom events through createEventDispatcher. Callback methods are expected instead. Previous event names has now added prefix on and are properly capitalized. This is a list of event to callback mapping:
    • change changed to onChange
    • focus changed to onFocus
    • blur changed to onBlur
    • createoption changed to onCreateOption
    • createFail changed to onCreateFail
    • enterKey changed to onEnterKey
    • fetch changed to onFetch
    • fetchError changed to onFetchError
    • invalidValue changed to onInvalidValue
  • Drop support for svelte-use-form validation library.

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)

v4.0.1

18 Mar 09:26
Compare
Choose a tag to compare

Fixes:

  • ensure initial selection is reflected on internal <select> correctly (#220, #168)