diff --git a/.changeset/dull-parents-end.md b/.changeset/dull-parents-end.md new file mode 100644 index 0000000000..ac6a0dc374 --- /dev/null +++ b/.changeset/dull-parents-end.md @@ -0,0 +1,6 @@ +--- +'@leafygreen-ui/menu': minor +--- + +- Creates the `MenuDescendant` component, a replacement for `FocusableMenuItem`. By wrapping an input component in `MenuDescendant`, it will be registered as a menu item descendant, and will be focusable using standard menu arrow key interactions. +- Marks `FocusableMenuItem` as deprecated - this will be removed in a future release