cloudflare_turnstile 3.2.0 cloudflare_turnstile: ^3.2.0 copied to clipboard
A free CAPTCHAs alternative to enhance security and protect against bots.
3.2.0 #
- Added
onTokenReceived
callback to invisible mode. - Added
onTokenExpired
callback to invisible mode.
3.1.2 #
- Fixed allow cf to display invalid domain widget.
- Fixed Updatede allowed origins.
3.1.1 #
- Added disabled context menu.
- Fixed avoiding navigation to unwanted urls.
3.0.1 #
- Fixed
forceRefersh
not working for invisible mode.
3.0.0 #
- Added background support for the widget without inserting it into the widget tree.
- Introduced customizable widget border radius.
- Implemented display animations for a smoother user experience.
- Fixed compatibility issues with unsupported platforms.
- Updated README to reflect correct naming conventions for the widget.
2.0.3 #
- Fixed app crashes occurring during CAPTCHA in dialog.
- Fixed
flexible
widget rendering issue on iOS.
2.0.1 #
- Added handle incorrect configuration errors
- Update code documentation
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