Skip to content

Releases: singularit-de/multiselect

v1.2.1

28 Oct 10:57
c3cb60a
Compare
Choose a tag to compare

1.2.1 (2024-10-28)

Bug Fixes

v1.2.1-beta.1

28 Oct 10:53
c3cb60a
Compare
Choose a tag to compare
v1.2.1-beta.1 Pre-release
Pre-release

1.2.1-beta.1 (2024-10-28)

Bug Fixes

v1.1.2

17 Jan 14:42
7da800f
Compare
Choose a tag to compare

1.1.2 (2024-01-17)

Bug Fixes

  • only show dropdown scrollbar if it is scrollable (#86) (4299d31)

v1.1.2-beta.1

17 Jan 13:39
7da800f
Compare
Choose a tag to compare
v1.1.2-beta.1 Pre-release
Pre-release

1.1.2-beta.1 (2024-01-17)

Bug Fixes

  • only show dropdown scrollbar if it is scrollable (#86) (4299d31)

v1.1.1

11 Jan 10:42
c95aa3b
Compare
Choose a tag to compare

1.1.1 (2024-01-11)

Bug Fixes

v1.1.1-beta.1

11 Jan 10:11
c95aa3b
Compare
Choose a tag to compare
v1.1.1-beta.1 Pre-release
Pre-release

1.1.1-beta.1 (2024-01-11)

Bug Fixes

v1.1.0

10 Jan 18:18
Compare
Choose a tag to compare

1.1.0 (2024-01-10)

Bug Fixes

  • add proptypes to make it buildable again (4980cf1)
  • add proptypes to make it buildable again (9f51210)
  • allow dynamically loading selectable options (41f2b16)
  • allow dynamically loading selectable options (51f7bb1)
  • avoid reactive variables to trigger themselves (#61) (9c7c731)
  • build Multiselect types correctly (#39) (21fd029)
  • build Multiselect types correctly (#39) (dc63bfb)
  • bump version (#60) (726cc86), closes #54 #59
  • execute modelValue watcher immediately, so modelValue can be set before the component is mounted (#78) (11c13e9)
  • execute modelValue watcher immediately, so modelValue can be set before the component is mounted (#78) (3d015dc)
  • fix missing types (036f6a1)
  • installation advise, so it can be merged in main later (#74) (3a6814c)
  • installation advise, so it can be merged in main later (#74) (#75) (f1cbd89)
  • missing types (8540b45)
  • type and lint errors (#82) (c96c236)
  • use undefined as standard for no selection in single mode (f5a95ee)
  • use undefined as standard for no selection in single mode (512ba80)

Features

  • add eslint and make changes suggested in code review, also adapt tests and docs to the changes (946e28d)
  • add infinite and maxOptions prop to allow infinite scrolling (c90aada)
  • add loadingOptions prop that will display a loading spinner the option dropdown if true (2867386)
  • add types (3a86107)
  • add types to build (4614fdb)
  • add web types #37 (421e5b7)
  • allow number 0 and empty strings as value for options in single selection mode (df73732)
  • also allow setting the modelValue in multiple mode instead of just pushing things into it (13269ee)
  • improve how closeOnSelect and labels work (66fd118)
  • improve the slots (bfc7cef)
  • improve the way search works and display texts if there are no select options or search results #42 (4f80db3)
  • make changes suggested in the latest code review and also add new tests (7c2eced)

Reverts

v1.0.0-beta.17

22 Feb 10:17
Compare
Choose a tag to compare
v1.0.0-beta.17 Pre-release
Pre-release

1.0.0-beta.17 (2023-02-22)

Bug Fixes

  • execute modelValue watcher immediately, so modelValue can be set before the component is mounted (#78) (11c13e9)

v1.0.0-beta.16

15 Dec 14:03
Compare
Choose a tag to compare
v1.0.0-beta.16 Pre-release
Pre-release

1.0.0-beta.16 (2022-12-15)

Bug Fixes

  • use undefined as standard for no selection in single mode (f5a95ee)

v1.0.0-beta.15

13 Dec 15:48
f1cbd89
Compare
Choose a tag to compare
v1.0.0-beta.15 Pre-release
Pre-release

1.0.0-beta.15 (2022-12-13)

Bug Fixes

  • installation advise, so it can be merged in main later (#74) (#75) (f1cbd89)