@frontegg/react 5.0.15-alpha.3738861760 → 5.0.15
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 +7 -10
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,16 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## [5.0.15](https://github.com/frontegg/frontegg-react/compare/v5.0.14...v5.0.15) (2022-12-20)
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
- FR-10016 - mfa tests
|
|
13
|
-
- FR-9731 - add apple social login types
|
|
14
|
-
- FR-9936 - Hide Invoices on FronteggAppOptions
|
|
5
|
+
- Fixed mfa input on mobile
|
|
6
|
+
- Enabled scim without roles
|
|
7
|
+
- Fixed menu component for dark theme
|
|
8
|
+
- Added api navigation icon
|
|
9
|
+
- Added tests for mfa
|
|
10
|
+
- Added apple social login types
|
|
11
|
+
- Added support for Hiding Invoices
|
|
15
12
|
|
|
16
13
|
|
|
17
14
|
## [5.0.14](https://github.com/frontegg/frontegg-react/compare/v5.0.13...v5.0.14) (2022-12-13)
|