@frontegg/nextjs 6.7.4-alpha.3470823308 → 6.7.4
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.
- package/CHANGELOG.md +39 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [6.7.4](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.3...v6.7.4) (2022-11-15)
|
|
4
|
+
|
|
5
|
+
- Fixed redirect to the app after signing up without forced email verification
|
|
6
|
+
- Fixed admin portal dark theme
|
|
7
|
+
- Added the ability to customize fields and tabs in the admin portal
|
|
8
|
+
- Fixed cleaning up error messages on sign up page when re-visiting the page
|
|
9
|
+
- Fixed resizing the login box when the logo is null
|
|
10
|
+
- Fix the ReCaptcha timeout issue
|
|
11
|
+
|
|
12
|
+
## [6.7.3](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.2...v6.7.3) (2022-11-11)
|
|
13
|
+
|
|
14
|
+
- FR-9186 - support ssr with session and refresh token
|
|
15
|
+
- FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
|
|
16
|
+
|
|
17
|
+
- FR-9186 - fix pipeline
|
|
18
|
+
### AdminPortal 6.36.0:
|
|
19
|
+
-
|
|
20
|
+
|
|
21
|
+
### AdminPortal 6.35.0:
|
|
22
|
+
-
|
|
23
|
+
### AdminPortal 6.34.0:
|
|
24
|
+
-
|
|
25
|
+
|
|
26
|
+
### NextJS Wrapper 6.7.3:
|
|
27
|
+
- FR-9544 - remove console logs
|
|
28
|
+
- FR-9544 - Add support for keep session a live
|
|
29
|
+
- FR-9187 - split cookie if exceeds length of 4096
|
|
30
|
+
|
|
31
|
+
## [6.7.2](https://github.com/frontegg/frontegg-nextjs/compare/v6.7.1...v6.7.2) (2022-10-26)
|
|
32
|
+
|
|
33
|
+
### AdminPortal 6.34.0:
|
|
34
|
+
-
|
|
35
|
+
|
|
36
|
+
### NextJS Wrapper 6.7.2:
|
|
37
|
+
- FR-9186 - Fix Changelog
|
|
38
|
+
- FR-9186 - Generate changelog for pre-release / releases based on AdminPortal and LoginBox changes
|
|
39
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/nextjs",
|
|
3
|
-
"version": "6.7.4
|
|
3
|
+
"version": "6.7.4",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@frontegg/js": "6.43.0",
|
|
6
6
|
"@frontegg/react-hooks": "6.43.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
|
+
}
|