Releases: wojtekmaj/react-recaptcha-v3
Releases · wojtekmaj/react-recaptcha-v3
v0.1.4
v0.1.3
v0.1.2
What's new?
- Added support for
container.parameters.hidden
prop that hides the reCAPTCHA badge. Note: Before you do this, please read: https://cloud.google.com/recaptcha/docs/faq#id_like_to_hide_the_badge_what_is_allowed - Added support for
refreshReCaptcha
prop inReCaptcha
component for backwards compatibility.
Bug fixes
- Fixed "SyntaxError: Named export 'use' not found." error on older versions of React.
- Fixed
scriptProps.nonce
prop not working properly. - Fixed
scriptProps.onLoadCallbackName
prop not working properly. - Fixed update loop if
scriptProps
was defined as an inline object.