@frontegg/angular 5.7.0 → 5.7.1
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
|
|
4
|
+
|
|
5
|
+
- FR-9750 - change api according to the new names security tabs
|
|
6
|
+
- FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
|
|
7
|
+
- FR-9826 - fix table header in dark theme
|
|
8
|
+
- FR-9237 - Max length for secret fields increased to 100
|
|
9
|
+
- FR-9742 - enroll mfa list
|
|
10
|
+
- FR-9772 - Send NULL on profilePictureUrl rather than null
|
|
11
|
+
- FR-9717 - Invite user customize form API
|
|
12
|
+
- FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
|
|
13
|
+
|
|
14
|
+
|
|
3
15
|
## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
|
|
4
16
|
|
|
5
17
|
- Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/angular",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=12.0.0",
|
|
7
7
|
"@angular/core": ">=12.0.0"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@frontegg/js": "6.
|
|
10
|
+
"@frontegg/js": "6.46.0",
|
|
11
11
|
"csstype": "^3.0.8",
|
|
12
12
|
"fast-deep-equal": "^3.1.3",
|
|
13
13
|
"stream": "^0.0.2",
|