@frontegg/nextjs 9.0.2-alpha.10388756432 → 9.0.2-alpha.10561950985
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 +45 -14
- 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,23 +1,54 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [9.0.2](https://github.com/frontegg/frontegg-nextjs/compare/
|
|
3
|
+
## [9.0.2](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.1...v9.0.2) (2024-8-26)
|
|
4
4
|
|
|
5
|
+
null
|
|
5
6
|
|
|
6
|
-
### NextJS Wrapper 9.0.2:
|
|
7
|
-
- FR-17441 - Fix store holder ref
|
|
8
|
-
- FR-15099 - Migrate to valtio
|
|
9
|
-
- FR-17012 - Support e2e sanity run
|
|
10
|
-
- FR-17008 - fix pipeline release version
|
|
11
|
-
|
|
12
|
-
## [9.0.1](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.26...v9.0.1) (2024-8-12)
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### NextJS Wrapper 9.0.1:
|
|
16
|
-
- FR-15099 - Migrate to valtio
|
|
17
|
-
- FR-17012 - Support e2e sanity run
|
|
18
|
-
- FR-17008 - fix pipeline release version
|
|
19
7
|
# Change Log
|
|
20
8
|
|
|
9
|
+
## [9.0.1](https://github.com/frontegg/frontegg-nextjs/compare/v9.0.0...v9.0.1) (2024-8-18)
|
|
10
|
+
|
|
11
|
+
- FR-17169 - Added support in send unlock account email
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Change Log
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [9.0.0](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.26...v9.0.0) (2024-8-14)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### 🚀 Major Changes
|
|
21
|
+
- **Store Management:**
|
|
22
|
+
Replaced the existing Redux store with Valtio. This change significantly reduces the bundle size, removes the boilerplate code associated with generator functions, and enables actions to be `async/await`. The new approach provides better stack traces and allows actions to be awaited directly, eliminating the need for callback functions.
|
|
23
|
+
|
|
24
|
+
### 🔧 Upgrades
|
|
25
|
+
- **TypeScript:**
|
|
26
|
+
Upgraded TypeScript from version `v3.9.7` to `v5.5.4`. This update ensures compatibility with the latest TypeScript features and improves overall type-checking and developer experience.
|
|
27
|
+
|
|
28
|
+
- **Testing Framework:**
|
|
29
|
+
Upgraded Jest to version `v29`. This upgrade includes performance improvements, new features, and bug fixes, ensuring more reliable and faster tests.
|
|
30
|
+
|
|
31
|
+
- **UI Dependencies:**
|
|
32
|
+
Upgraded Material UI, Emotion, and Stylis to their latest versions, enhancing UI component performance, styling flexibility, and overall user experience.
|
|
33
|
+
|
|
34
|
+
- **Node.js:**
|
|
35
|
+
Upgraded Node.js from version `16` to `18.18`, ensuring compatibility with the latest features and security updates.
|
|
36
|
+
|
|
37
|
+
### 🛠 Enhancements
|
|
38
|
+
- **Refactor:**
|
|
39
|
+
Refactored code to use nested imports in Material UI, which helps reduce bundle size.
|
|
40
|
+
|
|
41
|
+
- **Dependencies:**
|
|
42
|
+
Incremented various dependencies, Node.js, and TypeScript to align with the latest standards and ensure better performance and security.
|
|
43
|
+
|
|
44
|
+
- **New Feature:**
|
|
45
|
+
Added a "Resend Invitation Email" action to the users table on the "All Accounts" page, improving user management capabilities.
|
|
46
|
+
|
|
47
|
+
### ⚠️ Breaking Changes
|
|
48
|
+
- **Permissions & Privacy Page:**
|
|
49
|
+
Removed permissions from the privacy page. The user privacy page will now be displayed for all users in the admin portal.
|
|
50
|
+
|
|
51
|
+
|
|
21
52
|
## [8.0.26](https://github.com/frontegg/frontegg-nextjs/compare/v8.0.25...v8.0.26) (2024-7-18)
|
|
22
53
|
|
|
23
54
|
- FR-17009 - Add the option to disable/enable users from users table
|
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": "9.0.2-alpha.
|
|
4
|
+
"version": "9.0.2-alpha.10561950985",
|
|
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.
|
|
31
|
-
"@frontegg/react-hooks": "7.
|
|
30
|
+
"@frontegg/js": "7.5.0",
|
|
31
|
+
"@frontegg/react-hooks": "7.5.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: '9.0.2-alpha.
|
|
1
|
+
{"version":3,"file":"sdkVersion.js","names":["version","exports","default","_default"],"sources":["../../../packages/nextjs/src/sdkVersion.ts"],"sourcesContent":["export default { version: '9.0.2-alpha.10561950985' };\n"],"mappings":";;;;;;eAAe;EAAEA,OAAO,EAAE;AAA0B,CAAC;AAAAC,OAAA,CAAAC,OAAA,GAAAC,QAAA"}
|