Upgrade 0.34 to 0.35
Change startupjs and all @startupjs/* dependencies in your package.json to ^0.35.
BREAKING CHANGES
@startupjs/recaptcha
- use
checkRecaptchainstead ofcheckToken - use
checkDataRecaptchainstead ofcheckDataToken - callback
onVerifyreturns an object instead of a string
startupjs/ui/Popover
- remove
defaultvariant from animateType prop - rename
slidetoopacityin animateType prop
startupjs/ui/Tr
- remove paddings
startupjs/ui/Th
- increase horizontal paddings to 16px
startupjs/ui/Td
- increase horizontal paddings to 16px
@startupjs/ui/Modal
- Now, the cancel button is always displayed along with the confirm button. If you want display one button use
onCancel.
Fonts
Default font family for Span and H1-H6 components were changed from Cochin to
If you want to use custom fonts read this.
@startupjs/auth
-
Fix save password, hash, salt, unconfirmed in users collection
-
To remove unnecessary data use this code: