Skip to content

v3.1.0

Choose a tag to compare

@nikolainobadi nikolainobadi released this 30 Sep 20:41
· 3 commits to main since this release
dc45e6e

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: preventUnlinkingLastProvider parameter (defaults to true) to prevent unlinking the last provider, shouldShowButton(for:) method for conditional button visibility
  • Changed: Renamed AppleSignInCoordinatorAppleSignInService, GoogleSignInHandlerGoogleSignInService (deprecated but available), updated documentation, reorganized provider architecture
  • Removed: linkButtonColor from AccountLinkSectionColorsConfig

(For full details, see CHANGELOG.md)