- 0401931: Bump eslint
- 407a9c3: Update organization name
- a7cfae4: Make CI more semantic.
- 055d4dd: Reduce complexity of build process. Gracefully reduce amount of dependenciec and package.json file size.
- 1d90b20: Reduced .eslintrc config size
- 055d4dd: Unnecesarry config removed.
- 055d4dd: Reduce scripts amount. Be eloquent in this question.
- e5d580f: Upgrade rimraf
- 2b42f69: Fixed typo in Readme
- 02b449a: Make consistent naming between npm and github.
- a9754dc: Add npm provenance as a feature in readme.
- 5ba0ac2: Breaking change! Package renamed from `@rusted/react-recaptcha-v3 to react-grecaptcha-v3.
- 80d4241: Improve documentation
- 5c589fd: Fix the ID-token permission to enable provenance
- 7634616: Fixed id-token permissions for CI release process
- 51f96f3: Add provenance
- 26d370c: Use peer dependencies for React.
- da25f9a: Fix package to be compatible with older react versions.
- 7ff8e82: Improved documentation.
- 9b12da5: Fixed bug with not all actions sent on recaptcha load.
- 9389a2e: Fix cases when window.grecaptcha is set, but no
execute
function
- 9be3537: Bug fix. Recaptcha events registered during
injectionDelay
did not fire.
- 99e7932: New hook added.
useSkipInjectionDelay
allows to ignore timeout set byinjectionDelay
. It forces recaptcha to be loaded immediately.
- 1a0410a: Release management with changeset package. Publish to NPM with github action workflow.