September 30, 2024 Release

Enhancements#


Fixes#


  • ActionBar
  • Combobox
    • Keep focus on the input in Combobox - @chirokas - PR
    • Fix Combobox isQuiet and isReadOnly styling - @LFDanLu - PR
  • Date/Time
  • Menu
  • Picker
  • SearchField
    • Fix SearchField padding right specificity - @LFDanLu - PR
  • Select
    • Fix Select from showing placeholder when selected value is 0 - @unional - PR
  • Tabs
    • Add horizontal orientation to TabsKeyboardDelegate to prevent switching tabs with up/down arrow keys - @mdhmaiti - PR
  • Tooltip
    • Prevent Tooltip from getting stuck to screen when scrolling - @pr7prashant - PR
  • Tree
  • Misc
    • Prevent click events from being fired on the wrong target on Android devices - @devongovett - PR
    • Fix useId updater overwrite - @snowystinger - PR
    • Fix conditional useHref call - @abeljohn - PR
    • Fix type regression on useControlledState signature - @snowystinger - PR
    • Extract ToggleStateProps type to use only what is needed in useToggleState - @Andarist - PR

Docs#


Under Construction#


  • TreeView/Tree (Alpha):

  • Accordion/DisclosureGroup/Disclosure (Alpha)