There are three breaking changes in this version:
objectify()
has been renamed toserializeOptions()
- The deprecated
submit
component has been removed - Props for the
Textarea
input component have changed:maxLength
now defaults tofalse
. Provide a number to implement a maximum number of characters.showCharacterCount
has been renamed tohideCharacterCount
hideCharacterCount
defaults tofalse
(to match the default absence ofmaxLength
). Pass downtrue
to hide the character count if you've provided amaxLength
but do not want it shown.