Releases: marsidev/react-turnstile
Releases · marsidev/react-turnstile
v0.5.3
v0.5.2
🐞 Bug Fixes
View changes on GitHub
v0.5.1
🐞 Bug Fixes
- Remove nullish coalescing operator (
??
) to improve compatibility with old browsers - by @marsidev (80f61)
View changes on GitHub
v0.5.0
v0.4.1
v0.4.0
v0.3.2
v0.3.1
🚀 Features
- Expose
TurnstileTheme
andTurnstileLangCode
types - by @marsidev (1ddb8) - Thanks @Zerebokep for the suggestion!
View changes on GitHub
v0.3.0
🐞 Bug Fixes
- Fix script injection issues - by @marsidev (56fe7)
- Minimize cloudflare warnings - by @marsidev (abc4b)
Soft Change
- The
scriptId
andonLoadCallbackName
now includes thecontainerId
(e.g.cf-turnstile-script__cf-turnstile
->{SCRIPT_ID_PREFIX}__{CONTAINER_ID}
)