@frontegg/angular 7.6.4-alpha.11892230794 → 7.6.4

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