Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 578 Bytes

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 578 Bytes

Changelog

[ 2.0.0 ] BREAKING CHANGES

  • Added support for keyboard navigation
    • Can navigate menu item using tab
    • Can close menu with a key such as Escape

Breaking changes:

  • Implemented a <ContextMenuProvider/> component
    • The context containers will throw an error if <ContextMenuProvider/> is not present

[ 1.0.10 ]

8/15/2023

  • README
    • Added 'contributing' section
    • Removed 'typescript only' note and replaced it with a 'in early development' note
    • Minor formatting fixes
  • Added basic tests