@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 CHANGED
@@ -1,88 +1,76 @@
1
- # Change Log
2
-
3
- ## [9.1.2](https://github.com/frontegg/frontegg-nextjs/compare/v9.1.1...v9.1.2) (2024-11-25)
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.1.2:
13
- - FR-17280 - fix next js 15 build & update example app project middleware
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-18529 - Fixed empty roles field bug when appName is provided
29
-
30
-
31
- - FR-18516 - Fixed redundant function
32
- - FR-18476 - Added url for beforeRequestInterceptor function
33
-
34
-
35
- - FR-18476 - Added request interceptor
36
- - FR-18472 - Fixed Google one tap login stuck after unmounting login/signup unmounted
37
-
38
- - FR-18436 - Fixed activate account with empty redirect bug
39
-
40
-
41
- - FR-17943 - Added code pages
42
-
43
- - FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
44
- - FR-18211 - Fixed email overlapping roles field
45
-
46
-
47
- ### NextJS Wrapper 9.1.1:
48
- - FR-17280 - fix next js 15 build & update example app project middleware
49
- - FR-18495 - refresh the token when it has expired
50
- - FR-18442 - Remove cookies when landing on oauth/callback to support after hosted login activate account succeeded
51
- - FR-18442 - Fix Nextjs session store injection and support SSG pages
52
- - Fix session abandoned when accessing not found page
53
- - Export FronteggAppRouterAsync to be imported by '@frontegg/nextjs/app'
54
-
55
- ## [9.0.5](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.4...v9.0.5) (2024-10-31)
56
-
57
- - FR-18476 - Added url for beforeRequestInterceptor function
58
-
59
-
60
- - FR-18476 - Added request interceptor
61
- - FR-18472 - Fixed Google one tap login stuck after unmounting login/signup unmounted
62
-
63
- - FR-18436 - Fixed activate account with empty redirect bug
64
-
65
-
66
- - FR-17943 - Added code pages
67
-
68
- - FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
69
- - FR-18211 - Fixed email overlapping roles field
70
-
71
- - FR-18356 - Fixed validations localization override type
72
-
73
-
74
- ### NextJS Wrapper 9.0.5:
75
- - FR-18442 - Remove cookies when landing on oauth/callback to support after hosted login activate account succeeded
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
@@ -1,4 +1,4 @@
1
- /** @license Frontegg v9.1.2-alpha.12010090267
1
+ /** @license Frontegg v9.2.0
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/nextjs",
3
3
  "libName": "FronteggNextJs",
4
- "version": "9.1.2-alpha.12010090267",
4
+ "version": "9.2.0",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "repository": {
package/sdkVersion.js CHANGED
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = exports.default = {
8
- version: '9.1.2-alpha.12010090267'
8
+ version: '9.2.0'
9
9
  };
10
10
  //# sourceMappingURL=sdkVersion.js.map
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.2-alpha.12010090267' };\n"],"mappings":";;;;;;iCAAe;EAAEA,OAAO,EAAE;AAA0B,CAAC","ignoreList":[]}
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":[]}