There are three breaking changes in this version:
objectify()has been renamed toserializeOptions()- The deprecated
submitcomponent has been removed - Props for the
Textareainput component have changed:maxLengthnow defaults tofalse. Provide a number to implement a maximum number of characters.showCharacterCounthas been renamed tohideCharacterCounthideCharacterCountdefaults tofalse(to match the default absence ofmaxLength). Pass downtrueto hide the character count if you've provided amaxLengthbut do not want it shown.