You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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