Skip to content

Releases: mskocik/svelecte

v3.9.8

16 Sep 11:10
Compare
Choose a tag to compare

Fixes:

  • fix bug introduced by adding maxlength to Input component (related to #119)

v3.9.7

13 Sep 17:20
Compare
Choose a tag to compare

Fixes:

  • force maxlength to 0 on signle select, preventing additional user input on android (#119)

v3.9.6

12 Sep 13:48
Compare
Choose a tag to compare

Fixes:

  • add change event to inner <select> element. One would expect this event to be fired, when Svelecte itself fires change event (#123)

v3.9.5

09 Sep 16:08
Compare
Choose a tag to compare

Fixes:

  • fix case when parent svelecte value is also fetched (#122)

v3.9.3

09 Sep 13:40
Compare
Choose a tag to compare

Fixes:

  • fix issue with custom element initial value for dependent svelecte (#122)

v3.9.2

19 Jul 15:10
Compare
Choose a tag to compare

Fixed:

  • bind current _i18n object to collapsedSelectionFn to respect updated i18n.collapsedSelection property (#114)

v3.9.1

11 Jul 19:52
Compare
Choose a tag to compare

Fixes:

  • unify validation conditions, so invalidValue event is triggered also for valueAsObject=true, (ref #113)

v3.9.0

30 Jun 14:52
Compare
Choose a tag to compare

New:

  • add invalidValue event to be able to act on mismatch between value and options (typically when fetching initial options and there is value preselected), based on discussion in #113

v3.8.1

29 Jun 17:33
Compare
Choose a tag to compare

Fixes:

  • internal updates to init fetch mode, which works as expected (when previous selection is in new dataset, value is kept, removed otherwise) (#113)

v3.8.0

30 May 10:51
Compare
Choose a tag to compare

New:

  • make optGroup object properties configurable with new options groupLabelField and groupItemsField (#110)
  • add option resetOnSelect to control reseting input value after selection in multi-select mode (#112)