v3.1.0
Release Notes 3.1.0 - 2025-09-30
Highlights
- Added safety feature to prevent users from unlinking their only authentication method
- Renamed authentication services for better consistency (AppleSignInService, GoogleSignInService)
- Cleaned up configuration by removing unused color property
Changes
- Added:
preventUnlinkingLastProviderparameter (defaults totrue) to prevent unlinking the last provider,shouldShowButton(for:)method for conditional button visibility - Changed: Renamed
AppleSignInCoordinator→AppleSignInService,GoogleSignInHandler→GoogleSignInService(deprecated but available), updated documentation, reorganized provider architecture - Removed:
linkButtonColorfromAccountLinkSectionColorsConfig
(For full details, see CHANGELOG.md)