Releases: frontegg/frontegg-react-native
Releases · frontegg/frontegg-react-native
Release list
v1.2.19
v1.2.19
- Updated native SDKs to
frontegg-ios-swift1.3.11 /frontegg-android-kotlin1.3.35 — fixes embedded step-up showing a blank page instead of the MFA challenge (requires hosted login box ≥ 7.118.0) - Android:
directLoginActionnow acceptsadditionalQueryParams, matching the JS signature
v1.2.18
v1.2.18
- Added entitlements support —
loadEntitlements(),getFeatureEntitlement(), andgetPermissionEntitlement()to gate features and permissions on-device - Android: fixed
stepUp()andopenAdminPortal()failing to compile in consumer apps (Unresolved reference 'currentActivity')
v1.2.17
v1.2.17
- Added
openAdminPortal()to open the embedded Admin Portal — it opens through the native iOS/Android token bridge, so existing users aren't prompted to log in again - Bumped frontegg-android-kotlin to 1.3.34 and frontegg-ios-swift to 1.3.10
- Android: build now targets JVM 17 (requires JDK 17); minimum
@react-native-async-storage/async-storageraised to 1.19.0 - Android:
BuildConfigis now resolved for white-label apps whereapplicationIddiffers from the package namespace
v1.2.16
v1.2.14
v1.2.13
v1.2.13
- moved arguments in
directLoginAction
v1.2.12
v1.2.12
- added
additionalQueryParamstodirectLoginAction - upgraded Frontegg IOS version to
1.2.32
v1.2.11
v1.2.11
- Added
requestAuthorize- requests authorization using a refresh token and an optional device token cookie.
v1.2.10
v1.2.8
iOS:
- Keychain Data Persistence Configuration: Added support to keep or remove Keychain data upon app reinstall. This feature is configurable via a new property in
Frontegg.plist, allowing more flexibility in how sensitive data is handled across app reinstalls. - Token Refresh Rescheduling: Improved token management by rescheduling token refresh when the internet connection is inactive, ensuring seamless token refresh when the network becomes available again.
Android:
- Security Dependencies Update: Updated security dependencies to enhance app security and compatibility with the latest Android versions.
- Direct Login Action Race Condition Fix: Resolved a race condition issue in the Direct Login Action, improving the reliability of the login process.
- ACCESS_NETWORK_STATE Permission: Added the missing permission for
ACCESS_NETWORK_STATE, enabling better handling of network state detection during token refresh and login actions.