@frontegg/react 5.0.9-alpha.3228326908 → 5.0.9-alpha.3288073482
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 +1332 -0
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Frontegg is a web platform where SaaS companies can set up their fully managed, scalable and brand aware - SaaS features
|
|
6
6
|
and integrate them into their SaaS portals in up to 5 lines of code.
|
|
7
7
|
|
|
8
|
-
## BREAKING CHANGES SINCE VERSION
|
|
8
|
+
## BREAKING CHANGES SINCE VERSION 3.0.0
|
|
9
9
|
|
|
10
10
|
### The new @frontegg/react uses AdminPortal and LoginBox instead of multiple components.
|
|
11
11
|
|
|
@@ -52,7 +52,7 @@ const HomePage = () => {
|
|
|
52
52
|
}
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
Opening the Admin Portal is available via the following code snippet.
|
|
56
56
|
|
|
57
57
|
```js
|
|
58
58
|
import { AdminPortal } from '@frontegg/react'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "5.0.9-alpha.
|
|
4
|
+
"version": "5.0.9-alpha.3288073482",
|
|
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.33.0",
|
|
14
|
+
"@frontegg/react-hooks": "6.33.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": ">16.9.0",
|