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