github-actions
released this
27 Mar 09:17
·
1235 commits
to main
since this release
Patch Changes
-
b0e390c: RadioButton
Removed
RadioButtonBase
and replaced withRadioButton
Removedicon
prop; icon is not customizable any more.
AddedinputProps
prop to be passed to the radio input.
Addederror
prop for error state styling.RadioButtonGroup
Removed
icon
prop; icon is not customizable any more.
Removedlegend
prop; will be implemented by FormField.
Removedradios
prop; should be the users' responsibility to provide the nested RadioButtons as children.
Replacedrow
prop withdirection
prop.
Addedwrap
prop.RadioButtonIcon
Added
error
prop for error state styling.
Addeddisabled
prop for disabled state styling.