@frontegg/nextjs 6.7.7-alpha.3684130280 → 6.7.7

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 +82 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,82 @@
1
+ # Change Log
2
+
3
+ ## [6.7.7](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.6...v6.7.7) (2022-12-13)
4
+
5
+ - Fixed MFA flow issues
6
+ - Added support for subscriptions billing collection
7
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
8
+ - Added SCIM section in admin portal under FF
9
+
10
+ ## [6.7.6](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.5...v6.7.6) (2022-12-12)
11
+ # v6.7.6
12
+ • Fixed ignoring urlPrefix issue
13
+ • Added the ability to Invite a user by bulk API in the admin portal
14
+ • Fixed OTC digits are not visible on mobile devices
15
+ • Added MFA devices management section in the admin portal under FF
16
+ • Fixed the ability to copy invite link for dynamic base URL as well
17
+ • Added new abilities to MFA flows under FF
18
+ • Added support for providing an external CDN to load fonts in Frontegg components
19
+ • Update hide fields API according to new security tabs naming
20
+ • Changed max length for secret fields to 100 characters
21
+ • Added support for customizing invite user dialog fields
22
+ • Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
23
+
24
+ ### NextJS Wrapper 6.7.6:
25
+ - Improved SSR support for `withFronteggApp` function
26
+
27
+ ## [6.7.5](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.4...v6.7.5) (2022-11-28)
28
+
29
+ # v6.7.5
30
+ - Update hide fields API according to new security tabs naming
31
+ - Changed max length for secret fields to 100 characters
32
+ - Added support for customizing invite user dialog fields
33
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
34
+ - Added support for customizing admin portal navigation hover color
35
+ - Fixed typo of Andorra country in countries dropdown
36
+ - Fixed select popup alignment issue
37
+ - 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)
38
+ - Added mock for feature flags API for admin portal preview mode
39
+ - Fixed resend invitation and activate your account API calls
40
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
41
+ - Added support for customizing fields and tabs in the admin portal
42
+
43
+ ### NextJS Wrapper 6.7.5:
44
+ - Updated next readme to include hosted login box integration
45
+
46
+ ## [6.7.4](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.3...v6.7.4) (2022-11-15)
47
+
48
+ - Fixed redirect to the app after signing up without forced email verification
49
+ - Fixed admin portal dark theme
50
+ - Added the ability to customize fields and tabs in the admin portal
51
+ - Fixed cleaning up error messages on sign up page when re-visiting the page
52
+ - Fixed resizing the login box when the logo is null
53
+ - Fix the ReCaptcha timeout issue
54
+
55
+ ## [6.7.3](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.2...v6.7.3) (2022-11-11)
56
+
57
+ - FR-9186 - support ssr with session and refresh token
58
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
59
+
60
+ - FR-9186 - fix pipeline
61
+ ### AdminPortal 6.36.0:
62
+ -
63
+
64
+ ### AdminPortal 6.35.0:
65
+ -
66
+ ### AdminPortal 6.34.0:
67
+ -
68
+
69
+ ### NextJS Wrapper 6.7.3:
70
+ - FR-9544 - remove console logs
71
+ - FR-9544 - Add support for keep session a live
72
+ - FR-9187 - split cookie if exceeds length of 4096
73
+
74
+ ## [6.7.2](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.1...v6.7.2) (2022-10-26)
75
+
76
+ ### AdminPortal 6.34.0:
77
+ -
78
+
79
+ ### NextJS Wrapper 6.7.2:
80
+ - FR-9186 - Fix Changelog
81
+ - FR-9186 - Generate changelog for pre-release / releases based on AdminPortal and LoginBox changes
82
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
- "version": "6.7.7-alpha.3684130280",
3
+ "version": "6.7.7",
4
4
  "dependencies": {
5
5
  "@frontegg/js": "6.51.0",
6
6
  "@frontegg/react-hooks": "6.51.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
+ }