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