Releases: frontegg/frontegg-nextjs
Releases · frontegg/frontegg-nextjs
v6.7.15
v6.7.15
NextJS Wrapper 6.7.15:
- FR-10557 - Fix logout bug, Fix errors in embedded
- FR-10557 - Improve NextJS navigation
- FR-10557 - update middleware example code, add option to check if should bypass middleware
- FR-10557 - Fix url for hosted login refresh token
- FR-10557 - Fix jose import JWK key
- FR-10557 - Fix social login embedded mode
- FR-10557 - Add playwright tests for FornteggMiddleware
- Bump http-cache-semantics from 4.1.0 to 4.1.1
- FR-10557 - Add playwright for testing + Fix cookie parsing
v6.7.14
v6.7.14
NextJS Wrapper 6.7.14:
- FR-10557 - Create proxy single request handler instead of handler per request
v6.7.13
v6.7.13
NextJS Wrapper 6.7.13:
- FR-10557 - Bypass session creation if bodyStr is empty
v6.7.12
v6.7.12
Added
- FR-10437 - Create color picker component for group indication
- FR-10017 - Add email property type to all email HTML inputs
- FR-10483 - Added the option to customize forget password button
- FR-10184 - Add access tokens page to AdminPortal
Changed
- FR-10485 - Update
@frontegg/rest-api
package version - FR-10489 - SCIM UI enhancements
- FR-10374 - Split mode UI enhancements
- FR-9995 - Change accept Invitation text and icon
Fix
- FR-10549 - Fix bug in login with SMS
- FR-10518 - Fix ClientID not show in model
- FR-10501 - Fix mobile width of login box
- FR-10196 - Fix scroll in privacy page
NextJS Wrapper 6.7.12:
- FR-10597 - Set default tenants state if not logged in
- FR-10584 - Set searchParam as optional in FronteggAppRouter
- FR-10557 - Improve FronteggMiddleware request handler
v6.7.11
v6.7.11
- FR-10549 - fix error login with sms
- FR-10437 - select color
- FR-10518 - fix client id not show in model
- FR-10485 - Update restapi version
- FR-10017 - add email type to all email inputs
- FR-10501 - Fix mobile width of login box
- FR-10196 - Fix scroll in privacy page
- FR-10489 - update scim ui
- FR-10483 - Added the option to customize forget password button
- FR-10374 - improve values ui in split mode
- FR-10184 - add access tokens
- FR-9995 - Accept Invitation text and icon change
- FR-10261 - fix sign up position in dark theme
- FR-10369 - change mfa ff name
- FR-10330 - fixes for bulk
- FR-9816 - Fix branch selection
- FR-10112 - update admin box pipeline angular
- FR-10141 - update rest-api
- FR-9816 - fix version
NextJS Wrapper 6.7.11:
- FR-10584 - Set searchParam as optional in FronteggAppRouter
- FR-10557 - Improve FronteggMiddleware request handler
- FR-10379 - disable refresh token by default for ssr
- FR-10141 - Added support for logout on hosted login
- FR-10342 - update readme for app directory
- Bump json5 from 1.0.1 to 1.0.2
- Update Frontegg AdminPortal to 6.58.0
v6.7.10
v6.7.10
- Added support for built-in authenticators, security keys, and SMS as MFA methods
- Fixed sign up position in dark theme
- Added margin to login error
- Disabled silent refresh token for SSR
- Added support for logout on hosted login
- Fixed session without keepSessionAlive
v6.7.9
- Added support for next 13- app directory and server components
- Added support for tree shaking
- Added support for getSession on edge run time
- Update iron-session to decrease bundle size
v6.7.8
v6.7.8
- Fixed mfa input on mobile
- Enabled scim without roles
- Fixed menu component for dark theme
- Added api navigation icon
- Added tests for mfa
- Added apple social login types
- Added support for Hiding Invoices
v6.7.7
v6.7.7
- Fixed MFA flow issues
- Added support for subscriptions billing collection
- Fixed the issue of the OTC screen submit button being disabled on mobile devices
- Added SCIM section in admin portal under FF
v6.7.6
v6.7.6
• Fixed ignoring urlPrefix issue
• Added the ability to Invite a user by bulk API in the admin portal
• Fixed OTC digits are not visible on mobile devices
• Added MFA devices management section in the admin portal under FF
• Fixed the ability to copy invite link for dynamic base URL as well
• Added new abilities to MFA flows under FF
• Added support for providing an external CDN to load fonts in Frontegg components
• Update hide fields API according to new security tabs naming
• Changed max length for secret fields to 100 characters
• Added support for customizing invite user dialog fields
• Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
NextJS Wrapper 6.7.6:
- Improved SSR support for
withFronteggApp
function