Skip to content

v5.0.0-alpha.18

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Apr 00:40
· 57 commits to alpha since this release

5.0.0-alpha.18 (2023-04-23)

Bug Fixes

  • add missing useDebouncedState hook export (948ffe6)
  • add missing useStyleSystemProps export (4aa8316)
  • CheckboxSetField: detect change to undefined while in controlled mode (8c02dfc)
  • ComboBoxField: add missing label to inner list (08324f7)
  • DateField: low text contrast (0a1285d)
  • FormErrors: compatibility with RHF 7 (cc964d9), closes #58
  • FormField: do not render label element when using aria-label (79ae72f), closes #67
  • hide default buttons on webkit browers for input[type="search"] (c4ff676)
  • Icon: style prop should not be passed down to inner component (c98f338)
  • incorrect type for overlayProps in Modal and Popover (352157c)
  • mergeProps: type conflict for newer TS (782c7e4)
  • RadioSetField: detect change to undefined while in controlled mode (02d0469)
  • useRUIForm: use correct type for onBlur (a6199df), closes #69

Features

  • add new LookupField that supports any object shape (06e8fea)
  • ListBox: add style system control props to the parent and all items (48bff36)