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