@frontegg/angular 6.28.0-alpha.9383678466 → 6.28.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,654 @@
1
+ # Change Log
2
+
3
+ ## [6.28.0](https://github.com/frontegg/frontegg-angular/compare/v6.27.0...v6.28.0) (2024-6-5)
4
+
5
+ - FR-16513 - Show client id on all tokens in API tokens table
6
+
7
+
8
+
9
+ ## [6.27.0](https://github.com/frontegg/frontegg-angular/compare/v6.26.0...v6.27.0) (2024-5-28)
10
+
11
+ - FR-16341 - Support hiding columns in admin portal users table
12
+
13
+
14
+
15
+ ## [6.26.0](https://github.com/frontegg/frontegg-angular/compare/v6.25.0...v6.26.0) (2024-5-27)
16
+
17
+ - FR-16463 - Removed domain restrictions validation when invite user from All Accounts page
18
+ - FR-16421 - Fixed error handling in edit phone number dialog
19
+
20
+ # Change Log
21
+
22
+ ## [6.25.0](https://github.com/frontegg/frontegg-angular/compare/v6.24.1...v6.25.0) (2024-4-21)
23
+
24
+ - FR-15737 - Added an option for accounts to open sub-account management for their sub-accounts
25
+ - FR-15603 - Added support for embedded SCIM guides
26
+
27
+
28
+ # Change Log
29
+
30
+ ## [6.24.1](https://github.com/frontegg/frontegg-angular/compare/v6.24.0...v6.24.1) (2024-4-18)
31
+
32
+ - FR-16088 - Support hosted admin portal
33
+
34
+ # Change Log
35
+
36
+ ## [6.24.0](https://github.com/frontegg/frontegg-angular/compare/v6.23.0...v6.24.0) (2024-4-18)
37
+
38
+ - FR-FR-15124 - Support multi-apps
39
+
40
+ ## [6.23.0](https://github.com/frontegg/frontegg-angular/compare/v6.22.0...v6.23.0) (2024-4-15)
41
+
42
+ - FR-15863 - Changed chip list design in admin portal
43
+
44
+ - FR-15367 - Fixed user logo upload for SCIM users
45
+ - FR-15111 - Fixed impersonation embedded redirection
46
+
47
+ ### Angular Wrapper 6.23.0:
48
+ - FR-15672 - E2E workflows support
49
+ # Change Log
50
+
51
+ ## [6.22.0](https://github.com/frontegg/frontegg-angular/compare/v6.21.0...v6.22.0) (2024-4-2)
52
+
53
+ - FR-15367 - Fixed user logo upload for SCIM users
54
+ - FR-15111 - Fixed impersonation embedded redirection
55
+
56
+ # Change Log
57
+
58
+ ## [6.21.0](https://github.com/frontegg/frontegg-angular/compare/v6.20.0...v6.21.0) (2024-3-20)
59
+
60
+ - FR-15233 - Fix autocomplete popper
61
+
62
+
63
+ - FR-13828 - Add option to specify prompt consent from loginDirectAction
64
+ - FR-15315 - Added sort for role selections in Admin Portal
65
+
66
+
67
+ # Change Log
68
+
69
+ ## [6.20.0](https://github.com/frontegg/frontegg-angular/compare/v6.19.0...v6.20.0) (2024-3-3)
70
+
71
+ - FR-15270 - Added new roles page to the Admin Portal
72
+ - FR-15395 - Fixed tab tenant not cleared after logout
73
+
74
+ # Change Log
75
+
76
+ ## [6.19.0](https://github.com/frontegg/frontegg-angular/compare/v6.18.0...v6.19.0) (2024-2-28)
77
+
78
+ - FR-15376 - fixed null group description exception
79
+ - FR-15305 - Fixed changed fields sent on edit group to support SCIM group update
80
+ - FR-15219 - Fixed missing row actions in users table when using MSP
81
+
82
+
83
+ ## [6.18.0](https://github.com/frontegg/frontegg-angular/compare/v6.17.0...v6.18.0) (2024-2-1)
84
+
85
+ - FR-15087 - Added oidc support for linkedin
86
+ - FR-14997 - Fixed invite user dialog UI issues
87
+
88
+
89
+
90
+ ## [6.17.0](https://github.com/frontegg/frontegg-angular/compare/v6.16.0...v6.17.0) (2024-1-28)
91
+
92
+ - FR-14910 - Fixed handling entitlements errors
93
+ - FR-14740 - Send tenant alias for hosted custom login auth user
94
+ - FR-14197 - Added Canada to MFA SMS list of countries
95
+ - FR-14859 - Fixed roles filtering for MSP
96
+ - FR-14855 - Added support for social login consent, by default it is false.
97
+ - FR-14813 - Added support for open app page with basename
98
+ - FR-14813 - Added support for mobile deep link redirect page
99
+
100
+
101
+
102
+ ## [6.16.0](https://github.com/frontegg/frontegg-angular/compare/v6.15.0...v6.16.0) (2024-1-7)
103
+
104
+ - FR-14807 - Fixed step up double call to generate step up session
105
+
106
+
107
+ # Change Log
108
+
109
+ ## [6.15.0](https://github.com/frontegg/frontegg-angular/compare/v6.14.0...v6.15.0) (2024-1-3)
110
+
111
+ - FR-14753 - Fixed step up key removing when user does not finish step up flow
112
+
113
+
114
+
115
+ ## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)
116
+
117
+ - FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions
118
+
119
+ - FR-14578 - Fixed custom login without tenant alias
120
+ - FR-14638 - Missing exp on user interface
121
+ - FR-14560 - added temporary users feature
122
+
123
+
124
+ - FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
125
+
126
+
127
+ - FR-14219 - Step up - Embedded flow
128
+
129
+ ### Angular Wrapper 6.14.0:
130
+ - [FR-14227] - Step up implementation and entitlements console error when logged out
131
+ - FR-14324 - Fix default values for loginWithRedirect
132
+ - FR-14342 - Add loginDirectAction to loginWithRedirect options
133
+
134
+ ## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)
135
+
136
+ - FR-14324 - Fix direct login custom social login
137
+
138
+
139
+ ### Angular Wrapper 6.13.0:
140
+ - FR-14324 - Fix default values for loginWithRedirect
141
+ - FR-14342 - Add loginDirectAction to loginWithRedirect options
142
+
143
+ ## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)
144
+
145
+ - FR-10692 - Remove the ability to select a full category on webhooks page
146
+
147
+
148
+
149
+ ## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
150
+
151
+ - FR-14324 - Fix android native module and add option for direct social login
152
+
153
+ - FR-14287 - Fix grammar of 1 day expiry of api tokens
154
+
155
+
156
+ - FR-14308 - Fixed alignment issue with icon in custom social login button
157
+
158
+ - FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
159
+
160
+ # Change Log
161
+
162
+ ## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
163
+
164
+ # v6.10.0
165
+
166
+ - FR-13527 - Added a11y support for admin portal pages: SSO, security, profile, personal tokens, users, groups, provisioning, audit logs, API tokens, webhooks, and account details.
167
+ - FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with a silent refresh.
168
+
169
+ ### Angular Wrapper 6.10.0:
170
+ - FR-14324 - Fixed Auth Guard support for hosted Login.
171
+
172
+ ## [6.9.0](https://github.com/frontegg/frontegg-angular/compare/v6.8.0...v6.9.0) (2023-11-20)
173
+
174
+ - FR-14201 - Fixed login with SMS resend code action
175
+
176
+
177
+ - FR-13913 - Let tenants/users set expiry on client credentials API tokens
178
+ - FR-14099 - Fix load custom login routes only when necessary
179
+ - FR-13605 - Support adding phone number field to signup page and control his required state
180
+
181
+
182
+ # Change Log
183
+
184
+ ## [6.8.0](https://github.com/frontegg/frontegg-angular/compare/v6.7.0...v6.8.0) (2023-11-6)
185
+
186
+ - FR-14102 - Fixed entitlements Frontegg user-id attribute usage
187
+ - FR-13123 - Added support to provide scopes for social logins
188
+
189
+
190
+ # Change Log
191
+
192
+ ## [6.7.0](https://github.com/frontegg/frontegg-angular/compare/v6.6.0...v6.7.0) (2023-11-1)
193
+
194
+ - FR-13327 - Update modern theme grey palette
195
+ - FR-13834 - Added Rule based entitlements
196
+ - FR-13508 - Mobile native module bridge
197
+ - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
198
+ - FR-13808 - Support Login with SMS
199
+ - FR-13786 - Support tab per tenant
200
+
201
+
202
+ ### Angular Wrapper 6.7.0:
203
+ - FR-13894 - Add support for additional params in login with redirect action
204
+ # Change Log
205
+
206
+ ## [6.6.0](https://github.com/frontegg/frontegg-angular/compare/v6.5.0...v6.6.0) (2023-10-24)
207
+
208
+ - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
209
+ - FR-13808 - Support Login with SMS
210
+ - FR-13786 - Support tab per tenant
211
+
212
+
213
+ ### Angular Wrapper 6.6.0:
214
+ - FR-13894 - Add support for additional params in login with redirect action
215
+ - FR-13820 - Rule based entitlements preparations
216
+ # Change Log
217
+
218
+ ## [6.5.0](https://github.com/frontegg/frontegg-angular/compare/v6.4.0...v6.5.0) (2023-10-11)
219
+
220
+ - FR-13798 - Added support for login with SMS
221
+ - FR-13364 - Improved validations text for sign-in form
222
+ -
223
+ # Change Log
224
+
225
+ ## [6.4.0](https://github.com/frontegg/frontegg-angular/compare/v6.3.0...v6.4.0) (2023-10-4)
226
+
227
+ - FR-13364 - Improved validations text for sign in form
228
+ - FR-13737 - Changed breached password page to be shown just for block breached password policy
229
+ - FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled
230
+
231
+
232
+ ## [6.3.0](https://github.com/frontegg/frontegg-angular/compare/v6.2.0...v6.3.0) (2023-10-2)
233
+
234
+ - FR-13455 - Fixed impersonation with custom login on embedded initial blank screen
235
+ - FR-13649 - Fixed testimonial quote layout for split signup mode
236
+
237
+
238
+ # Change Log
239
+
240
+ ## [6.2.0](https://github.com/frontegg/frontegg-angular/compare/v6.1.0...v6.2.0) (2023-9-28)
241
+
242
+ - Revamped the security page in the Admin Portal
243
+ #### Note: no migration is needed to upgrade between versions 5 to 6.
244
+
245
+ # Change Log
246
+
247
+ ## [6.1.0](https://github.com/frontegg/frontegg-angular/compare/v5.40.0...v6.1.0) (2023-9-27)
248
+
249
+ - FR-13509 - Added GTM integration
250
+
251
+ ## [5.40.0](https://github.com/frontegg/frontegg-angular/compare/v5.39.0...v5.40.0) (2023-9-5)
252
+
253
+ - Releasing the new Security Center Page, which will replace the current Security Page. Currently exposed on Early Access with limited availability by a feature flag.
254
+
255
+
256
+ # Change Log
257
+
258
+ ## [5.39.0](https://github.com/frontegg/frontegg-angular/compare/v5.38.0...v5.39.0) (2023-8-28)
259
+
260
+ - FR-13142 - Support setRootAccountData action for all account feature
261
+ - FR-12321 - Added max validations to session management fields
262
+
263
+
264
+ - FR-12974 - Fixed the issue with permissions and roles granted from user groups on User context
265
+ - FR-12322 - Change redirect to SSO text
266
+ - FR-12979 - Fixed MFA options save button to be disabled if the user has no security write permission
267
+
268
+ # Change Log
269
+
270
+ ## [5.38.0](https://github.com/frontegg/frontegg-angular/compare/v5.37.0...v5.38.0) (2023-8-14)
271
+
272
+ # v5.38.0
273
+ - FR-11857 - Added new support for hosted login to load user on load
274
+ - FR-12828 - Updated entitlements API response
275
+ - FR-12224 - Supported custom login for authenticated users without a tenant alias
276
+ - FR-12780 - Improved Entitlements Vanilla JS SDK
277
+
278
+ ### Angular Wrapper 5.38.0:
279
+ - FR-13038 - Added support for Angular 16
280
+ - FR-12986 - Added support of reporting Angular version header
281
+ - FR-12043 - Implemented FronteggEntitlementsService for exposing entitlements APIs
282
+
283
+ # Change Log
284
+
285
+ ## [5.37.0](https://github.com/frontegg/frontegg-angular/compare/v5.36.0...v5.37.0) (2023-7-24)
286
+
287
+ - FR-12828 - Added entitlements feature
288
+ - FR-12224 - Support custom login for authenticated users without a tenant alias
289
+ - FR-12688 - Make the Admin box compatible with the updated type of IUserProfile
290
+ - FR-12114 - Remove inactive custom social login provider
291
+ - FR-12098 - Fixed admin portal user status updates when email verification is off
292
+ - FR-12098 - Fixed workspace title for the vivid theme
293
+
294
+ ### Angular Wrapper 5.37.0:
295
+ - FR-12043 - Added entitlements feature
296
+ # Change Log
297
+
298
+ ## [5.36.0](https://github.com/frontegg/frontegg-angular/compare/v5.35.0...v5.36.0) (2023-7-13)
299
+
300
+ • FR-12550 - Align all auth methods to get the right login response type
301
+ • FR-12664 - Rename redux-saga file to prevent loop imports by webpack
302
+ • FR-12098 - Updated Admin portal user status to the correct one if email verification is off
303
+ • FR-12020 - Fixed blinking workspace title in admin portal vivid theme
304
+ • FR-12114 - Fixed custom social login provider shouldn't be shown if not active
305
+ • FR-12628 - Fixed custom login with hosted Oauth in URL
306
+ • FR-12575 - Changed remember my device value to be true by default
307
+ • FR-12581 - Added support for custom inline html and script
308
+ • FR-12343 - Added support for SSO per tenant
309
+ • FR-12488 - Backward compatible support for loadUsersV1
310
+ • FR-12164 - Added support for MSP bulk user invitation
311
+ • FR-12479 - Fixed MSP warning dialog issue
312
+ • FR-12408 - Redesigned Entitlements structure
313
+
314
+ ### Angular Wrapper 5.36.0:
315
+ - FR-12527 - Remove entitlements
316
+ # Change Log
317
+
318
+ ## [5.35.0](https://github.com/frontegg/frontegg-angular/compare/v5.34.0...v5.35.0) (2023-6-30)
319
+
320
+ - MSP update visibility, bugfix
321
+ - add security login flows
322
+
323
+ # Change Log
324
+
325
+ ## [5.34.0](https://github.com/frontegg/frontegg-angular/compare/v5.33.0...v5.34.0) (2023-6-28)
326
+
327
+ - FR-12277 - Extended tenants state with the active tenant to support MSP sub-accounts
328
+ - FR-12405 - MSP bug fixes
329
+ - FR-12381 - Migrated users table to load users by users V2 API
330
+
331
+ # Change Log
332
+
333
+ ## [5.33.0](https://github.com/frontegg/frontegg-angular/compare/v5.32.0...v5.33.0) (2023-6-22)
334
+
335
+ - Update load tenants to new version
336
+ - MSP bugfix, improvements
337
+ - Add support to load cdn component with the new vite version
338
+ - Fix new sso guide dark theme
339
+ - Add support props and frontegg hooks in custom components
340
+
341
+ # Change Log
342
+
343
+ ## [5.32.0](https://github.com/frontegg/frontegg-angular/compare/v5.31.0...v5.32.0) (2023-6-19)
344
+
345
+ Added support to load cdn component with the new vite version
346
+ - Fix for new sso guide dark theme
347
+ - Fix for login per tenant embedded with sub domain logout route
348
+ - Create MSP all accounts main page
349
+
350
+ # Change Log
351
+
352
+ ## [5.31.0](https://github.com/frontegg/frontegg-angular/compare/v5.30.0...v5.31.0) (2023-6-6)
353
+
354
+ - Improve login preview for login per tenant self service to rendered inside iframe
355
+ - Added required to fields in invite user modal
356
+ - Improve error handling for login
357
+ - Added MSP - all accounts main page and state
358
+
359
+
360
+ # Change Log
361
+
362
+ ## [5.30.0](https://github.com/frontegg/frontegg-angular/compare/v5.29.0...v5.30.0) (2023-5-28)
363
+
364
+ - Fixed hosted login with hash router
365
+ - Support login per tenant self service
366
+ - Added Cyprus phone area code 2 fa screen
367
+ - Added option to upload metadata file instead of metadata url
368
+
369
+ # Change Log
370
+
371
+ ## [5.29.0](https://github.com/frontegg/frontegg-angular/compare/v5.28.0...v5.29.0) (2023-5-23)
372
+
373
+ - Fix the issue with unnecessary white borders on the dark mode theme
374
+ - Add metadataHeaders type to contextOptions
375
+ - Add source header to all admin portal and login box requests
376
+ - Add login per tenant self service
377
+ - SSO Guides enhancements
378
+ - [Snyk] Security upgrade babel-plugin-module-resolver from 4.1.0 to 5.0.0
379
+ - Remove admin provisioning feature flag
380
+ - Report version and framework as requests headers
381
+ - [Snyk] Upgrade tslib from 2.3.0 to 2.5.0
382
+
383
+ # Change Log
384
+
385
+ ## [5.28.0](https://github.com/frontegg/frontegg-angular/compare/v5.27.0...v5.28.0) (2023-5-12)
386
+
387
+ - FR-11442 - Removed admin portal provisioning feature flag
388
+ - FR-11723 - Fixed refresh token when computer clock is set to a future time
389
+ - FR-11735 - Added support for customizing login per tenant in the admin portal
390
+ - FR-11442 - Removed legacy SSO tab code
391
+ - FR-11718 - Fix users' table UI issues
392
+ - FR-11113 - Fixed Frontegg logo overlapping navigation
393
+ - FR-11442 - Extract the provisioning tab to a separated page in the admin portal
394
+ - FR-11617 - Fixed a11y enter key press issue
395
+ - FR-11352 - Added support for nested table
396
+ - [Snyk] Security upgrade @azure/storage-blob from 12.11.0 to 12.13.0
397
+
398
+ # Change Log
399
+
400
+ ## [5.27.0](https://github.com/frontegg/frontegg-angular/compare/v5.26.0...v5.27.0) (2023-5-4)
401
+
402
+ - FR-11581 - fix a11y login-box onEnter event for links
403
+ - FR-11353 - add new tree graph component
404
+
405
+ ## [5.26.0](https://github.com/frontegg/frontegg-angular/compare/v5.25.0...v5.26.0) (2023-4-28)
406
+
407
+ - FR-11564 - Social login button shouldn't inherit from secondary color
408
+
409
+
410
+ ## [5.25.0](https://github.com/frontegg/frontegg-angular/compare/v5.24.0...v5.25.0) (2023-4-27)
411
+
412
+ - Fixed passkeys issue with reCaptcha
413
+ - Removed feature flag from passkeys button
414
+ - Enable loading Frontegg helper scripts by providing query params to Frontegg external source
415
+ - Security upgrade webpack from 5.74.0 to 5.76.0
416
+
417
+
418
+ ## [5.24.0](https://github.com/frontegg/frontegg-angular/compare/v5.23.0...v5.24.0) (2023-4-27)
419
+
420
+ - Fixed input hover issue on suffix icon
421
+ - A11y improvements
422
+
423
+
424
+ ## [5.23.0](https://github.com/frontegg/frontegg-angular/compare/v5.22.0...v5.23.0) (2023-4-25)
425
+
426
+ - Fix Passkeys button style
427
+ - Support login per tenant with search param
428
+
429
+ ## [5.22.0](https://github.com/frontegg/frontegg-angular/compare/v5.21.0...v5.22.0) (2023-4-23)
430
+ - Lock reduxjs/toolkit version to be compatible in Vite types plugin
431
+ - Fixed password input placeholder text in the login box
432
+ - Fixed social login buttons order
433
+ - Fix Vite js-sha256 warning
434
+ - Fixed company name error in split mode sign up
435
+ - Fixed phone number dropdown theming
436
+ - Added aria labels to buttons
437
+
438
+ ### Angular Wrapper 5.22.0:
439
+ - FR-11351 - preserve-query-params-for-login-per-tenant
440
+
441
+ ## [5.21.0](https://github.com/frontegg/frontegg-angular/compare/v5.20.0...v5.21.0) (2023-4-3)
442
+
443
+ - Added support for SCIM groups
444
+ - Updated texts across login box - grammar and terminology
445
+ - Added impersonation indicator to show impersonator that they're in an impersonation session
446
+ - Added passkeys feature
447
+
448
+ ### Angular Wrapper 5.21.0:
449
+ - Typo fix
450
+
451
+ ## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
452
+
453
+ - FR-11247 - fix version branch 6.82
454
+
455
+ - FR-11065 - add passkeys mock ff
456
+ - FR-11189 - mfa authenticator app change input type
457
+ - FR-10821 - fix table color
458
+ - FR-11204 - add unit testing with jest
459
+ - FR-11139 - fix groups
460
+ - FR-11039 - fix groups dummy
461
+ - FR-11039 - ff groups
462
+ - FR-10530 - fix ff store name
463
+ - FR-11067 - error handling on profile image upload
464
+ - FR-11039 - extend users table with groups column
465
+
466
+ - FR-10530 - fix ff
467
+ - FR-10654 - Fix OIDC loading screen
468
+ - FR-10530 - fix ff store name
469
+ - FR-10530 - fix ff store name
470
+ - FR-10530 - change ff behavior
471
+ - FR-10976 - Remove idle session export from default items
472
+
473
+
474
+ ## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
475
+
476
+ - Fixed use permission regex issue to accept a wild card
477
+ - User groups design fixes
478
+ - Fixed passkeys loading mode and login flow with MFA
479
+ - Update dependencies between passkeys and MFA on the privacy page
480
+ - Added support to reset Idle session timeout by post messages from the client iFrame
481
+ - Added an option to enforce redirect URLs to the same site only to avoid security issues
482
+ - Added support for customized social login providers
483
+
484
+
485
+ ## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
486
+
487
+ - Fixed resend OTC with reCaptcha
488
+ - Added support to let tenants create and manage user groups in the admin portal under a FF
489
+ - Added support to login with passkeys and manage passkeys in the admin portal under a FF
490
+ - Fixed invite users issue when the vendor is not forcing roles and permissions
491
+ - Support auth strategy and social logins for login per tenants
492
+ - Refactored feature flag mechanism to be based on rest-api package
493
+ - Fixed validation for postcode in admin portal forms
494
+ - Fixed SMS code input to have input type number
495
+ - Improved auth screens form UX
496
+
497
+ ### Angular Wrapper 5.18.0:
498
+ - Added support for redirect url in hosted login mode
499
+
500
+ ## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
501
+
502
+ - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
503
+ - Fixed background for table pivot column
504
+ - Fixed impersonation by removing unnecessary redirects and adding a refresh call
505
+ - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
506
+
507
+ ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
508
+
509
+ - Updated M2M tokens to reflect the vendor choice
510
+
511
+ ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
512
+
513
+ - Fixed go-to-sign-up message position in speedy login layout
514
+ - Added an input component to the library for adding members to a tenant
515
+ - Fix filtering SSO providers according to the vendor selection
516
+ - Added user groups card header component to the library
517
+ - Improved the admin portal and login box performance and bundle size
518
+
519
+
520
+ ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
521
+
522
+ - Fixed error message position in login with SMS screen
523
+ - Fixed missing client ID after creating API token
524
+
525
+ ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
526
+
527
+ - Added email type to all email inputs in the login box and admin portal
528
+ - Fixed mobile width of the login box in modern and classic theme
529
+ - Fixed the scrolling issue in the privacy page in the admin portal
530
+ - Updated SCIM UI
531
+ - Added API to customize forget password button in the login with password page
532
+ - Improve split mode values layout
533
+ - Added support to access API tokens
534
+ - Updated Accept Invitation text, icon, and debounce
535
+ - Fixed OTC login for mobile
536
+ - Added support to sync vendor security policies
537
+ - Added impersonation indication for audit logs
538
+ - Added support for Impersonation
539
+
540
+
541
+ ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
542
+
543
+ - Fixed sign up position in dark theme
544
+ - Added margin to login error
545
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
546
+
547
+
548
+ ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
549
+
550
+ - Fixed login with apple redirect URL
551
+ - Added impersonation indication in login session table
552
+ - Added support for session expired logout on Hosted Login
553
+ - Added support for login with Linkedin
554
+ - Added support for Google one tap
555
+ - Improve insert OTC screen UI
556
+ - Improve UX of authentication forms
557
+ - Fix apple logo color and match to font color
558
+
559
+ ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
560
+
561
+ - Few bug fixes
562
+
563
+
564
+ ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
565
+
566
+ - Fixed mfa input on mobile
567
+ - Enabled scim without roles
568
+ - Fixed menu component for dark theme
569
+ - Added api navigation icon
570
+ - Added tests for mfa
571
+ - Added apple social login types
572
+ - Added support for Hiding Invoices
573
+
574
+
575
+ ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
576
+
577
+ - Fixed MFA flow issues
578
+ - Added support for subscriptions billing collection
579
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
580
+ - Added SCIM section in admin portal under FF
581
+
582
+ ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
583
+
584
+ - Fixed ignoring `urlPrefix` issue
585
+ - Added the ability to Invite a user by bulk API in the admin portal
586
+ - Fixed OTC digits are not visible on mobile devices
587
+ - Added MFA devices management section in the admin portal under FF
588
+ - Fixed the ability to copy invite link for dynamic base URL as well
589
+ - Added new abilities to MFA flows under FF
590
+ - Added support for providing an external CDN to load fonts in Frontegg components
591
+
592
+ ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
593
+
594
+ - FR-9750 - change api according to the new names security tabs
595
+ - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
596
+ - FR-9826 - fix table header in dark theme
597
+ - FR-9237 - Max length for secret fields increased to 100
598
+ - FR-9742 - enroll mfa list
599
+ - FR-9772 - Send NULL on profilePictureUrl rather than null
600
+ - FR-9717 - Invite user customize form API
601
+ - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
602
+
603
+
604
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
605
+
606
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
607
+ - Added support for customizing admin portal navigation hover color
608
+ - Fixed typo of Andorra country in countries dropdown
609
+ - Fixed select popup alignment issue
610
+ - 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)
611
+ - Added mock for feature flags API for admin portal preview mode
612
+ - Fixed resend invitation and activate your account API calls
613
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
614
+ - Added support for customizing fields and tabs in the admin portal
615
+
616
+ ### Angular Wrapper 5.7.0:
617
+ - Updated README.md with the current integration guide
618
+
619
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
620
+
621
+ - FR-9186 - support ssr with session and refresh token
622
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
623
+
624
+ - FR-9186 - fix pipeline
625
+ ### AdminPortal 6.36.0:
626
+ -
627
+
628
+ ### AdminPortal 6.35.0:
629
+ -
630
+ ### AdminPortal 6.34.0:
631
+ -
632
+
633
+ ### Angular Wrapper 5.6.0:
634
+ - FR-9186 - Fix changelog
635
+ - Add karma.conf.js and adjust docker file
636
+ - Adjust Test runnner flags, to run in docker
637
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
638
+ - Change docker image to allow chromium to be installed
639
+ - Sanity Check
640
+
641
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
642
+
643
+ ### AdminPortal 6.34.0:
644
+ -
645
+
646
+ ### Angular Wrapper 5.5.3:
647
+ - FR-9186 - Fix changelog
648
+ - Add karma.conf.js and adjust docker file
649
+ - Adjust Test runnner flags, to run in docker
650
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
651
+ - Change docker image to allow chromium to be installed
652
+ - Sanity Check
653
+ - Sanity check for angular
654
+
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '6.27.0' };
360
+ var sdkVersion = { version: '6.28.0' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {