Skip to content

v2.0.0 - Navigation highlight

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 17:31
· 102 commits to main since this release

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