Skip to content

v117.0.0

Compare
Choose a tag to compare
@carbonci carbonci released this 30 Mar 13:20
· 2944 commits to master since this release
09b124b

117.0.0 (2023-03-30)

⚠ BREAKING CHANGES

  • textarea, textbox: The warnOverLimit prop is no longer consumed by both components and the styling
    the prop applied has now been made the default. Also the type of the characterLimit prop has been
    changed to solely a number opposed to a number or a string.

Bug Fixes

  • textarea, textbox: accessibility refactor of character count functionality (182afc9), closes #5717