v5.0.0-alpha.18
Pre-release
Pre-release
·
57 commits
to alpha
since this release
5.0.0-alpha.18 (2023-04-23)
Bug Fixes
- add missing
useDebouncedStatehook export (948ffe6) - add missing
useStyleSystemPropsexport (4aa8316) - CheckboxSetField: detect change to
undefinedwhile 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:
styleprop should not be passed down to inner component (c98f338) - incorrect type for
overlayPropsin Modal and Popover (352157c) - mergeProps: type conflict for newer TS (782c7e4)
- RadioSetField: detect change to
undefinedwhile in controlled mode (02d0469) - useRUIForm: use correct type for
onBlur(a6199df), closes #69