@frontegg/react 7.9.1-alpha.15585990983 → 7.10.0-alpha.15611527030
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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.10.0](https://github.com/frontegg/frontegg-react/compare/v7.9.0...v7.10.0) (2025-6-12)
|
|
4
|
+
|
|
5
|
+
- FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
|
|
6
|
+
- FR-21121 - Added reset password with email/sms actions and a Forgot password sms otc page
|
|
7
|
+
- FR-21097 - Added suspense to renderCMCComponent
|
|
8
|
+
- FR-21120 - Added BaseOTC component and use it in login otc flows
|
|
9
|
+
- FR-21112 - Added password recovery selector and a determinePasswordRecoveryStrategy function
|
|
10
|
+
- FR-21118 - Fixed default language handle
|
|
11
|
+
- FR-20838 - Added search functionality to roles popper
|
|
12
|
+
- FR-20178 - Added generic IdentifierField and used it in login and forgot password flows
|
|
13
|
+
- FR-20945 - Added username in profile
|
|
14
|
+
- FR-20868 - Added usernames
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
3
18
|
## [7.9.0](https://github.com/frontegg/frontegg-react/compare/v7.8.0...v7.9.0) (2025-6-7)
|
|
4
19
|
|
|
5
20
|
- FR-21024 - Added callback to reset password cmc
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.10.0-alpha.15611527030",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@frontegg/js": "7.76.0
|
|
23
|
-
"@frontegg/react-hooks": "7.76.0
|
|
22
|
+
"@frontegg/js": "7.76.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.76.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|