@frontegg/angular 5.21.0-alpha.4598102213 → 5.21.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 +216 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,216 @@
1
+ # Change Log
2
+
3
+ ## [5.21.0](https://github.com/frontegg/frontegg-angular/compare/v5.20.0...v5.21.0) (2023-4-3)
4
+
5
+ - Added support for SCIM groups
6
+ - Updated texts across login box - grammar and terminology
7
+ - Added impersonation indicator to show impersonator that they're in an impersonation session
8
+ - Added passkeys feature
9
+
10
+ ### Angular Wrapper 5.21.0:
11
+ - Typo fix
12
+
13
+ ## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
14
+
15
+ - FR-11247 - fix version branch 6.82
16
+
17
+ - FR-11065 - add passkeys mock ff
18
+ - FR-11189 - mfa authenticator app change input type
19
+ - FR-10821 - fix table color
20
+ - FR-11204 - add unit testing with jest
21
+ - FR-11139 - fix groups
22
+ - FR-11039 - fix groups dummy
23
+ - FR-11039 - ff groups
24
+ - FR-10530 - fix ff store name
25
+ - FR-11067 - error handling on profile image upload
26
+ - FR-11039 - extend users table with groups column
27
+
28
+ - FR-10530 - fix ff
29
+ - FR-10654 - Fix OIDC loading screen
30
+ - FR-10530 - fix ff store name
31
+ - FR-10530 - fix ff store name
32
+ - FR-10530 - change ff behavior
33
+ - FR-10976 - Remove idle session export from default items
34
+
35
+
36
+ ## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
37
+
38
+ - Fixed use permission regex issue to accept a wild card
39
+ - User groups design fixes
40
+ - Fixed passkeys loading mode and login flow with MFA
41
+ - Update dependencies between passkeys and MFA on the privacy page
42
+ - Added support to reset Idle session timeout by post messages from the client iFrame
43
+ - Added an option to enforce redirect URLs to the same site only to avoid security issues
44
+ - Added support for customized social login providers
45
+
46
+
47
+ ## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
48
+
49
+ - Fixed resend OTC with reCaptcha
50
+ - Added support to let tenants create and manage user groups in the admin portal under a FF
51
+ - Added support to login with passkeys and manage passkeys in the admin portal under a FF
52
+ - Fixed invite users issue when the vendor is not forcing roles and permissions
53
+ - Support auth strategy and social logins for login per tenants
54
+ - Refactored feature flag mechanism to be based on rest-api package
55
+ - Fixed validation for postcode in admin portal forms
56
+ - Fixed SMS code input to have input type number
57
+ - Improved auth screens form UX
58
+
59
+ ### Angular Wrapper 5.18.0:
60
+ - Added support for redirect url in hosted login mode
61
+
62
+ ## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
63
+
64
+ - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
65
+ - Fixed background for table pivot column
66
+ - Fixed impersonation by removing unnecessary redirects and adding a refresh call
67
+ - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
68
+
69
+ ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
70
+
71
+ - Updated M2M tokens to reflect the vendor choice
72
+
73
+ ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
74
+
75
+ - Fixed go-to-sign-up message position in speedy login layout
76
+ - Added an input component to the library for adding members to a tenant
77
+ - Fix filtering SSO providers according to the vendor selection
78
+ - Added user groups card header component to the library
79
+ - Improved the admin portal and login box performance and bundle size
80
+
81
+
82
+ ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
83
+
84
+ - Fixed error message position in login with SMS screen
85
+ - Fixed missing client ID after creating API token
86
+
87
+ ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
88
+
89
+ - Added email type to all email inputs in the login box and admin portal
90
+ - Fixed mobile width of the login box in modern and classic theme
91
+ - Fixed the scrolling issue in the privacy page in the admin portal
92
+ - Updated SCIM UI
93
+ - Added API to customize forget password button in the login with password page
94
+ - Improve split mode values layout
95
+ - Added support to access API tokens
96
+ - Updated Accept Invitation text, icon, and debounce
97
+ - Fixed OTC login for mobile
98
+ - Added support to sync vendor security policies
99
+ - Added impersonation indication for audit logs
100
+ - Added support for Impersonation
101
+
102
+
103
+ ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
104
+
105
+ - Fixed sign up position in dark theme
106
+ - Added margin to login error
107
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
108
+
109
+
110
+ ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
111
+
112
+ - Fixed login with apple redirect URL
113
+ - Added impersonation indication in login session table
114
+ - Added support for session expired logout on Hosted Login
115
+ - Added support for login with Linkedin
116
+ - Added support for Google one tap
117
+ - Improve insert OTC screen UI
118
+ - Improve UX of authentication forms
119
+ - Fix apple logo color and match to font color
120
+
121
+ ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
122
+
123
+ - Few bug fixes
124
+
125
+
126
+ ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
127
+
128
+ - Fixed mfa input on mobile
129
+ - Enabled scim without roles
130
+ - Fixed menu component for dark theme
131
+ - Added api navigation icon
132
+ - Added tests for mfa
133
+ - Added apple social login types
134
+ - Added support for Hiding Invoices
135
+
136
+
137
+ ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
138
+
139
+ - Fixed MFA flow issues
140
+ - Added support for subscriptions billing collection
141
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
142
+ - Added SCIM section in admin portal under FF
143
+
144
+ ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
145
+
146
+ - Fixed ignoring `urlPrefix` issue
147
+ - Added the ability to Invite a user by bulk API in the admin portal
148
+ - Fixed OTC digits are not visible on mobile devices
149
+ - Added MFA devices management section in the admin portal under FF
150
+ - Fixed the ability to copy invite link for dynamic base URL as well
151
+ - Added new abilities to MFA flows under FF
152
+ - Added support for providing an external CDN to load fonts in Frontegg components
153
+
154
+ ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
155
+
156
+ - FR-9750 - change api according to the new names security tabs
157
+ - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
158
+ - FR-9826 - fix table header in dark theme
159
+ - FR-9237 - Max length for secret fields increased to 100
160
+ - FR-9742 - enroll mfa list
161
+ - FR-9772 - Send NULL on profilePictureUrl rather than null
162
+ - FR-9717 - Invite user customize form API
163
+ - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
164
+
165
+
166
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
167
+
168
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
169
+ - Added support for customizing admin portal navigation hover color
170
+ - Fixed typo of Andorra country in countries dropdown
171
+ - Fixed select popup alignment issue
172
+ - 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)
173
+ - Added mock for feature flags API for admin portal preview mode
174
+ - Fixed resend invitation and activate your account API calls
175
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
176
+ - Added support for customizing fields and tabs in the admin portal
177
+
178
+ ### Angular Wrapper 5.7.0:
179
+ - Updated README.md with the current integration guide
180
+
181
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
182
+
183
+ - FR-9186 - support ssr with session and refresh token
184
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
185
+
186
+ - FR-9186 - fix pipeline
187
+ ### AdminPortal 6.36.0:
188
+ -
189
+
190
+ ### AdminPortal 6.35.0:
191
+ -
192
+ ### AdminPortal 6.34.0:
193
+ -
194
+
195
+ ### Angular Wrapper 5.6.0:
196
+ - FR-9186 - Fix changelog
197
+ - Add karma.conf.js and adjust docker file
198
+ - Adjust Test runnner flags, to run in docker
199
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
200
+ - Change docker image to allow chromium to be installed
201
+ - Sanity Check
202
+
203
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
204
+
205
+ ### AdminPortal 6.34.0:
206
+ -
207
+
208
+ ### Angular Wrapper 5.5.3:
209
+ - FR-9186 - Fix changelog
210
+ - Add karma.conf.js and adjust docker file
211
+ - Adjust Test runnner flags, to run in docker
212
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
213
+ - Change docker image to allow chromium to be installed
214
+ - Sanity Check
215
+ - Sanity check for angular
216
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.21.0-alpha.4598102213",
3
+ "version": "5.21.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",