You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/passkeys/passkeys_web/CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 2.8.1
2
+
* Fixed plugin registration bug where `implements: test_plugin` prevented `PasskeysWeb` from being automatically included in Flutter's generated `web_plugin_registrant.dart`. Changed to `implements: passkeys` to match other platform implementations. This fixes `UnimplementedError` when calling passkey methods on web without manual registration.
3
+
1
4
## 2.8.0
2
5
* Fixed Attestation not being passed correctly to the register function
3
6
* Fixed potential JSValue not being string exception
0 commit comments