Skip to content

v0.12.1

Choose a tag to compare

@lxsmnsyc lxsmnsyc released this 20 Jul 10:20
· 366 commits to main since this release
  • Fixes focus navigation for most of the components that utilizes it (e.g. Accordion) to properly navigate to the next focusable element. Previously, focus navigation would naively focus on the first element of a given query without checking if it's focusable. The criteria used for checking is if the state data-sh-disabled is assigned to the element.