@frontegg/nextjs 9.1.2-alpha.12010090267 → 9.2.0
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 +66 -78
- package/index.js +1 -1
- package/package.json +1 -1
- package/sdkVersion.js +1 -1
- package/sdkVersion.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,88 +1,76 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## [9.
|
|
4
|
-
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [9.2.0](https://github.com/frontegg/frontegg-nextjs/compare/v9.1.1...v9.2.0) (2024-11-25)
|
|
4
|
+
|
|
5
5
|
- FR-18699 - Removed entitlements automatic 30 seconds refresh mechanism
|
|
6
6
|
- FR-18138 - Added logic to improve login box and admin portal stability and resiliency
|
|
7
7
|
- FR-18646 - Fixed missing permissions with wildcard on custom roles
|
|
8
8
|
- FR-18341 - Fixed Google Chrome Translate feature causes a crash
|
|
9
9
|
- FR-16902 - Fixed login box scroll on mobile browsers
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
### NextJS Wrapper 9.
|
|
13
|
-
- FR-17280 -
|
|
14
|
-
|
|
15
|
-
## [9.1.1](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.5...v9.1.1) (2024-11-12)
|
|
16
|
-
|
|
17
|
-
- FR-18594 - Fixed blinking bug On IP and domain page
|
|
18
|
-
- FR-18499 - Fixed otc page blink
|
|
19
|
-
- FR-18005 - Fixed search api tokens with null descriptions
|
|
20
|
-
- FR-18499 - Fixed activate with code and password
|
|
21
|
-
- FR-18582 - Fixed loader size and wrong massage
|
|
22
|
-
|
|
23
|
-
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### NextJS Wrapper 9.2.0:
|
|
13
|
+
- FR-17280 - Fixed NextJS v15 build issue
|
|
14
|
+
|
|
15
|
+
## [9.1.1](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.5...v9.1.1) (2024-11-12)
|
|
16
|
+
|
|
17
|
+
- FR-18594 - Fixed blinking bug On IP and domain page
|
|
18
|
+
- FR-18499 - Fixed otc page blink
|
|
19
|
+
- FR-18005 - Fixed search api tokens with null descriptions
|
|
20
|
+
- FR-18499 - Fixed activate with code and password
|
|
21
|
+
- FR-18582 - Fixed loader size and wrong massage
|
|
24
22
|
- FR-18561 - Fixed get ip metadata when app name is provided
|
|
25
23
|
- FR-17091 - Fixed long name in groups and roles
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
- FR-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
- FR-
|
|
32
|
-
- FR-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
- FR-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- FR-
|
|
42
|
-
|
|
43
|
-
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
- FR-
|
|
51
|
-
- FR-
|
|
52
|
-
|
|
53
|
-
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
- FR-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
- FR-
|
|
67
|
-
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
- FR-18442 - Fix Nextjs session store injection and support SSG pages
|
|
77
|
-
- Fix session abandoned when accessing not found page
|
|
78
|
-
- Export FronteggAppRouterAsync to be imported by '@frontegg/nextjs/app'
|
|
79
|
-
- Add Support for NextJS 15
|
|
80
|
-
|
|
81
|
-
## [9.0.4](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.3...v9.0.4) (2024-10-22)
|
|
82
|
-
|
|
83
|
-
- FR-18356 - Fixed validations localization override type
|
|
84
|
-
|
|
85
|
-
|
|
24
|
+
- FR-18529 - Fixed empty roles field bug when appName is provided
|
|
25
|
+
- FR-18516 - Fixed redundant function
|
|
26
|
+
- FR-18476 - Added url for beforeRequestInterceptor function
|
|
27
|
+
- FR-18476 - Added request interceptor
|
|
28
|
+
- FR-18472 - Fixed Google one tap login stuck after unmounting login/signup unmounted
|
|
29
|
+
- FR-18436 - Fixed activate account with empty redirect bug
|
|
30
|
+
- FR-17943 - Added code pages
|
|
31
|
+
- FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
|
|
32
|
+
- FR-18211 - Fixed email overlapping roles field
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### NextJS Wrapper 9.1.1:
|
|
36
|
+
- FR-17280 - fix next js 15 build & update example app project middleware
|
|
37
|
+
- FR-18495 - refresh the token when it has expired
|
|
38
|
+
- FR-18442 - Remove cookies when landing on oauth/callback to support after hosted login activate account succeeded
|
|
39
|
+
- FR-18442 - Fix Nextjs session store injection and support SSG pages
|
|
40
|
+
- Fix session abandoned when accessing not found page
|
|
41
|
+
- Export FronteggAppRouterAsync to be imported by '@frontegg/nextjs/app'
|
|
42
|
+
|
|
43
|
+
## [9.0.5](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.4...v9.0.5) (2024-10-31)
|
|
44
|
+
|
|
45
|
+
- FR-18476 - Added url for beforeRequestInterceptor function
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
- FR-18476 - Added request interceptor
|
|
49
|
+
- FR-18472 - Fixed Google one tap login stuck after unmounting login/signup unmounted
|
|
50
|
+
|
|
51
|
+
- FR-18436 - Fixed activate account with empty redirect bug
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
- FR-17943 - Added code pages
|
|
55
|
+
|
|
56
|
+
- FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
|
|
57
|
+
- FR-18211 - Fixed email overlapping roles field
|
|
58
|
+
|
|
59
|
+
- FR-18356 - Fixed validations localization override type
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
### NextJS Wrapper 9.0.5:
|
|
63
|
+
- FR-18442 - Remove cookies when landing on oauth/callback to support after hosted login activate account succeeded
|
|
64
|
+
- FR-18442 - Fix Nextjs session store injection and support SSG pages
|
|
65
|
+
- Fix session abandoned when accessing not found page
|
|
66
|
+
- Export FronteggAppRouterAsync to be imported by '@frontegg/nextjs/app'
|
|
67
|
+
- Add Support for NextJS 15
|
|
68
|
+
|
|
69
|
+
## [9.0.4](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.3...v9.0.4) (2024-10-22)
|
|
70
|
+
|
|
71
|
+
- FR-18356 - Fixed validations localization override type
|
|
72
|
+
|
|
73
|
+
|
|
86
74
|
# Change Log
|
|
87
75
|
|
|
88
76
|
## [9.0.3](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.2...v9.0.3) (2024-10-10)
|
package/index.js
CHANGED
package/package.json
CHANGED
package/sdkVersion.js
CHANGED
package/sdkVersion.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdkVersion.js","names":["version"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '9.
|
|
1
|
+
{"version":3,"file":"sdkVersion.js","names":["version"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '9.2.0' };\n"],"mappings":";;;;;;iCAAe;EAAEA,OAAO,EAAE;AAAQ,CAAC","ignoreList":[]}
|