Releases: NiklasMerz/cordova-plugin-fingerprint-aio
v6.0.0
What's Changed
- Added new option to isAvailable - requireStrongBiometrics by @austinwark in #480
New Contributors
- @austinwark made their first contribution in #480
Full Changelog: v5.0.3...v6.0.0
v5.0.3
Fix build error
v5.0.2
What's Changed
- fix java.lang.NullPointerException by @seamlink-aalves in #475
- fix: allow custom cancelButtonTitle label on registerBiometricSecret … by @AntoscencoVladimir in #456
- fix: replace can authenticate with compatible function by @NiklasMerz in #477
New Contributors
- @AntoscencoVladimir made their first contribution in #456
Full Changelog: v5.0.1...v5.0.2
v5.0.1
What's Changed
- Catch errors in iOS and avoid crashes by @hieucao in #391
- Unexport activity on Android which fixes a security vulnerability GHSA-7vfx-hfvm-rhr8 CVE-2021-43849
New Contributors
Full Changelog: v5.0.0...v5.0.1
v5.0.0
Major version
What changed
This version no longer has the Swift version in plugin.xml. Make sure to add the Swift version to config.xml
Please set <preference name="SwiftVersion" value="5.0" />
in your config.xml
Full Changelog: v4.1.2...v5.0.0
v4.1.2
What's Changed
Hotfix for 4.1.0 for iOS
- Fix var from #376 by @NiklasMerz in #389
Full Changelog: v4.1.0...v4.1.2
v4.1.0
What's Changed
A failed attempt on Android will not call the error callback immediately, but allow retries. For details see #385 and #345
List
- document Mac catalyst after test by @NiklasMerz in #371
- Fix xcode warn by @DanielRiera in #376
- Don't return plugin error if authentication failed by @seamlink-aalves in #385
New Contributors
- @DanielRiera made their first contribution in #376
- @seamlink-aalves made their first contribution in #385
Full Changelog: v4.0.2...v4.1.0
v4.0.2
Fix logging issue.
Thanks @dementcore
v4.0.1
This fixes an issue that failed attempts don't get reported back to the app properly (on OnePlus devices for example) See #247 and #283
Thanks @BorntraegerMarc and @Abhishek-Kanitkar for helping with this issue.
v4.0.0
Major rewrite!!!
- Support for saving and storing credentials -> Please check out README
- Use AndroidX
- Drop Swift support plugin
See milestone for all changes.
Thanks @exxbrain and @leolio86400 for your big contributions and the long wait.
Significant upgrade. Please report bugs and submit PRs with fixes 😄