@frontegg/react 5.0.30-alpha.4718858746 → 5.0.30
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 +9 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## [5.0.30](https://github.com/frontegg/frontegg-react/compare/v5.0.29...v5.0.30) (2023-4-17)
|
|
4
|
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
- FR-11389 - Add support for generate code challenge in non-secure domains [HostedLogin Mode]
|
|
11
|
-
- FR-9359 - cannot update sso group name
|
|
12
|
-
- FR-11076 - Add live SSO integration guide
|
|
13
|
-
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [5.0.30](https://github.com/frontegg/frontegg-react/compare/v5.0.29...v5.0.30) (2023-4-17)
|
|
4
|
+
|
|
5
|
+
- Added support to preserve query params between all auth routes
|
|
6
|
+
- Added support for generating a code challenge in non-secure domains [HostedLogin Mode]
|
|
7
|
+
- Fixed issue with updating SSO group name in the admin portal
|
|
8
|
+
- Added live SSO integration guide
|
|
9
|
+
|
|
14
10
|
# Change Log
|
|
15
11
|
|
|
16
12
|
## [5.0.29](https://github.com/frontegg/frontegg-react/compare/v5.0.28...v5.0.29) (2023-4-13)
|