@frontegg/nextjs 9.1.2-alpha.11951767369 → 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,76 +1,76 @@
1
- # Change Log
2
-
3
- ## [9.1.1](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.5...v9.1.1) (2024-11-12)
4
-
5
- - FR-18594 - Fixed blinking bug On IP and domain page
6
- - FR-18499 - Fixed otc page blink
7
- - FR-18005 - Fixed search api tokens with null descriptions
8
- - FR-18499 - Fixed activate with code and password
9
- - FR-18582 - Fixed loader size and wrong massage
10
-
11
-
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
+ - FR-18699 - Removed entitlements automatic 30 seconds refresh mechanism
6
+ - FR-18138 - Added logic to improve login box and admin portal stability and resiliency
7
+ - FR-18646 - Fixed missing permissions with wildcard on custom roles
8
+ - FR-18341 - Fixed Google Chrome Translate feature causes a crash
9
+ - FR-16902 - Fixed login box scroll on mobile browsers
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
12
22
  - FR-18561 - Fixed get ip metadata when app name is provided
13
23
  - FR-17091 - Fixed long name in groups and roles
14
-
15
-
16
- - FR-18529 - Fixed empty roles field bug when appName is provided
17
-
18
-
19
- - FR-18516 - Fixed redundant function
20
- - FR-18476 - Added url for beforeRequestInterceptor function
21
-
22
-
23
- - FR-18476 - Added request interceptor
24
- - FR-18472 - Fixed Google one tap login stuck after unmounting login/signup unmounted
25
-
26
- - FR-18436 - Fixed activate account with empty redirect bug
27
-
28
-
29
- - FR-17943 - Added code pages
30
-
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
-
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
+
74
74
  # Change Log
75
75
 
76
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.11951767369
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.11951767369",
4
+ "version": "9.2.0",
5
5
  "author": "Frontegg LTD",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -27,8 +27,8 @@
27
27
  "lint-json": "eslint -c .eslintrc.json -o ./lint-report.json --format json --no-color ./src/**/*.{ts,tsx}"
28
28
  },
29
29
  "dependencies": {
30
- "@frontegg/js": "7.33.0-alpha.0",
31
- "@frontegg/react-hooks": "7.33.0-alpha.0",
30
+ "@frontegg/js": "7.33.0",
31
+ "@frontegg/react-hooks": "7.33.0",
32
32
  "http-proxy": "^1.18.1",
33
33
  "iron-session": "^6.3.1",
34
34
  "jose": "^4.12.2"
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.11951767369'
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.11951767369' };\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":[]}