Releases: RevoTale/react-grecaptcha-v3
Releases · RevoTale/react-grecaptcha-v3
v0.3.2
Patch Changes
- 9b12da5: Fixed bug with not all actions sent on recaptcha load.
v0.3.1
Patch Changes
- 9389a2e: Fix cases when window.grecaptcha is set, but no
execute
function
v0.3.0
Minor Changes
- 9be3537: Bug fix. Recaptcha events registered during
injectionDelay
did not fire.
v0.2.0
Minor Changes
- 99e7932: New hook added.
useSkipInjectionDelay
allows to ignore timeout set by injectionDelay
. It forces recaptcha to be loaded immediately.
v0.1.8
Patch Changes
- 1a0410a: Release management with changeset package. Publish to NPM with github action workflow.