Skip to content

Latest commit

 

History

History
110 lines (54 loc) · 6.46 KB

CHANGELOG.md

File metadata and controls

110 lines (54 loc) · 6.46 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.4.0 (2022-01-14)

Features

  • dynamically add aria-hidden (4e5ca41), closes #49
  • navigator.js: support optional abortSignal (af3769c), closes #41

Bug Fixes

  • package: add files property (547189d), closes #47

3.3.0 (2021-06-23)

Features

  • abstractTree: support non-anchor links (24a6321), closes #665

3.2.1 (2021-06-22)

Bug Fixes

  • clear data-activedescendant on highlight(false) (a27c707), closes #43

3.2.0 (2021-06-14)

Features

  • track activedescendant in property (266612c), closes #42

3.1.2 (2021-05-31)

3.1.1 (2021-04-16)

Bug Fixes

3.1.0 (2021-04-12)

Features

  • navigator: add subtree highlighting (bb83ad2), closes #21

3.0.1 (2021-03-31)

Bug Fixes

  • abstractTree: querySelect from treebase (90128a8), closes #33

3.0.0 (2021-03-21)

⚠ BREAKING CHANGES

  • 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)

⚠ BREAKING CHANGES

  • package name now scoped.
  • remove ./dist
  • navigator, attachNavigator now expect (just) DOM node.

Features

Bug Fixes

  • handle (some) bad trees (1ab937e), closes #18

  • generateDocs: update wording (5653260), closes #7

  • feat!(package.json): add scope to name (c36f966), closes #11

1.0.0 (2020-06-01)

Features

Bug Fixes

  • docs: fix aspirin highlighting (f13ac5b), closes #4