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