Skip to content

v4.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jun 09:35
· 11 commits to master since this release

Changed

  • @lumx/react, @lumx/vue:
    • SelectButton, SelectTextField: allow undefined section id in getSectionId
    • Combobox: only render option list when open; refactor focus navigation utilities

Fixed

  • @lumx/react:
    • SelectButton: fix SingleSelectButtonProps and MultipleSelectButtonProps generic type
    • SelectButton: render menu-down icon with as=Button (same as when as is empty)
    • SelectButton: fix update button ref on re-render
  • @lumx/react, @lumx/vue:
    • SelectButton, SelectTextField: allow undefined section id in getSectionId
    • SelectButton: onChange should provides a value (no undefined) and Escape key should not clear selection
    • SelectButton: Fall back to getOptionId for the button label when no getOptionName is provided
    • Popover: set hidden on the popover root when closed (closeMode="hide") so it is excluded from the accessibility tree

🎨 StoryBook React - 🎨 StoryBook Vue - 📄 See changelog history