Skip to content

Releases: frontegg/frontegg-vue

v4.0.0

15 Aug 08:41
d6bef58
Compare
Choose a tag to compare

v4.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.

v3.0.37

22 Jul 12:26
5db197b
Compare
Choose a tag to compare

v3.0.37

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

v3.0.36

18 Jul 11:07
47e1462
Compare
Choose a tag to compare

v3.0.36

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

v3.0.35

16 Jul 08:43
3e7ae51
Compare
Choose a tag to compare

v3.0.35

  • FR-17055 - Fix SSO redirect race condition

v3.0.34

10 Jul 14:03
d2870c3
Compare
Choose a tag to compare

v3.0.34

  • FR-16987 - Add additional params to vanilla js loginWithRedircet
  • FR-16960 - Fix typography color in SSO guides dark mode

v3.0.33

09 Jul 07:32
4e4a143
Compare
Choose a tag to compare

v3.0.33

  • FR-16737 - Allow terms and conditions checkbox on sign up form being optional

v3.0.32

04 Jul 13:08
a14fe32
Compare
Choose a tag to compare

v3.0.32

  • FR-16881 - Fixed hosted login redirect url when using basename
  • FR-16812 - Fixed dark theme disabled input palette
  • FR-16704 - Fixed password meter unsuspended async component

v3.0.31

30 Jun 14:26
af01a40
Compare
Choose a tag to compare

v3.0.31

FR-15484 - Fix update tenant state after account settings change
FR-16613 - Add automatic sub-account access in MSP

v3.0.30

05 Jun 12:09
fb6f58f
Compare
Choose a tag to compare

v3.0.30

  • FR-16513 - Show client id on all tokens in API tokens table

v3.0.29

28 May 12:40
2a83881
Compare
Choose a tag to compare

v3.0.29

  • FR-16341 - Support hiding columns in admin portal users table