Releases: hCaptcha/react-native-hcaptcha
Releases · hCaptcha/react-native-hcaptcha
v2.1.0
v2.0.5
v2.0.3
What's Changed
- fix: correctly process theme as object or as JSON.stringify(theme)
- chore(types): extend WebViewMessageEvent type with custom methods
- Feature/handle sms
Full Changelog: v2.0...v2.0.3
v2.0.2
v2.0
What's Changed
- fix: add hasBackDrop to index.d.ts
- fix: make react-test-renderer version wildcard
- Chore/add pre commit + vendor actions
- cicd: Update and Lock Actions
- Rewrite example using hooks
- chore: return actual error code
NOTE: This release changes the response signature of error handling to match the upstream JS SDK: error codes are now passed through directly, simplifying analysis.
Please review your pre-2.0 error handling code to ensure no changes are required if you are upgrading from 1.x.
v1.8.2
v1.7.2
v1.7.1
What's Changed
- Fix CVE-2023-45133 by replacing babel-preset-react-native with metro-react-native-babel-preset
New Contributors
- @dprevost-LMI made their first contribution in #51
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
- feat: emit 'open' event if visual challenge appears
- ci: update actions to v4
Full Changelog: 1.6.0...v1.7.0
1.6.0
What's Changed
- Add the hasBackdrop property by @emilianodevborn in #43 and #44
New Contributors
- @emilianodevborn made their first contributions in #43 and #44
Full Changelog: 1.5.1...1.6.0