Skip to content

Releases: frontegg/frontegg-react

v7.0.7

05 Sep 15:50
d6d7d19
Compare
Choose a tag to compare

v7.0.7

  • FR-17760 - Fix empty lastSeen column on expanded user info
  • FR-17762 - Fix tree component using mui/x-tree-view
  • FR-17517 - Fix login direct action race condition

v7.0.6

03 Sep 08:33
978461c
Compare
Choose a tag to compare

v7.0.6

  • FR-17649 - Fix autofill sms code iOS SDK
  • FR-17650 - Fix auto capitalize email input in login page

v7.0.5

01 Sep 11:53
8c2466c
Compare
Choose a tag to compare

v7.0.5

  • FR-17443 - Fix infinite loader when using direct login action

v7.0.4

28 Aug 16:32
48dc6c6
Compare
Choose a tag to compare

v7.0.4

  • FR-17626 - Fix clientId on request authorize for multi-apps
  • FR-17182 - Fix copy invite user link in hosted admin portal

v7.0.3

26 Aug 08:02
5e40c5c
Compare
Choose a tag to compare

v7.0.3

v7.0.2

22 Aug 09:24
2a27244
Compare
Choose a tag to compare

v7.0.2

  • FR-17531 - Prevent loading embedded views while hosted login is true

v7.0.1

18 Aug 10:23
db9ade2
Compare
Choose a tag to compare

v7.0.1

  • FR-17169 - Added support in send unlock account email

v7.0.0

15 Aug 08:42
6870cac
Compare
Choose a tag to compare

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 be async/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 version v3.9.7 to v5.5.4. This update ensures compatibility with the latest TypeScript features and improves overall type-checking and developer experience.

  • Testing Framework:
    Upgraded Jest to version v29. 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 version 16 to 18.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.0.48

22 Jul 12:26
4a76a46
Compare
Choose a tag to compare

v6.0.48

  • FR-16990 - Fixed social logins container styling
  • FR-17117 - Added URL validation to direct login action

v6.0.47

18 Jul 11:15
e3ee0b2
Compare
Choose a tag to compare

v6.0.47

  • FR-17009 - Add the option to disable/enable users from users table