File tree Expand file tree Collapse file tree 9 files changed +24
-10
lines changed Expand file tree Collapse file tree 9 files changed +24
-10
lines changed Original file line number Diff line number Diff line change 2020
2121<!-- Use this script instead when you are developing to check changes in real-time -->
2222<!-- <script src="bundle.js" type="application/javascript"></script> -->
23- < script src ="https://github.com/corbado/flutter-passkeys/releases/download/2.4 .0/bundle.js "> </ script >
23+ < script src ="https://github.com/corbado/flutter-passkeys/releases/download/2.5 .0/bundle.js "> </ script >
2424< script src ="flutter_bootstrap.js " type ="application/javascript "> </ script >
2525</ body >
2626</ html >
Original file line number Diff line number Diff line change 1+ ## 2.11.0
2+ * Makes ` authSelectionType ` optional.
3+
14## 2.10.0
25* ` hasPasskeySupport ` now verifies that the Android API level is 28 or higher.
36* Fixed an issue that occurred when running the app on Android devices without Google Play Services.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: passkeys_android
22description : Android implementation of the Corbado passkeys plugin. Manages the creation of passkeys on Android devices.
33homepage : https://docs.corbado.com/overview/welcome
44repository : https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_android
5- version : 2.10 .0
5+ version : 2.11 .0
66
77environment :
88 sdk : " >=3.0.0 <4.0.0"
@@ -20,7 +20,7 @@ flutter:
2020dependencies :
2121 flutter :
2222 sdk : flutter
23- passkeys_platform_interface : ^2.3.1
23+ passkeys_platform_interface : ^2.4.0
2424
2525dev_dependencies :
2626 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 1.2.0
2+
3+ * Fixes a bug where conditional UI abortion on Web is considered as a PlatformAuthenticationCancellation Exception.
4+
15## 1.1.0
26
3- * Addes new ` PasskeyUnsupportedException ` documentation
7+ * Addes new ` PasskeyUnsupportedException ` documentation.
48
59## 1.0.0
610
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: passkeys_doctor
22description : " Internal debugging tools used to help with passkeys package."
33homepage : https://docs.corbado.com/overview/welcome
44repository : https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_doctor
5- version : 1.1 .0
5+ version : 1.2 .0
66
77environment :
88 sdk : " >=3.0.0 <4.0.0"
@@ -14,7 +14,7 @@ dependencies:
1414 http : ^1.3.0
1515 device_info_plus : ^11.2.0
1616 package_info_plus : ^8.3.0
17- passkeys_platform_interface : ^2.3.1
17+ passkeys_platform_interface : ^2.4.0
1818 passkeys_ios : ^2.6.1
1919
2020dev_dependencies :
Original file line number Diff line number Diff line change 1+ ## 2.9.0
2+ * Makes ` authSelectionType ` optional
3+
14## 2.8.0
25* Fixes UIWindow unwrapping issue when building iOS app with Flutter 3.35.0+
36
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: passkeys_ios
22description : iOS implementation of the Corbado passkeys plugin. Manages the creation of passkeys on iOS devices.
33homepage : https://docs.corbado.com/overview/welcome
44repository : https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_ios
5- version : 2.8 .0
5+ version : 2.9 .0
66
77environment :
88 sdk : " >=3.0.0 <4.0.0"
@@ -19,7 +19,7 @@ flutter:
1919dependencies :
2020 flutter :
2121 sdk : flutter
22- passkeys_platform_interface : ^2.3.1
22+ passkeys_platform_interface : ^2.4.0
2323
2424dev_dependencies :
2525 flutter_test :
Original file line number Diff line number Diff line change 1+ ## 2.7.0
2+ * Made ` authSelectionType ` optional.
3+ * Added new ` suppressedError ` .
4+
15## 2.6.0
26* Added passkey JS bundle check to ensure the passkey JS bundle is loaded before initializing the PasskeyAuthenticator.
37
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: passkeys_web
22description : Web implementation of the Corbado passkeys plugin. Manages the creation of passkeys in browsers.
33homepage : https://docs.corbado.com/overview/welcome
44repository : https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_web
5- version : 2.6 .0
5+ version : 2.7 .0
66
77environment :
88 sdk : " >=3.0.0 <4.0.0"
@@ -22,7 +22,7 @@ dependencies:
2222 flutter_web_plugins :
2323 sdk : flutter
2424 json_annotation : ^4.8.1
25- passkeys_platform_interface : ^2.3.1
25+ passkeys_platform_interface : ^2.4.0
2626 web : ^1.1.1
2727
2828dev_dependencies :
You can’t perform that action at this time.
0 commit comments