Skip to content

Releases: ghiscoding/multiple-select-vanilla

v2.2.1

08 Mar 21:03
Compare
Choose a tag to compare

2.2.1 (2024-03-08)

Bug Fixes

v2.2.0

05 Mar 01:04
Compare
Choose a tag to compare

2.2.0 (2024-03-05)

Features

v2.1.0 - Dark Mode

24 Feb 21:52
Compare
Choose a tag to compare

2.1.0 (2024-02-24)

Features

v2.0.2

22 Feb 19:31
Compare
Choose a tag to compare

2.0.2 (2024-02-22)

Bug Fixes

v2.0.1

22 Feb 01:47
Compare
Choose a tag to compare

2.0.1 (2024-02-22)

Bug Fixes

v2.0.0 - Navigation highlight

21 Feb 17:31
Compare
Choose a tag to compare

2.0.0 (2024-02-21)

Quick Info

This new release brings some small breaking changes, as shown below, the biggest change is mostly a UX change that switches from tabIndex to arrow navigation highlight. This change is much better for user experience since it allows the user to use both the filter (when enabled) and the arrow navigation at the same time (the previous implementation didn't allow this). The other change is where the distribution are located, this shouldn't be a problem for most users but you might want to take a look at the new dist folder structure displayed on the readme. There's also a new Infinite Scroll not to be confused with Virtual Scroll

The lib should be a lot more UX friendly and also all Aria attributes were revisited and some fixes were applied too.

⚠ BREAKING CHANGES

  • export Locale as named exports (#219)
  • change TS Types exports location (#218)
  • replace arrow navigation tabIndex by arrow navigation highlight, fix #206 (#213)

Features

Bug Fixes

v1.2.5

31 Jan 23:00
Compare
Choose a tag to compare

1.2.5 (2024-01-31)

Bug Fixes

v1.2.4

30 Jan 03:27
Compare
Choose a tag to compare

1.2.4 (2024-01-30)

Bug Fixes

v1.2.3

30 Jan 03:21
Compare
Choose a tag to compare

1.2.3 (2024-01-30)

Bug Fixes

v1.2.2

30 Jan 03:07
Compare
Choose a tag to compare

1.2.2 (2024-01-30)

Bug Fixes