@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -13
  2. 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
- - FR-11393 - Extract customization options from App.tsx for better usage
6
- - FR-11063 - add tests for passkeys
7
- - FR-11351 - preserve query params for login per tenant
8
- - FR-11389 - Fix activate account button disable/loading state
9
- - FR-11389 - Add js-sha256 library to test suites
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)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "5.0.30-alpha.4718858746",
4
+ "version": "5.0.30",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",