@frontegg/angular 5.9.0-alpha.3738992436 → 5.9.0

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 +93 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,93 @@
1
+ # Change Log
2
+
3
+ ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
4
+
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
12
+
13
+
14
+ ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
15
+
16
+ - Fixed MFA flow issues
17
+ - Added support for subscriptions billing collection
18
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
19
+ - Added SCIM section in admin portal under FF
20
+
21
+ ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
22
+
23
+ - Fixed ignoring `urlPrefix` issue
24
+ - Added the ability to Invite a user by bulk API in the admin portal
25
+ - Fixed OTC digits are not visible on mobile devices
26
+ - Added MFA devices management section in the admin portal under FF
27
+ - Fixed the ability to copy invite link for dynamic base URL as well
28
+ - Added new abilities to MFA flows under FF
29
+ - Added support for providing an external CDN to load fonts in Frontegg components
30
+
31
+ ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
32
+
33
+ - FR-9750 - change api according to the new names security tabs
34
+ - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
35
+ - FR-9826 - fix table header in dark theme
36
+ - FR-9237 - Max length for secret fields increased to 100
37
+ - FR-9742 - enroll mfa list
38
+ - FR-9772 - Send NULL on profilePictureUrl rather than null
39
+ - FR-9717 - Invite user customize form API
40
+ - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
41
+
42
+
43
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
44
+
45
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
46
+ - Added support for customizing admin portal navigation hover color
47
+ - Fixed typo of Andorra country in countries dropdown
48
+ - Fixed select popup alignment issue
49
+ - 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)
50
+ - Added mock for feature flags API for admin portal preview mode
51
+ - Fixed resend invitation and activate your account API calls
52
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
53
+ - Added support for customizing fields and tabs in the admin portal
54
+
55
+ ### Angular Wrapper 5.7.0:
56
+ - Updated README.md with the current integration guide
57
+
58
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
59
+
60
+ - FR-9186 - support ssr with session and refresh token
61
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
62
+
63
+ - FR-9186 - fix pipeline
64
+ ### AdminPortal 6.36.0:
65
+ -
66
+
67
+ ### AdminPortal 6.35.0:
68
+ -
69
+ ### AdminPortal 6.34.0:
70
+ -
71
+
72
+ ### Angular Wrapper 5.6.0:
73
+ - FR-9186 - Fix changelog
74
+ - Add karma.conf.js and adjust docker file
75
+ - Adjust Test runnner flags, to run in docker
76
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
77
+ - Change docker image to allow chromium to be installed
78
+ - Sanity Check
79
+
80
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
81
+
82
+ ### AdminPortal 6.34.0:
83
+ -
84
+
85
+ ### Angular Wrapper 5.5.3:
86
+ - FR-9186 - Fix changelog
87
+ - Add karma.conf.js and adjust docker file
88
+ - Adjust Test runnner flags, to run in docker
89
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
90
+ - Change docker image to allow chromium to be installed
91
+ - Sanity Check
92
+ - Sanity check for angular
93
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.9.0-alpha.3738992436",
3
+ "version": "5.9.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",