@frontegg/angular 5.16.0-alpha.4124539717 → 5.16.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 +150 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,150 @@
1
+ # Change Log
2
+
3
+ ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
4
+
5
+ - Updated M2M tokens to reflect the vendor choice
6
+
7
+ ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
8
+
9
+ - Fixed go-to-sign-up message position in speedy login layout
10
+ - Added an input component to the library for adding members to a tenant
11
+ - Fix filtering SSO providers according to the vendor selection
12
+ - Added user groups card header component to the library
13
+ - Improved the admin portal and login box performance and bundle size
14
+
15
+
16
+ ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
17
+
18
+ - Fixed error message position in login with SMS screen
19
+ - Fixed missing client ID after creating API token
20
+
21
+ ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
22
+
23
+ - Added email type to all email inputs in the login box and admin portal
24
+ - Fixed mobile width of the login box in modern and classic theme
25
+ - Fixed the scrolling issue in the privacy page in the admin portal
26
+ - Updated SCIM UI
27
+ - Added API to customize forget password button in the login with password page
28
+ - Improve split mode values layout
29
+ - Added support to access API tokens
30
+ - Updated Accept Invitation text, icon, and debounce
31
+ - Fixed OTC login for mobile
32
+ - Added support to sync vendor security policies
33
+ - Added impersonation indication for audit logs
34
+ - Added support for Impersonation
35
+
36
+
37
+ ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
38
+
39
+ - Fixed sign up position in dark theme
40
+ - Added margin to login error
41
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
42
+
43
+
44
+ ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
45
+
46
+ - Fixed login with apple redirect URL
47
+ - Added impersonation indication in login session table
48
+ - Added support for session expired logout on Hosted Login
49
+ - Added support for login with Linkedin
50
+ - Added support for Google one tap
51
+ - Improve insert OTC screen UI
52
+ - Improve UX of authentication forms
53
+ - Fix apple logo color and match to font color
54
+
55
+ ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
56
+
57
+ - Few bug fixes
58
+
59
+
60
+ ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
61
+
62
+ - Fixed mfa input on mobile
63
+ - Enabled scim without roles
64
+ - Fixed menu component for dark theme
65
+ - Added api navigation icon
66
+ - Added tests for mfa
67
+ - Added apple social login types
68
+ - Added support for Hiding Invoices
69
+
70
+
71
+ ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
72
+
73
+ - Fixed MFA flow issues
74
+ - Added support for subscriptions billing collection
75
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
76
+ - Added SCIM section in admin portal under FF
77
+
78
+ ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
79
+
80
+ - Fixed ignoring `urlPrefix` issue
81
+ - Added the ability to Invite a user by bulk API in the admin portal
82
+ - Fixed OTC digits are not visible on mobile devices
83
+ - Added MFA devices management section in the admin portal under FF
84
+ - Fixed the ability to copy invite link for dynamic base URL as well
85
+ - Added new abilities to MFA flows under FF
86
+ - Added support for providing an external CDN to load fonts in Frontegg components
87
+
88
+ ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
89
+
90
+ - FR-9750 - change api according to the new names security tabs
91
+ - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
92
+ - FR-9826 - fix table header in dark theme
93
+ - FR-9237 - Max length for secret fields increased to 100
94
+ - FR-9742 - enroll mfa list
95
+ - FR-9772 - Send NULL on profilePictureUrl rather than null
96
+ - FR-9717 - Invite user customize form API
97
+ - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
98
+
99
+
100
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
101
+
102
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
103
+ - Added support for customizing admin portal navigation hover color
104
+ - Fixed typo of Andorra country in countries dropdown
105
+ - Fixed select popup alignment issue
106
+ - 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)
107
+ - Added mock for feature flags API for admin portal preview mode
108
+ - Fixed resend invitation and activate your account API calls
109
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
110
+ - Added support for customizing fields and tabs in the admin portal
111
+
112
+ ### Angular Wrapper 5.7.0:
113
+ - Updated README.md with the current integration guide
114
+
115
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
116
+
117
+ - FR-9186 - support ssr with session and refresh token
118
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
119
+
120
+ - FR-9186 - fix pipeline
121
+ ### AdminPortal 6.36.0:
122
+ -
123
+
124
+ ### AdminPortal 6.35.0:
125
+ -
126
+ ### AdminPortal 6.34.0:
127
+ -
128
+
129
+ ### Angular Wrapper 5.6.0:
130
+ - FR-9186 - Fix changelog
131
+ - Add karma.conf.js and adjust docker file
132
+ - Adjust Test runnner flags, to run in docker
133
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
134
+ - Change docker image to allow chromium to be installed
135
+ - Sanity Check
136
+
137
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
138
+
139
+ ### AdminPortal 6.34.0:
140
+ -
141
+
142
+ ### Angular Wrapper 5.5.3:
143
+ - FR-9186 - Fix changelog
144
+ - Add karma.conf.js and adjust docker file
145
+ - Adjust Test runnner flags, to run in docker
146
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
147
+ - Change docker image to allow chromium to be installed
148
+ - Sanity Check
149
+ - Sanity check for angular
150
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.16.0-alpha.4124539717",
3
+ "version": "5.16.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",