@matt-block/react-recaptcha-v2
Advanced tools
Changelog
[2.1.0] - 2024-07-12
tabIndex
prop corresponding to the data-tabindex
tag attribute.@rollup/plugin-node-resolve
to version 15.2.3
.@rollup/plugin-typescript
to version 11.1.6
.@types/react
to version 18.3.3
.husky
to version 9.0.11
.lint-staged
to version 15.2.7
.nanoid
to version 5.0.7
.prettier
to version 3.3.2
.rollup
to version 4.18.0
.rollup-plugin-copy
to version 3.5.0
.Changelog
[2.0.1] - 2023-05-03
build:ts-decl
is removed.lib
instead of types
..lintstagedrc.json
.@rollup/plugin-node-resolve
to version 15.0.2
.@rollup/plugin-typescript
to version 11.1.0
.@types/react
to version 18.2.1
.husky
to version 8.0.3
.lint-staged
to version 13.2.2
.prettier
to version 2.8.8
.rollup
to version 3.21.4
.typescript
to version 4.9.5
.tslib
dev-dependency because it was unnecessary. The built code includes only one implementation of __rest
so there is no duplication that tslib
was solving.Changelog
[1.0.10] - 2023-05-03
nanoid
to version 3.3.6
.prettier
to version 2.8.8
.typescript
to version 3.9.10
.Changelog
[2.0.0] - 2023-03-01
ReCaptcha
with Puppeteer.es5
to es2015
which has been round for 7+ years. It is time to move on.ReCaptcha
from class-based to functional component using React Hooks.16.8.0
, which is the first React version to introduce Hooks.ReCaptcha
component.ReCaptcha
methods as static functions outside the component.ReCaptcha
.@rollup/plugin-node-resolve
to version 15.0.1
.@rollup/plugin-typescript
to version 11.0.0
.rollup
to version 3.17.2
.npm-run-all
and shx
. This also allows the project to be developed using
any platform.Changelog
[1.0.9] - 2023-02-23
nanoid
to version 3.3.4
.@rollup/plugin-node-resolve
to version 13.3.0
.@rollup/plugin-typescript
to version 8.5.0
.@types/react
to version 18.0.28
.lint-staged
to version 12.5.0
.prettier
to version 2.8.4
.rollup
to version 2.79.1
.typescript
to version 3.8.3
.Changelog
[1.0.8] - 2022-04-28
@rollup/plugin-node-resolve
dev-dependency required to bundle nanoid
(see the fix below).@rollup/plugin-typescript
dev-dependency that replaces rollup-plugin-typescript
.nanoid
not being bundled with the package. nanoid
was incorrectly configured as an external dependency in the
Rollup configuration, so it was never bundled with the package. However, nanoid
is so common that most devs probably
had it available as a transient dependency, so the issue never surfaced up.husky
to version 7.0.4
.lint-staged
to version 12.4.1
.nanoid
to version 3.3.3
.prettier
to version 2.6.2
.rollup
to version 2.70.2
.rollup-plugin-copy
to version 3.4.0
.tslib
to version 1.14.1
.typescript
to version 3.7.5
.@types/nanoid
dev-dependency because nanoid
v3 comes with built-in type declarations.rollup-plugin-typescript
dev-dependency that is replaced by @rollup/plugin-typescript
.Changelog
[1.0.7] - 2022-04-28
yarn
back to npm
. This also means the removal of yarn.lock
and
the addition of package-lock.json
.@types/react
to version 18.0.8
.Changelog
[1.0.6] - 2019-10-13