@frontegg/nextjs 6.7.6-alpha.3676548486 → 6.7.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +75 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,75 @@
1
+ # Change Log
2
+
3
+ ## [6.7.6](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.5...v6.7.6) (2022-12-12)
4
+ # v6.7.6
5
+ • Fixed ignoring urlPrefix issue
6
+ • Added the ability to Invite a user by bulk API in the admin portal
7
+ • Fixed OTC digits are not visible on mobile devices
8
+ • Added MFA devices management section in the admin portal under FF
9
+ • Fixed the ability to copy invite link for dynamic base URL as well
10
+ • Added new abilities to MFA flows under FF
11
+ • Added support for providing an external CDN to load fonts in Frontegg components
12
+ • Update hide fields API according to new security tabs naming
13
+ • Changed max length for secret fields to 100 characters
14
+ • Added support for customizing invite user dialog fields
15
+ • Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
16
+
17
+ ### NextJS Wrapper 6.7.6:
18
+ - Improved SSR support for `withFronteggApp` function
19
+
20
+ ## [6.7.5](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.4...v6.7.5) (2022-11-28)
21
+
22
+ # v6.7.5
23
+ - Update hide fields API according to new security tabs naming
24
+ - Changed max length for secret fields to 100 characters
25
+ - Added support for customizing invite user dialog fields
26
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
27
+ - Added support for customizing admin portal navigation hover color
28
+ - Fixed typo of Andorra country in countries dropdown
29
+ - Fixed select popup alignment issue
30
+ - Changed no local authentication feature to also hide the sign-up form when there is no local authentication option (use only social logins and SSO for signing up)
31
+ - Added mock for feature flags API for admin portal preview mode
32
+ - Fixed resend invitation and activate your account API calls
33
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
34
+ - Added support for customizing fields and tabs in the admin portal
35
+
36
+ ### NextJS Wrapper 6.7.5:
37
+ - Updated next readme to include hosted login box integration
38
+
39
+ ## [6.7.4](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.3...v6.7.4) (2022-11-15)
40
+
41
+ - Fixed redirect to the app after signing up without forced email verification
42
+ - Fixed admin portal dark theme
43
+ - Added the ability to customize fields and tabs in the admin portal
44
+ - Fixed cleaning up error messages on sign up page when re-visiting the page
45
+ - Fixed resizing the login box when the logo is null
46
+ - Fix the ReCaptcha timeout issue
47
+
48
+ ## [6.7.3](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.2...v6.7.3) (2022-11-11)
49
+
50
+ - FR-9186 - support ssr with session and refresh token
51
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
52
+
53
+ - FR-9186 - fix pipeline
54
+ ### AdminPortal 6.36.0:
55
+ -
56
+
57
+ ### AdminPortal 6.35.0:
58
+ -
59
+ ### AdminPortal 6.34.0:
60
+ -
61
+
62
+ ### NextJS Wrapper 6.7.3:
63
+ - FR-9544 - remove console logs
64
+ - FR-9544 - Add support for keep session a live
65
+ - FR-9187 - split cookie if exceeds length of 4096
66
+
67
+ ## [6.7.2](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.1...v6.7.2) (2022-10-26)
68
+
69
+ ### AdminPortal 6.34.0:
70
+ -
71
+
72
+ ### NextJS Wrapper 6.7.2:
73
+ - FR-9186 - Fix Changelog
74
+ - FR-9186 - Generate changelog for pre-release / releases based on AdminPortal and LoginBox changes
75
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
- "version": "6.7.6-alpha.3676548486",
3
+ "version": "6.7.6",
4
4
  "dependencies": {
5
5
  "@frontegg/js": "6.50.0",
6
6
  "@frontegg/react-hooks": "6.50.0",
@@ -16,4 +16,4 @@
16
16
  "main": "./index.cjs.js",
17
17
  "module": "./index.esm.js",
18
18
  "typings": "./index.d.ts"
19
- }
19
+ }