cloudflare_turnstile 2.0.0 cloudflare_turnstile: ^2.0.0 copied to clipboard
A free CAPTCHAs alternative to enhance security and protect against bots.
2.0.0 #
- Added support for new
flexible
widget size. - Added notifications for mode mismatches between the widget and Cloudflare Turnstile dashboard settings.
- Added error callback and token callback to
TurnstileController
. - Added
TurnstileException
for improved error management. - Fixed issue when the widget was not displayed on the first build.
- Removed automatic detection of widget mode.
- Updated documentation for clarity and accuracy.
1.2.6 #
- Fixed Turnstile Widget duplication
- Fixed
TurnstileSize.compact
widget rendering issue.
1.2.4 #
- Update minimum supported SDK version.
- Fixed iOS Turnstile challange failure.
1.2.3 #
- Fixed Mobile Turnstile challange returns 401 error.
- Fixed Web
TurnstileMode.auto
not working sometimes.
1.2.1 #
- Added a auto detect widget theme based on device brightnese
- Added handle web resource errors
- Fixed Web
TurnstileMode.auto
failed to detect widget mode
1.0.2 #
- Added a optional
TurnstileMode.auto
property. - Fixed Android deprecation notes.
- Fixed
TurnstileController.token
reset token when refreshing.
0.4.2 #
- Downgrade SDK version
- Fixed example release build failure
0.4.0 #
- Added a optional
action
property. - Added a optional
cData
property.
0.2.1 #
- Added a optional
size
property. - Fixed
TurnstileOptions
issue on invisible widget mode.
0.1.1 #
- Added a optional
retryInterval
property.
0.1.0+1 #
- Minor Changesy.
0.0.1 #
- Initial Release