-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0 #84
Merged
Merged
v1.0.0 #84
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: - The build now ships code for esm only - The peer dependencies for react and react-dom have been updated to 17.x and above Other changes: - We migrated from unbuild to tsup - The build is now minified
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
To view this pull requests documentation preview, visit the following URL: docs.page/marsidev/react-turnstile~84 Documentation is deployed and generated using docs.page. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v1.0.0 Release
Breaking Changes
Now we ship ESM-only code, this will decrease the bundle size significantly.
If you are a CommonJS user, I suggest you to keep using the version
0.7.2
or upgrade your project to ESM.Removed "auto" widget size due to is not even a valid size for Cloudflare Turnstile.
We have been sending
undefined
when the size was "auto", so if you were using this size, then you can simply remove it.Peer dependencies for
react
andreact-dom
have been updated to 17.x and above.Features
onTimeout
refreshTimeout
andfeedbackEnabled
(Closes Update to use new "flexible" sizing and "feedback-enabled" prop #82)Fixes
Misc
Build
TypeScript
AppearanceMode
,ExecutionMode
,FailureRetryMode
,RefreshExpiredMode
,RefreshTimeoutMode
,WidgetSize
. Inspired by @types/cloudflare-turnstileOther