All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.4.0 (2022-01-14)
- dynamically add aria-hidden (4e5ca41), closes #49
- navigator.js: support optional abortSignal (af3769c), closes #41
3.3.0 (2021-06-23)
3.2.1 (2021-06-22)
3.2.0 (2021-06-14)
3.1.2 (2021-05-31)
3.1.1 (2021-04-16)
3.1.0 (2021-04-12)
3.0.1 (2021-03-31)
3.0.0 (2021-03-21)
-
No longer supports aria-owns+id attributes for tree structure and switches focus management to roving tabindex.
-
!feat: Revise data structure and focus management. (da1f0b6), closes #25
2.0.0 (2021-02-27)
- package name now scoped.
- remove ./dist
- navigator, attachNavigator now expect (just) DOM node.
- revise distribution (b7e763b), closes #11
- attachNavigator: add tabindex (be28a52), closes #24
- add basic test setup (c83ad05), closes #8
- remove ./dist (54d5384), closes #9
- revise module structure and base API (d0fd65e), closes #5
- support anchors (85f4d75), closes #22