Skip to content

v7.0.0

Compare
Choose a tag to compare
@konveyor-release-bot konveyor-release-bot released this 13 Feb 18:52
· 43 commits to main since this release
a52a0b7

7.0.0 (2022-02-13)

Features

  • ValidatedTextInput: add onBlur prop and refactor helpers to use options objects (#93) (a52a0b7)

BREAKING CHANGES

  • ValidatedTextInput: Any direct calls to getTextInputProps or getFormGroupProps that were passing a
    boolean for greenWhenValid will now need to instead pass an options object including greenWhenValid
    as a property.