Releases: frontegg/frontegg-angular
v7.5.0
v7.5.0
-
FR-17943 - Added code pages
-
FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
-
FR-18211 - Fixed email overlapping roles field
-
FR-18356 - Fixed validations localization override type
v7.4.0
v7.4.0
- FR-18217 - Fixed impersonation on embedded
- FR-18167 - Fixed back to login on magic link
- FR-8030 - Fixed website dialog cancel button typeography
- FR-17760 - Fixed empty lastSeen column on expanded user info
- FR-17762 - Fixed tree component using mui/x-tree-view
- FR-17517 - Fixed login direct action race condition
- FR-17649 - Fixed autofill sms code iOS SDK
- FR-17650 - Fixed auto capitalize email input in login page
- FR-17443 - Fixed infinite loader when using direct login action
v7.3.0
v7.3.0
- FR-17626 - Fix clientId on request authorize for multi-apps
- FR-17182 - Fix copy invite user link in hosted admin portal
v7.2.0
v7.2.0
v7.1.0
v7.1.0
- FR-17169 - Added support in send unlock account email
v7.0.0
v7.0.0
🚀 Major Changes
- Store Management:
Replaced the existing Redux store with Valtio. This change significantly reduces the bundle size, removes the boilerplate code associated with generator functions, and enables actions to beasync/await
. The new approach provides better stack traces and allows actions to be awaited directly, eliminating the need for callback functions.
🔧 Upgrades
-
TypeScript:
Upgraded TypeScript from versionv3.9.7
tov5.5.4
. This update ensures compatibility with the latest TypeScript features and improves overall type-checking and developer experience. -
Testing Framework:
Upgraded Jest to versionv29
. This upgrade includes performance improvements, new features, and bug fixes, ensuring more reliable and faster tests. -
UI Dependencies:
Upgraded Material UI, Emotion, and Stylis to their latest versions, enhancing UI component performance, styling flexibility, and overall user experience. -
Node.js:
Upgraded Node.js from version16
to18.18
, ensuring compatibility with the latest features and security updates.
🛠 Enhancements
-
Refactor:
Refactored code to use nested imports in Material UI, which helps reduce bundle size. -
Dependencies:
Incremented various dependencies, Node.js, and TypeScript to align with the latest standards and ensure better performance and security. -
New Feature:
Added a "Resend Invitation Email" action to the users table on the "All Accounts" page, improving user management capabilities.
⚠️ Breaking Changes
- Permissions & Privacy Page:
Removed permissions from the privacy page. The user privacy page will now be displayed for all users in the admin portal.
v6.34.0
v6.34.0
- FR-16990 - Fixed social logins container styling
- FR-17117 - Added URL validation to direct login action
v6.33.0
v6.33.0
- FR-17009 - Add the option to disable/enable users from users table
v6.32.0
v6.32.0
- FR-17055 - Fix SSO redirect race condition
v6.31.0
v6.31.0
- FR-16987 - Add additional params to vanilla js loginWithRedircet
- FR-16960 - Fix typography color in SSO guides dark mode