- Updated dependencies to latest version.
- Added
onTokenReceived
callback to invisible mode. - Added
onTokenExpired
callback to invisible mode.
- Fixed allow cf to display invalid domain widget.
- Fixed Updatede allowed origins.
- Added disabled context menu.
- Fixed avoiding navigation to unwanted urls.
- Fixed
forceRefersh
not working for invisible mode.
- 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.
- Fixed app crashes occurring during CAPTCHA in dialog.
- Fixed
flexible
widget rendering issue on iOS.
- Added handle incorrect configuration errors
- Update code documentation
- 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.
- Fixed Turnstile Widget duplication
- Fixed
TurnstileSize.compact
widget rendering issue.
- Update minimum supported SDK version.
- Fixed iOS Turnstile challange failure.
- Fixed Mobile Turnstile challange returns 401 error.
- Fixed Web
TurnstileMode.auto
not working sometimes.
- Added a auto detect widget theme based on device brightnese
- Added handle web resource errors
- Fixed Web
TurnstileMode.auto
failed to detect widget mode
- Added a optional
TurnstileMode.auto
property. - Fixed Android deprecation notes.
- Fixed
TurnstileController.token
reset token when refreshing.
- Downgrade SDK version
- Fixed example release build failure
- Added a optional
action
property. - Added a optional
cData
property.
- Added a optional
size
property. - Fixed
TurnstileOptions
issue on invisible widget mode.
- Added a optional
retryInterval
property.
- Minor Changesy.
- Initial Release