@frontegg/angular 5.7.1-alpha.3562868949 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +65 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,65 @@
1
+ # Change Log
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
+
15
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
16
+
17
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
18
+ - Added support for customizing admin portal navigation hover color
19
+ - Fixed typo of Andorra country in countries dropdown
20
+ - Fixed select popup alignment issue
21
+ - Changed no local authentication feature to also hide the sign-up form when there is no local authentication option (use only social logins and SSO for signing up)
22
+ - Added mock for feature flags API for admin portal preview mode
23
+ - Fixed resend invitation and activate your account API calls
24
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
25
+ - Added support for customizing fields and tabs in the admin portal
26
+
27
+ ### Angular Wrapper 5.7.0:
28
+ - Updated README.md with the current integration guide
29
+
30
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
31
+
32
+ - FR-9186 - support ssr with session and refresh token
33
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
34
+
35
+ - FR-9186 - fix pipeline
36
+ ### AdminPortal 6.36.0:
37
+ -
38
+
39
+ ### AdminPortal 6.35.0:
40
+ -
41
+ ### AdminPortal 6.34.0:
42
+ -
43
+
44
+ ### Angular Wrapper 5.6.0:
45
+ - FR-9186 - Fix changelog
46
+ - Add karma.conf.js and adjust docker file
47
+ - Adjust Test runnner flags, to run in docker
48
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
49
+ - Change docker image to allow chromium to be installed
50
+ - Sanity Check
51
+
52
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
53
+
54
+ ### AdminPortal 6.34.0:
55
+ -
56
+
57
+ ### Angular Wrapper 5.5.3:
58
+ - FR-9186 - Fix changelog
59
+ - Add karma.conf.js and adjust docker file
60
+ - Adjust Test runnner flags, to run in docker
61
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
62
+ - Change docker image to allow chromium to be installed
63
+ - Sanity Check
64
+ - Sanity check for angular
65
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.7.1-alpha.3562868949",
3
+ "version": "5.7.1",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",