Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 09:17
· 1235 commits to main since this release
3c864a0

Patch Changes

  • b0e390c: RadioButton

    Removed RadioButtonBase and replaced with RadioButton
    Removed icon prop; icon is not customizable any more.
    Added inputProps prop to be passed to the radio input.
    Added error prop for error state styling.

    RadioButtonGroup

    Removed icon prop; icon is not customizable any more.
    Removed legend prop; will be implemented by FormField.
    Removed radios prop; should be the users' responsibility to provide the nested RadioButtons as children.
    Replaced row prop with direction prop.
    Added wrap prop.

    RadioButtonIcon

    Added error prop for error state styling.
    Added disabled prop for disabled state styling.