Releases: frontegg/frontegg-nextjs
v8.0.15
v8.0.15
- FR-15270 - Added new roles page to the Admin Portal
- FR-15395 - Fixed tab tenant not cleared after logout
v8.0.14
v8.0.14
NextJS Wrapper 8.0.14:
- FR-15305 - Fixed changed fields sent on edit group to support SCIM group update
- FR-15219 - Fixed missing row actions in users table when using MSP
- FR-15126 - Fixed MSP invite user dialog
- FR-15100 - Fixed Apple custom SSO scopes
v8.0.13
Overview
We are excited to announce the release of @frontegg/nextjs version 8.0.13. This version introduces critical updates designed to enhance the performance and modularity of the package for developers integrating Frontegg with Next.js applications.
Key Changes and Migration Guide
Middleware Export Modification (FR-15208)
Change Description:
-
Middleware Export Removed from Default Index.js: To improve the separation of front-end and back-end code, we have removed the middleware export from the default index.js.
-
New Import Path for Frontegg API Middleware: The Frontegg API middleware is now explicitly imported from @frontegg/nextjs/middleware. This adjustment prevents Node.js dependencies from being loaded into client-side code, leading to better performance and smaller bundle sizes.
-
Update Middleware Imports: Replace any imports of Frontegg middleware from the default package export with the new path.
Change:import { FronteggApiMiddleware } from '@frontegg/nextjs';
To:
import { FronteggApiMiddleware } from '@frontegg/nextjs/middleware';
This change needs to be applied wherever the middleware is being imported in your project.
Additional Updates
- Sample Repository Creation (FR-15157): We've also introduced a sample repository featuring a quick deployment flow, detailed in the README file, to assist developers in swiftly integrating and utilizing @frontegg/nextjs.
v8.0.12
v8.0.12
NextJS Wrapper 8.0.12:
- FR-15071 - Rewrite cookies on failure requests to support Microsoft SSO activation process
- FR-13875 - Added support for logout hosted login in middleware
- FR-14458 - Fixed error on middleware request since NextJs V14.0.2
v8.0.11
v8.0.11
NextJS Wrapper 8.0.11:
- FR-13875 - Support idle-session, logout hosted login in middleware
- FR-14458 - Fixed error on middleware request since NextJs V14.0.2
- FR-14800 - remove app url end char if is /
v8.0.10
v8.0.10
-
FR-14578 - Fixed custom login without tenant alias
-
FR-14638 - Missing exp on user interface
-
FR-14560 - added temporary users feature
-
FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
-
FR-14219 - Step up - Embedded flow
-
FR-14324 - Fix direct login custom social login
-
FR-10692 - Remove the ability to select a full category on webhooks page
NextJS Wrapper 8.0.10:
- FR-14679 - remove-redundant-env-config-types-from-app-provider
v8.0.9
v8.0.9
- FR-10692 - Remove the ability to select a full category on webhooks page
- FR-14287 - Fix grammar of 1 day expiry of api tokens
- FR-14308 - Fixed alignment issue with icon in custom social login button
NextJS Wrapper 8.0.9:
- FR-14438 - disable sending body in the middleware if the request method is 'GET'
v8.0.8
v8.0.8
- FR-13527 - Added a11y support for admin portal pages: SSO, security, profile, personal tokens, users, groups, provisioning, audit logs, API tokens, webhooks, and account details.
v8.0.7
v8.0.7
- FR-14201 - Fixed login with SMS resend code action
- FR-13913 - Let tenants and users set an expiry on client credentials API tokens
- FR-14099 - Fix load custom login routes only when necessary
- FR-13605 - Support adding a phone number field to the signup page and control his required state
- FR-13123 - Added support to provide scopes for social logins
v8.0.6
v8.0.6
- FR-13508 - Mobile native module bridge
- FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
- FR-13808 - Support Login with SMS
- FR-13786 - Support tab per tenant