Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
7.0.1 (2025-01-22)
Bug Fixes
- android: Update kotlin_version to support JDK 21
7.0.0 (2025-01-22)
Warning This version has a known issue with JDK 21. Please use version 7.0.1 or later.
Features
- Update minimum target SDK versions to align with Capacitor 7
- Android: Target SDK 35
- iOS: Target iOS 14+
6.0.5 (2025-01-09)
Bug Fixes
- android: throw errors when manually redirecting out of the Auth UI on Android 14+ (afef260)
- ios: resolve premature private browser dismissal during logout (ef96876)
6.0.4 (2024-12-10)
Bug Fixes
- prevent compile error on android when checking for encoded token (47596e8)
6.0.3 (2024-11-22)
Bug Fixes
- add errors when trying to parse encrypted tokens in unsupported methods (9d978b2)
- ios: add errors when trying to parse encrypted tokens in unsupported methods (47d3a1e)
- ng: resolve issues with the current UX tutorial (#299) (f057541)
[6.0.2] (2024-09-11)
Bug Fixes
- android: remove deep link intent filter if auth host is not set
- ios: prevent app crashing on logout when using URL scheme for redirect
[6.0.1] (2024-08-08)
Bug Fixes
- android: add mi browser to scam protection list
- iOS: private browser not closing on logout
[6.0.0] (2024-04-25)
Bug Fixes
- android: add proper deep linking configuration and upgrading steps
[6.0.0-beta.0] (2024-04-15)
Note: Version bump only for package @ionic-enterprise/auth
[5.1.3] (2024-01-09)
Bug Fixes
- Re-generate random strings if it contains
--
[5.1.2] (2023-12-21)
Bug Fixes
- android: add separate error for if redirect fails
- android: force custom tabs to use non-antivirus browser
[5.1.1] (2023-10-18)
Bug Fixes
- android: Handle uncaught offline connection errors
[5.1.0] (2023-10-11)
Features
- add ability to refresh scopes in
refreshSession
[5.0.10] (2023-10-04)
Bug Fixes
- web: encode state param as base64 to align with stricter auth providers (Cognito)
[5.0.9] (2023-09-21)
Bug Fixes
- iOS: Fixing crash when opening deep link after dismissing auth dialog
- properly pass state url param on login
[5.0.8] (2023-09-14)
Bug Fixes
- android: Adding missing gradle KotlinCompile import
[5.0.7] (2023-09-11)
Bug Fixes
- android: align jvm version with kotlin compile
- android: Fix handling of non-auth deep-links
[5.0.6] (2023-08-17)
Bug Fixes
- use js sha to avoid unsafe-wasm csp issues