@frontegg/nextjs 7.0.15-alpha.5543220190 → 7.0.16-alpha.5575341455
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 +31 -17
- package/index.js +1 -1
- package/package.json +3 -3
- package/sdkVersion.js +1 -1
- package/sdkVersion.js.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,32 +1,46 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [7.0.
|
|
3
|
+
## [7.0.16](https://github.com/frontegg/frontegg-nextjs/compare/v7.0.15...v7.0.16) (2023-7-17)
|
|
4
|
+
|
|
5
|
+
- FR-12696 - Entitlements redesign
|
|
6
|
+
- FR-12537 - recomendations component
|
|
7
|
+
- FR-12675 - add security center context holder and mappers for recommendations/insights
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
- FR-12703 - Make sure to update correctly the change log in wrappers
|
|
11
|
+
- FR-12688 - Make Admin box compatible with the updated type of IUserProfile
|
|
12
|
+
- FR-12649 - Added a skeleton for the new security center page
|
|
4
13
|
|
|
5
14
|
- FR-12114 - Shouldn't show inactive custom social login provider
|
|
6
15
|
- FR-12098 - FR-12020 - admin portal user status update if email verification is off + blinking workspace title in admin portal vivid theme
|
|
7
16
|
- FR-12660 - implement sagas for security center admin portal
|
|
8
17
|
- FR-12664 - Rename redux-saga file to prevent loop imports by webpack
|
|
9
18
|
- FR-12652 - init new security page. wrap with ff
|
|
10
|
-
- FR-12628 - fix custom login with hosted oauth in URL
|
|
11
|
-
- FR-12536 - check up card component
|
|
12
|
-
- FR-12535 - security severity badge component
|
|
13
|
-
- FR-12543 - msp fix bulk users invitation
|
|
14
|
-
- FR-12575 - change remember my device default value
|
|
15
|
-
- FR-12550 - Align all auth methods to get login response of me and tenants from auth APIs
|
|
16
|
-
- FR-12313 - fix cdn nextjs alpha version
|
|
17
19
|
|
|
18
|
-
|
|
19
|
-
[FR-12581 - add support for custom inline html and script]
|
|
20
|
-
[FR-12343 - admin box implement sso per tenant]
|
|
21
|
-
[FR-12488 - users page load users support v1 and v2]
|
|
22
|
-
[FR-12164 - MSP bulk user invitation]
|
|
23
|
-
[FR-12479 - msp fix warning dialog issue]
|
|
24
|
-
[FR-12408 - entitlements redesign]
|
|
25
|
-
|
|
26
|
-
### NextJS Wrapper 7.0.15:
|
|
20
|
+
### NextJS Wrapper 7.0.16:
|
|
27
21
|
- FR-12629 - preserve search params for withSSRSession
|
|
28
22
|
# Change Log
|
|
29
23
|
|
|
24
|
+
## [7.0.15](https://github.com/frontegg/frontegg-nextjs/compare/v7.0.14...v7.0.15) (2023-7-13)
|
|
25
|
+
|
|
26
|
+
• FR-12550 - Align all auth methods to get the right login response type
|
|
27
|
+
• FR-12664 - Rename redux-saga file to prevent loop imports by webpack
|
|
28
|
+
• FR-12098 - Updated Admin portal user status to the correct one if email verification is off
|
|
29
|
+
• FR-12020 - Fixed blinking workspace title in admin portal vivid theme
|
|
30
|
+
• FR-12114 - Fixed custom social login provider shouldn't be shown if not active
|
|
31
|
+
• FR-12628 - Fixed custom login with hosted Oauth in URL
|
|
32
|
+
• FR-12575 - Changed remember my device value to be true by default
|
|
33
|
+
• FR-12581 - Added support for custom inline html and script
|
|
34
|
+
• FR-12343 - Added support for SSO per tenant
|
|
35
|
+
• FR-12488 - Backward compatible support for loadUsersV1
|
|
36
|
+
• FR-12164 - Added support for MSP bulk user invitation
|
|
37
|
+
• FR-12479 - Fixed MSP warning dialog issue
|
|
38
|
+
• FR-12408 - Redesigned Entitlements structure
|
|
39
|
+
|
|
40
|
+
### NextJS Wrapper 7.0.15:
|
|
41
|
+
- FR-12629 - Support custom login with search params
|
|
42
|
+
# Change Log
|
|
43
|
+
|
|
30
44
|
## [7.0.14](https://github.com/frontegg/frontegg-nextjs/compare/v7.0.13...v7.0.14) (2023-6-30)
|
|
31
45
|
|
|
32
46
|
- MSP update visibility, bugfix
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/nextjs",
|
|
3
3
|
"libName": "FronteggNextJs",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.16-alpha.5575341455",
|
|
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": "6.
|
|
31
|
-
"@frontegg/react-hooks": "6.
|
|
30
|
+
"@frontegg/js": "6.123.0",
|
|
31
|
+
"@frontegg/react-hooks": "6.123.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
package/sdkVersion.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sdkVersion.js","names":["version","exports","default","_default"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '7.0.
|
|
1
|
+
{"version":3,"file":"sdkVersion.js","names":["version","exports","default","_default"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '7.0.16-alpha.5575341455' };\n"],"mappings":";;;;;;eAAe;EAAEA,OAAO,EAAE;AAA0B,CAAC;AAAAC,OAAA,CAAAC,OAAA,GAAAC,QAAA"}
|