Skip to content

"Semantically correct" v1

Latest
Compare
Choose a tag to compare
@theKashey theKashey released this 12 Oct 03:56
· 52 commits to master since this release

Features

  • version with major >=1 are subject for autoupdate, while any version with a leading zero is considered as pinned. Major version change should unblock a little bit more automatic version bumps

Breaking changes

  • default export still present, but deprecated. Please use named one - import { moveFocusInside } from 'focus-lock'
  • So internal functions exposed from this package got a naming refresh, see rename table - #50 (comment)

Features

  • new low level primitives were exposed, such as getFocusableNodes, getTabbableNodes and getRelativeFocusable
    • please notice - they are actually low level and might require some understanding before use