@frontegg/react 5.0.41-alpha.5276333679 → 5.0.41-alpha.5280552187
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 +27 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [5.0.41](https://github.com/frontegg/frontegg-react/compare/v5.0.40...v5.0.41) (2023-6-15)
|
|
4
|
+
|
|
5
|
+
- FR-12159 - msp bug fix
|
|
6
|
+
- FR-12221 - support both null and props for custom components
|
|
7
|
+
|
|
8
|
+
- FR-12159 - msp all accounts bugfix
|
|
9
|
+
- FR-12115 - sso guides crash unless acs url is specified
|
|
10
|
+
- FR-12225 - fix appearance saml and OIDC according to vendor configuration
|
|
11
|
+
- FR-12221 - support props and frontegg hooks in custom components
|
|
12
|
+
- FR-12146 - bugfix msp all accounts
|
|
13
|
+
- FR-12201 - dont send redirect uri on OIDC callback
|
|
14
|
+
- FR-12187 - FR-12188 - fix login per tenant embedded with sub domain logout route
|
|
15
|
+
- FR-11842 - navigation metadata msp
|
|
16
|
+
- FR-11887 - load ff before entitlements and prevent load for logged out users
|
|
17
|
+
- FR-11842 - msp single account view
|
|
18
|
+
- FR-11971 - implement breached password ui
|
|
19
|
+
- FR-11482 - add CustomComponentRegister to admin box to prevent duplicated code in react and next js
|
|
20
|
+
- FR-10891 - fix space in input component
|
|
21
|
+
- FR-11734 - MSP - all accounts main page
|
|
22
|
+
- FR-11941 - Tests for login per tenant self service
|
|
23
|
+
- FR-11658 - create iframe login preview for login per tenant self service
|
|
24
|
+
|
|
25
|
+
### React Wrapper 5.0.41:
|
|
26
|
+
- FR-12250 - add a support to frontegg hooks inside custom components
|
|
27
|
+
- FR-11482 - support null for custom component again
|
|
1
28
|
# Change Log
|
|
2
29
|
|
|
3
30
|
## [5.0.40](https://github.com/frontegg/frontegg-react/compare/v5.0.39...v5.0.40) (2023-6-6)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "5.0.41-alpha.
|
|
4
|
+
"version": "5.0.41-alpha.5280552187",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@frontegg/js": "6.
|
|
14
|
-
"@frontegg/react-hooks": "6.
|
|
13
|
+
"@frontegg/js": "6.106.0",
|
|
14
|
+
"@frontegg/react-hooks": "6.106.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": ">16.9.0",
|