@frontegg/angular 7.17.4 → 7.17.5-alpha.18011429213

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -1178
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "7.17.4",
3
+ "version": "7.17.5-alpha.18011429213",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=12.0.0",
7
7
  "@angular/core": ">=12.0.0"
8
8
  },
9
9
  "dependencies": {
10
- "@frontegg/js": "7.87.0",
10
+ "@frontegg/js": "7.90.0",
11
11
  "csstype": "^3.0.8",
12
12
  "fast-deep-equal": "^3.1.3",
13
13
  "stream": "^0.0.2",
package/CHANGELOG.md DELETED
@@ -1,1178 +0,0 @@
1
- # Change Log
2
-
3
- ## [7.17.4](https://github.com/frontegg/frontegg-angular/compare/v7.17.3...v7.17.4) (2025-9-14)
4
-
5
- - FR-22130 - Removed autoFocus from invite user's email field
6
-
7
-
8
-
9
- ## [7.17.3](https://github.com/frontegg/frontegg-angular/compare/v7.17.2...v7.17.3) (2025-9-10)
10
-
11
- - FR-22001 - Added Embedded Social Login in MobileSDK
12
-
13
- - FR-22006 - Fixed signup login direct action with basename
14
-
15
-
16
-
17
- ## [7.17.2](https://github.com/frontegg/frontegg-angular/compare/v7.17.1...v7.17.2) (2025-9-3)
18
-
19
- - FR-21916 - Added username field to InviteUserForm with validation
20
- - FR-21330 - Fixed empty names
21
- - FR-22047 - Fixed user invite initial dialog to use inviteByEmailEnable...
22
- - FR-21924 - Added roles to invitation link flow
23
- - FR-21914 - Added smart navigation for invite dialog based on enabled …
24
- - FR-21913 - Added dialog step management enum and logic for enhanced invite user modal
25
-
26
-
27
- - FR-22006 - Added signup to login direct action
28
- - FR-21912 - Added InvitationLink component (basic version)
29
- - FR-21911 - Added InviteUserViaLink component (basic version)
30
- - FR-21910 - Added an InviteUserSelector component
31
- - FR-21909 - Changed InviteUserForm component to separate file from InviteUserDialog
32
-
33
-
34
-
35
- ## [7.17.1](https://github.com/frontegg/frontegg-angular/compare/v7.17.0...v7.17.1) (2025-8-12)
36
-
37
- - FR-21734 - Added the applications that are free-access for this tenant to the user's application list
38
- - FR-21350 - Added FREE-ACCESS application tenant to the user's application list
39
- - FR-21495 - Changed Georgia phone country code as requested
40
-
41
- - FR-21351 - Changed user loading methods to use the new V3 API
42
- - FR-21350 - Added usage for tenant-application access types in hosted Admin box
43
-
44
-
45
-
46
- ## [7.17.0](https://github.com/frontegg/frontegg-angular/compare/v7.16.1...v7.17.0) (2025-7-29)
47
-
48
- - FR-21351 - Changed user loading methods to use the new V3 API
49
- - FR-21350 - Added usage for tenant-application access types in hosted Admin box
50
-
51
- - FR-20601 - Fixed metadata sync when using custom signup fields
52
- - FR-20601 - Fixed custom signup fields visibility
53
- - FR-21194 - Fixed translations options to have all supported languages
54
- - FR-21242 - Added customization for select phone number country codes
55
-
56
-
57
-
58
- ## [7.16.1](https://github.com/frontegg/frontegg-angular/compare/v7.16.0...v7.16.1) (2025-6-23)
59
-
60
- - FR-20838 - Added search for role in the edit roles dialog of users page
61
- - FR-21222 - Fixed reset password selector icons to be aligned to the center
62
- - FR-21206 - Fixed user goes to "Forget password?" page after clicking on "Try another method"
63
- - FR-21208 - Added support for dynamic redirect url after signup
64
- - FR-21174 - Changed forgot password sms option translation
65
- - FR-21173 - Fixed password reset success state handling
66
-
67
-
68
- - FR-0000 - Fixed node version
69
- - FR-21160 - Removed exclusion of set user email policy state
70
- - FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
71
- - FR-21121 - Added reset password with email/sms actions and a Forgot password sms otc page
72
- - FR-21097 - Added suspense to renderCMCComponent
73
- - FR-21120 - Added BaseOTC component and use it in login otc flows
74
- - FR-21112 - Added password recovery selector and a determinePasswordRecoveryStrategy function
75
- - FR-21118 - Fixed default language handle
76
- - FR-20838 - Added search functionality to roles popper
77
- - FR-20178 - Added generic IdentifierField and used it in login and forgot password flows
78
- - FR-20945 - Added username in profile
79
- - FR-20868 - Added usernames
80
-
81
-
82
-
83
- ## [7.16.0](https://github.com/frontegg/frontegg-angular/compare/v7.15.0...v7.16.0) (2025-6-12)
84
-
85
- - FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
86
- - FR-21121 - Added reset password with email/sms actions and a Forgot password sms otc page
87
- - FR-21097 - Added suspense to renderCMCComponent
88
- - FR-21120 - Added BaseOTC component and use it in login otc flows
89
- - FR-21112 - Added password recovery selector and a determinePasswordRecoveryStrategy function
90
- - FR-21118 - Fixed default language handle
91
- - FR-20838 - Added search functionality to roles popper
92
- - FR-20178 - Added generic IdentifierField and used it in login and forgot password flows
93
- - FR-20945 - Added username in profile
94
- - FR-20868 - Added usernames
95
-
96
- - FR-21024 - Added callback to reset password cmc
97
- - FR-20953 - Added Display specific countries for phone number
98
- - FR-20733 - Fixed Screen flickering after forget password success
99
- - FR-20104 - Fixed Issue with search term persistence in the Personal and non-Personal API Tokens modals
100
- - FR-20811 - Fixed optional localizations deep partial type
101
- - FR-20407 - Added localization support for 25 languages
102
-
103
-
104
-
105
- ## [7.15.0](https://github.com/frontegg/frontegg-angular/compare/v7.14.2...v7.15.0) (2025-5-27)
106
-
107
- - FR-20899 - Changed logout user session button
108
- - FR-20901 - Fixed select actions menu item
109
- - FR-20871 - Added support for default language
110
- - FR-20894 - Added support regex in string input
111
-
112
-
113
- - FR-19718 - Added username strategies
114
-
115
- - FR-20337 - Fixed errors not displayed on submit
116
-
117
-
118
-
119
- ## [7.14.2](https://github.com/frontegg/frontegg-angular/compare/v7.14.1...v7.14.2) (2025-5-20)
120
-
121
- - FR-20337 - Fixed errors not displayed on submit
122
-
123
- - FR-19738 - Added support for CMC components
124
-
125
- - FR-20047 - Added support for overrideSignupFields as string js code
126
- - FR-19797 - Fixed bug duplicate request on double click
127
- - FR-20479 - Added type error validation method to yup interfaces
128
-
129
-
130
-
131
- ## [7.14.1](https://github.com/frontegg/frontegg-angular/compare/v7.14.0...v7.14.1) (2025-5-5)
132
-
133
- - FR-20047 - Added support for overrideSignupFields as string js code
134
- - FR-19797 - Fixed bug duplicate request on double click
135
- - FR-20479 - Added type error validation method to yup interfaces
136
-
137
- - FR-20482 - Added one of validation method to yup boolean interface
138
- - FR-19402 - Fixed UI delete all checkbox
139
- - FR-20398 - Added delete all option to SCIM deletion
140
- - FR-20047 - Added Custom Signup Fields
141
-
142
-
143
-
144
- ## [7.14.0](https://github.com/frontegg/frontegg-angular/compare/v7.13.5...v7.14.0) (2025-4-14)
145
-
146
- - FR-18986 - Added tooltip functionality for individual chips in GroupsChipsList component
147
- - FR-20385 - Fixed user impersonation with identifiers
148
- - FR-20254 - Added localizations for activate with social logins
149
- - FR-20280 - Added support for signup with phone number
150
-
151
-
152
-
153
- ## [7.13.5](https://github.com/frontegg/frontegg-angular/compare/v7.13.4...v7.13.5) (2025-3-31)
154
-
155
- - FR-20267 - Added support for direction by metadata
156
- - FR-20250 - Fixed min optional tests on password strength
157
- - FR-19976 - Fixed pre step shouldn't appear when shouldSetPassword is not false
158
-
159
-
160
-
161
- ## [7.13.4](https://github.com/frontegg/frontegg-angular/compare/v7.13.3...v7.13.4) (2025-3-23)
162
-
163
- - FR-19299 - Fixed Hebrew translation of password rotation
164
- - FR-17951 - Changed the api routes of profile page's phone number
165
-
166
- - FR-20068 - Added password config custom tests
167
-
168
-
169
-
170
- ## [7.13.3](https://github.com/frontegg/frontegg-angular/compare/v7.13.2...v7.13.3) (2025-3-16)
171
-
172
- - FR-20068 - Added password config custom tests
173
-
174
- - FR-13869 - Fixed autocomplete overrides input theme
175
- - FR-19956 - Fixed missing email for unenreolled MFA users
176
- - FR-20037 - Fixed input focus on user invite dialog
177
-
178
-
179
-
180
- ## [7.13.2](https://github.com/frontegg/frontegg-angular/compare/v7.13.1...v7.13.2) (2025-3-5)
181
-
182
- - FR-19452 - Added a "silent refresh" to switchTenant
183
-
184
-
185
-
186
- ## [7.13.1](https://github.com/frontegg/frontegg-angular/compare/v7.13.0...v7.13.1) (2025-3-4)
187
-
188
- - FR-19752 - Fixed error not shown in custom role creation
189
- - FR-18568 - Added password rotation support
190
-
191
- - FR-19037 - Added fallback for skip user load
192
- - FR-19648 - Added password expiration to login box
193
-
194
- - FR-19037 - Added an option to skip user load
195
-
196
-
197
-
198
- ## [7.13.0](https://github.com/frontegg/frontegg-angular/compare/v7.12.1...v7.13.0) (2025-2-20)
199
-
200
- - FR-18630 - Fixed input transparent autofill for vite
201
- - FR-15942 - Changed titles in SSO configuration guides
202
- - FR-19747 - Added a pre step toggler to the dashboard that enables a confirmation mechanism on relevant emails, to prevent automated scanners from invalidating magic links
203
-
204
-
205
- - FR-19677 - Added hebrew translations for the pre step screens
206
- - FR-19547 - Changed pre step titles
207
-
208
-
209
-
210
- ## [7.12.1](https://github.com/frontegg/frontegg-angular/compare/v7.12.0...v7.12.1) (2025-2-10)
211
-
212
- - FR-19547 - Changed prestep component to get t instead of texts
213
-
214
-
215
-
216
- ## [7.12.0](https://github.com/frontegg/frontegg-angular/compare/v7.11.8...v7.12.0) (2025-2-10)
217
-
218
- - FR-19547 - Added prestep support for auth flows
219
- - FR-19048 - Changed sign-up with 6 digit code flow
220
- - FR-19626 - Added support for social login eventually style
221
- - FR-9045 - Fixed login form placeholder color
222
-
223
-
224
-
225
- ## [7.11.8](https://github.com/frontegg/frontegg-angular/compare/v7.11.7...v7.11.8) (2025-2-5)
226
-
227
- - FR-19618 - Fixed FRONTEGG_AFTER_AUTH_REDIRECT_URL usage on custom login
228
- - FR-19509 - Fixed sms as main auth strategy validation
229
-
230
-
231
-
232
- ## [7.11.7](https://github.com/frontegg/frontegg-angular/compare/v7.11.6...v7.11.7) (2025-2-2)
233
-
234
- - FR-19573 - Fixed redundant required asterisk on optional field
235
- - FR-19566 - Fixed navbar route title appearing without items
236
- - FR-19351 - Fixed SMS input calling code replace
237
-
238
-
239
-
240
- ## [7.11.6](https://github.com/frontegg/frontegg-angular/compare/v7.11.5...v7.11.6) (2025-1-26)
241
-
242
- - FR-19351 - Fixed MFA with SMS error and inital state bugs
243
- - FR-19269 - Changed initial requests to run in parallel
244
-
245
-
246
-
247
- ## [7.11.5](https://github.com/frontegg/frontegg-angular/compare/v7.11.4...v7.11.5) (2025-1-16)
248
-
249
- - FR-19387 - Fixed login with apple in iOS devices
250
- - FR-18450 - Changed permissions tree components (refactor)
251
-
252
-
253
-
254
- ## [7.11.4](https://github.com/frontegg/frontegg-angular/compare/v7.11.3...v7.11.4) (2025-1-14)
255
-
256
- - FR-19236 - Fixed error handling on OIDC failure
257
- - FR-19301 - Fixed settings list item title
258
- - FR-19121 - Fixed security center recommendations after policy changed
259
-
260
-
261
-
262
- ## [7.11.3](https://github.com/frontegg/frontegg-angular/compare/v7.11.2...v7.11.3) (2025-1-6)
263
-
264
- - FR-19272 - Fixed sso input
265
-
266
-
267
- - FR-19068 - Fixed MFA error appears after reset
268
-
269
-
270
- ## [7.11.2](https://github.com/frontegg/frontegg-angular/compare/v7.11.1...v7.11.2) (2024-12-31)
271
-
272
- - FR-19220 - Fixed roles selection for MSP users
273
- - FR-19205 - Added filter country code by country calling code
274
- - FR-18963 - Added SMS enhancements
275
-
276
-
277
-
278
- ## [7.11.1](https://github.com/frontegg/frontegg-angular/compare/v7.11.0...v7.11.1) (2024-12-29)
279
-
280
- - FR-19191 - Fixed infinite loop on get ip metadata
281
-
282
-
283
- # Change Log
284
-
285
- ## [7.11.0](https://github.com/frontegg/frontegg-angular/compare/v7.10.0...v7.10.1) (2024-12-24)
286
-
287
- - FR-19079 - Added Suggest Save password in mobile sdk
288
-
289
- - FR-19047 - Fixed permissions evalutaion when have more than one permission
290
- - FR-18988 - Fixed missing email on MFA verification description
291
- - FR-19068 - Fixed MFA error appears after clicking on verify another way
292
- - FR-18917 - Fixed user roles deletion
293
-
294
-
295
-
296
- ## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)
297
-
298
- - FR-19047 - Fixed permissions evalutaion when have more than one permission
299
- - FR-18988 - Fixed missing email on MFA verification description
300
- - FR-19068 - Fixed MFA error appears after clicking on verify another way
301
- - FR-18917 - Fixed user roles deletion
302
-
303
- - FR-18683 - Changed phone number selector input
304
-
305
-
306
-
307
- ## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)
308
-
309
- - FR-18941 - Fixed permissions evaluation without permissions in JWT
310
- - FR-18966 - Added override error message infrastructure
311
-
312
-
313
- - FR-18896 - Added RTL support
314
-
315
-
316
-
317
- ## [7.8.2](https://github.com/frontegg/frontegg-angular/compare/v7.8.1...v7.8.2) (2024-12-5)
318
-
319
- FR-18954 - Fixed MFA with email active state, step and missing erros
320
- FR-18973 - Added login to show error page only for 5xx errors
321
-
322
-
323
- ## [7.8.1](https://github.com/frontegg/frontegg-angular/compare/v7.8.0...v7.8.1) (2024-12-3)
324
-
325
- - FR-18925 - Fixed wrong ip presented in Audit logs table IP column
326
-
327
-
328
- - FR-18682 - Changed country flags image
329
-
330
-
331
- ## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)
332
-
333
- - FR-18838 - Added MFA with email code
334
- - FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error
335
-
336
-
337
- # Change Log
338
-
339
- ## [7.7.0](https://github.com/frontegg/frontegg-angular/compare/v7.6.4...v7.7.0) (2024-11-21)
340
-
341
- - FR-18699 - Removed entitlements automatic 30 seconds refresh mechanism
342
- - FR-18138 - Added logic to improve login box and admin portal stability and resiliency
343
-
344
-
345
- ## [7.6.4](https://github.com/frontegg/frontegg-angular/compare/v7.6.3...v7.6.4) (2024-11-19)
346
-
347
- - FR-18341 - Fixed social login button size
348
- - FR-12722 - Fixed Incorrect order of social logins display
349
-
350
-
351
- ## [7.6.3](https://github.com/frontegg/frontegg-angular/compare/v7.6.2...v7.6.3) (2024-11-14)
352
-
353
- - FR-18646 - Fixed missing permissions with wildcard on custom roles
354
- - FR-18341 - Fixed Google Chrome Translate feature causes a crash
355
- - FR-16902 - Fixed login box scroll on mobile browsers
356
-
357
-
358
-
359
- ## [7.6.2](https://github.com/frontegg/frontegg-angular/compare/v7.6.1...v7.6.2) (2024-11-12)
360
-
361
- - FR-18594 - Fixed blinking bug On IP and domain page
362
- - FR-18499 - Fixed otc page blink
363
- - FR-18005 - Fixed search api tokens with null descriptions
364
- - FR-18499 - Fixed activate with code and password
365
- - FR-18582 - Fixed loader size and wrong massage
366
-
367
- - FR-18561 - Fixed get ip metadata when app name is provided
368
- - FR-17091 - Fixed long name in groups and roles
369
-
370
-
371
-
372
- ## [7.6.1](https://github.com/frontegg/frontegg-angular/compare/v7.6.0...v7.6.1) (2024-11-10)
373
-
374
- - FR-18561 - Fixed get ip metadata when app name is provided
375
- - FR-17091 - Fixed long name in groups and roles
376
-
377
-
378
- ### Angular Wrapper 7.6.1:
379
- - FR-18542: support minor versions
380
-
381
- ## [7.6.0](https://github.com/frontegg/frontegg-angular/compare/v7.5.0...v7.6.0) (2024-11-5)
382
-
383
- - FR-18529 - Fixed empty roles field bug when appName is provided
384
-
385
-
386
- - FR-18353 - Fixed tooltips mount component
387
- - FR-18476 - Added url for beforeRequestInterceptor function
388
- - FR-18476 - Added request interceptor
389
- - FR-18472 - Fixed Google one tap login stuck after unmounting login
390
- - FR-18436 - Fixed activate account with empty redirect bug
391
-
392
- - FR-17943 - Added code pages
393
-
394
-
395
- - FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
396
- - FR-18211 - Fixed email overlapping roles field
397
-
398
-
399
-
400
- ## [7.5.0](https://github.com/frontegg/frontegg-angular/compare/v7.4.0...v7.5.0) (2024-10-29)
401
-
402
- - FR-17943 - Added code pages
403
-
404
-
405
- - FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
406
- - FR-18211 - Fixed email overlapping roles field
407
-
408
- - FR-18356 - Fixed validations localization override type
409
-
410
-
411
-
412
- ## [7.4.0](https://github.com/frontegg/frontegg-angular/compare/v7.3.0...v7.4.0) (2024-10-10)
413
-
414
- - FR-18217 - Fixed impersonation on embedded
415
- - FR-18167 - Fixed back to login on magic link
416
- - FR-8030 - Fixed website dialog cancel button typeography
417
- - FR-17760 - Fixed empty lastSeen column on expanded user info
418
- - FR-17762 - Fixed tree component using mui/x-tree-view
419
- - FR-17517 - Fixed login direct action race condition
420
- - FR-17649 - Fixed autofill sms code iOS SDK
421
- - FR-17650 - Fixed auto capitalize email input in login page
422
- - FR-17443 - Fixed infinite loader when using direct login action
423
-
424
-
425
- ## [7.3.0](https://github.com/frontegg/frontegg-angular/compare/v7.2.0...v7.3.0) (2024-8-28)
426
-
427
- - FR-17626 - Fix clientId on request authorize for multi-apps
428
- - FR-17182 - Fix copy invite user link in hosted admin portal
429
-
430
-
431
- # Change Log
432
-
433
- ## [7.2.0](https://github.com/frontegg/frontegg-angular/compare/v7.1.0...v7.2.0) (2024-8-26)
434
-
435
-
436
- # Change Log
437
-
438
- ## [7.1.0](https://github.com/frontegg/frontegg-angular/compare/v7.0.0...v7.1.0) (2024-8-18)
439
-
440
- - FR-17169 - Added support in send unlock account email
441
-
442
-
443
- # Change Log
444
-
445
- ## [7.0.0](https://github.com/frontegg/frontegg-angular/compare/v6.34.0...v7.0.0) (2024-8-5)
446
-
447
- ### 🚀 Major Changes
448
- - **Store Management:**
449
- - 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.
450
-
451
- ### 🔧 Upgrades
452
- - **TypeScript:**
453
- - 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.
454
-
455
- - **Testing Framework:**
456
- - Upgraded Jest to version `v29`. This upgrade includes performance improvements, new features, and bug fixes, ensuring more reliable and faster tests.
457
-
458
- - **UI Dependencies:**
459
- - Upgraded Material UI, Emotion, and Stylis to their latest versions, enhancing UI component performance, styling flexibility, and overall user experience.
460
-
461
- - **Node.js:**
462
- - Upgraded Node.js from version `16` to `18.18`, ensuring compatibility with the latest features and security updates.
463
-
464
- ### 🛠 Enhancements
465
- - **Refactor:**
466
- - Refactored code to use nested imports in Material UI, which helps reduce bundle size.
467
-
468
- - **MFA (Multi-Factor Authentication):**
469
- - Changed the MFA code input to auto-submit upon completion for a smoother user experience.
470
-
471
- - **Dependencies:**
472
- - Incremented various dependencies, Node.js, and TypeScript to align with the latest standards and ensure better performance and security.
473
-
474
- - **New Feature:**
475
- - Added a "Resend Invitation Email" action to the users table on the "All Accounts" page, improving user management capabilities.
476
-
477
- ### ⚠️ Breaking Changes
478
- - **Permissions & Privacy Page:**
479
- - Removed permissions from the privacy page. The user privacy page will now be displayed for all users in the admin portal.
480
-
481
-
482
- # Change Log
483
-
484
- ## [6.34.0](https://github.com/frontegg/frontegg-angular/compare/v6.33.0...v6.34.0) (2024-7-22)
485
-
486
- - FR-16990 - Fixed social logins container styling
487
- - FR-17117 - Added URL validation to direct login action
488
-
489
-
490
-
491
- # Change Log
492
-
493
- ## [6.33.0](https://github.com/frontegg/frontegg-angular/compare/v6.32.0...v6.33.0) (2024-7-18)
494
-
495
- - FR-17009 - Add the option to disable/enable users from users table
496
-
497
- ## [6.32.0](https://github.com/frontegg/frontegg-angular/compare/v6.31.0...v6.32.0) (2024-7-16)
498
-
499
- * FR-17055 - Fix SSO redirect race condition
500
-
501
-
502
-
503
- ## [6.31.0](https://github.com/frontegg/frontegg-angular/compare/v6.30.0...v6.31.0) (2024-7-10)
504
-
505
- - FR-16987 - Add additional params to vanilla js loginWithRedircet
506
- - FR-16960 - Fix typography color in SSO guides dark mode
507
-
508
-
509
- # Change Log
510
-
511
- ## [6.30.0](https://github.com/frontegg/frontegg-angular/compare/v6.29.0...v6.30.0) (2024-7-9)
512
-
513
- - FR-16737 - Allow terms and conditions checkbox on sign up form being optional
514
-
515
-
516
- ## [6.29.0](https://github.com/frontegg/frontegg-angular/compare/v6.28.0...v6.29.0) (2024-7-4)
517
-
518
- - FR-16881 - Fixed hosted login redirect url when using basename
519
- - FR-16812 - Fixed dark theme disabled input palette
520
-
521
- - FR-16704 - fix password meter unsuspended async component
522
-
523
- FR-15484 - Fix update tenant state after account settings change
524
- FR-16613 - Add automatic sub-account access in MSP
525
-
526
-
527
- ## [6.28.0](https://github.com/frontegg/frontegg-angular/compare/v6.27.0...v6.28.0) (2024-6-5)
528
-
529
- - FR-16513 - Show client id on all tokens in API tokens table
530
-
531
-
532
-
533
- ## [6.27.0](https://github.com/frontegg/frontegg-angular/compare/v6.26.0...v6.27.0) (2024-5-28)
534
-
535
- - FR-16341 - Support hiding columns in admin portal users table
536
-
537
-
538
-
539
- ## [6.26.0](https://github.com/frontegg/frontegg-angular/compare/v6.25.0...v6.26.0) (2024-5-27)
540
-
541
- - FR-16463 - Removed domain restrictions validation when invite user from All Accounts page
542
- - FR-16421 - Fixed error handling in edit phone number dialog
543
-
544
- # Change Log
545
-
546
- ## [6.25.0](https://github.com/frontegg/frontegg-angular/compare/v6.24.1...v6.25.0) (2024-4-21)
547
-
548
- - FR-15737 - Added an option for accounts to open sub-account management for their sub-accounts
549
- - FR-15603 - Added support for embedded SCIM guides
550
-
551
-
552
- # Change Log
553
-
554
- ## [6.24.1](https://github.com/frontegg/frontegg-angular/compare/v6.24.0...v6.24.1) (2024-4-18)
555
-
556
- - FR-16088 - Support hosted admin portal
557
-
558
- # Change Log
559
-
560
- ## [6.24.0](https://github.com/frontegg/frontegg-angular/compare/v6.23.0...v6.24.0) (2024-4-18)
561
-
562
- - FR-FR-15124 - Support multi-apps
563
-
564
- ## [6.23.0](https://github.com/frontegg/frontegg-angular/compare/v6.22.0...v6.23.0) (2024-4-15)
565
-
566
- - FR-15863 - Changed chip list design in admin portal
567
-
568
- - FR-15367 - Fixed user logo upload for SCIM users
569
- - FR-15111 - Fixed impersonation embedded redirection
570
-
571
- ### Angular Wrapper 6.23.0:
572
- - FR-15672 - E2E workflows support
573
- # Change Log
574
-
575
- ## [6.22.0](https://github.com/frontegg/frontegg-angular/compare/v6.21.0...v6.22.0) (2024-4-2)
576
-
577
- - FR-15367 - Fixed user logo upload for SCIM users
578
- - FR-15111 - Fixed impersonation embedded redirection
579
-
580
- # Change Log
581
-
582
- ## [6.21.0](https://github.com/frontegg/frontegg-angular/compare/v6.20.0...v6.21.0) (2024-3-20)
583
-
584
- - FR-15233 - Fix autocomplete popper
585
-
586
-
587
- - FR-13828 - Add option to specify prompt consent from loginDirectAction
588
- - FR-15315 - Added sort for role selections in Admin Portal
589
-
590
-
591
- # Change Log
592
-
593
- ## [6.20.0](https://github.com/frontegg/frontegg-angular/compare/v6.19.0...v6.20.0) (2024-3-3)
594
-
595
- - FR-15270 - Added new roles page to the Admin Portal
596
- - FR-15395 - Fixed tab tenant not cleared after logout
597
-
598
- # Change Log
599
-
600
- ## [6.19.0](https://github.com/frontegg/frontegg-angular/compare/v6.18.0...v6.19.0) (2024-2-28)
601
-
602
- - FR-15376 - fixed null group description exception
603
- - FR-15305 - Fixed changed fields sent on edit group to support SCIM group update
604
- - FR-15219 - Fixed missing row actions in users table when using MSP
605
-
606
-
607
- ## [6.18.0](https://github.com/frontegg/frontegg-angular/compare/v6.17.0...v6.18.0) (2024-2-1)
608
-
609
- - FR-15087 - Added oidc support for linkedin
610
- - FR-14997 - Fixed invite user dialog UI issues
611
-
612
-
613
-
614
- ## [6.17.0](https://github.com/frontegg/frontegg-angular/compare/v6.16.0...v6.17.0) (2024-1-28)
615
-
616
- - FR-14910 - Fixed handling entitlements errors
617
- - FR-14740 - Send tenant alias for hosted custom login auth user
618
- - FR-14197 - Added Canada to MFA SMS list of countries
619
- - FR-14859 - Fixed roles filtering for MSP
620
- - FR-14855 - Added support for social login consent, by default it is false.
621
- - FR-14813 - Added support for open app page with basename
622
- - FR-14813 - Added support for mobile deep link redirect page
623
-
624
-
625
-
626
- ## [6.16.0](https://github.com/frontegg/frontegg-angular/compare/v6.15.0...v6.16.0) (2024-1-7)
627
-
628
- - FR-14807 - Fixed step up double call to generate step up session
629
-
630
-
631
- # Change Log
632
-
633
- ## [6.15.0](https://github.com/frontegg/frontegg-angular/compare/v6.14.0...v6.15.0) (2024-1-3)
634
-
635
- - FR-14753 - Fixed step up key removing when user does not finish step up flow
636
-
637
-
638
-
639
- ## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)
640
-
641
- - FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions
642
-
643
- - FR-14578 - Fixed custom login without tenant alias
644
- - FR-14638 - Missing exp on user interface
645
- - FR-14560 - added temporary users feature
646
-
647
-
648
- - FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
649
-
650
-
651
- - FR-14219 - Step up - Embedded flow
652
-
653
- ### Angular Wrapper 6.14.0:
654
- - [FR-14227] - Step up implementation and entitlements console error when logged out
655
- - FR-14324 - Fix default values for loginWithRedirect
656
- - FR-14342 - Add loginDirectAction to loginWithRedirect options
657
-
658
- ## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)
659
-
660
- - FR-14324 - Fix direct login custom social login
661
-
662
-
663
- ### Angular Wrapper 6.13.0:
664
- - FR-14324 - Fix default values for loginWithRedirect
665
- - FR-14342 - Add loginDirectAction to loginWithRedirect options
666
-
667
- ## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)
668
-
669
- - FR-10692 - Remove the ability to select a full category on webhooks page
670
-
671
-
672
-
673
- ## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
674
-
675
- - FR-14324 - Fix android native module and add option for direct social login
676
-
677
- - FR-14287 - Fix grammar of 1 day expiry of api tokens
678
-
679
-
680
- - FR-14308 - Fixed alignment issue with icon in custom social login button
681
-
682
- - FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
683
-
684
- # Change Log
685
-
686
- ## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
687
-
688
- # v6.10.0
689
-
690
- - 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.
691
- - FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with a silent refresh.
692
-
693
- ### Angular Wrapper 6.10.0:
694
- - FR-14324 - Fixed Auth Guard support for hosted Login.
695
-
696
- ## [6.9.0](https://github.com/frontegg/frontegg-angular/compare/v6.8.0...v6.9.0) (2023-11-20)
697
-
698
- - FR-14201 - Fixed login with SMS resend code action
699
-
700
-
701
- - FR-13913 - Let tenants/users set expiry on client credentials API tokens
702
- - FR-14099 - Fix load custom login routes only when necessary
703
- - FR-13605 - Support adding phone number field to signup page and control his required state
704
-
705
-
706
- # Change Log
707
-
708
- ## [6.8.0](https://github.com/frontegg/frontegg-angular/compare/v6.7.0...v6.8.0) (2023-11-6)
709
-
710
- - FR-14102 - Fixed entitlements Frontegg user-id attribute usage
711
- - FR-13123 - Added support to provide scopes for social logins
712
-
713
-
714
- # Change Log
715
-
716
- ## [6.7.0](https://github.com/frontegg/frontegg-angular/compare/v6.6.0...v6.7.0) (2023-11-1)
717
-
718
- - FR-13327 - Update modern theme grey palette
719
- - FR-13834 - Added Rule based entitlements
720
- - FR-13508 - Mobile native module bridge
721
- - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
722
- - FR-13808 - Support Login with SMS
723
- - FR-13786 - Support tab per tenant
724
-
725
-
726
- ### Angular Wrapper 6.7.0:
727
- - FR-13894 - Add support for additional params in login with redirect action
728
- # Change Log
729
-
730
- ## [6.6.0](https://github.com/frontegg/frontegg-angular/compare/v6.5.0...v6.6.0) (2023-10-24)
731
-
732
- - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
733
- - FR-13808 - Support Login with SMS
734
- - FR-13786 - Support tab per tenant
735
-
736
-
737
- ### Angular Wrapper 6.6.0:
738
- - FR-13894 - Add support for additional params in login with redirect action
739
- - FR-13820 - Rule based entitlements preparations
740
- # Change Log
741
-
742
- ## [6.5.0](https://github.com/frontegg/frontegg-angular/compare/v6.4.0...v6.5.0) (2023-10-11)
743
-
744
- - FR-13798 - Added support for login with SMS
745
- - FR-13364 - Improved validations text for sign-in form
746
- -
747
- # Change Log
748
-
749
- ## [6.4.0](https://github.com/frontegg/frontegg-angular/compare/v6.3.0...v6.4.0) (2023-10-4)
750
-
751
- - FR-13364 - Improved validations text for sign in form
752
- - FR-13737 - Changed breached password page to be shown just for block breached password policy
753
- - FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled
754
-
755
-
756
- ## [6.3.0](https://github.com/frontegg/frontegg-angular/compare/v6.2.0...v6.3.0) (2023-10-2)
757
-
758
- - FR-13455 - Fixed impersonation with custom login on embedded initial blank screen
759
- - FR-13649 - Fixed testimonial quote layout for split signup mode
760
-
761
-
762
- # Change Log
763
-
764
- ## [6.2.0](https://github.com/frontegg/frontegg-angular/compare/v6.1.0...v6.2.0) (2023-9-28)
765
-
766
- - Revamped the security page in the Admin Portal
767
- #### Note: no migration is needed to upgrade between versions 5 to 6.
768
-
769
- # Change Log
770
-
771
- ## [6.1.0](https://github.com/frontegg/frontegg-angular/compare/v5.40.0...v6.1.0) (2023-9-27)
772
-
773
- - FR-13509 - Added GTM integration
774
-
775
- ## [5.40.0](https://github.com/frontegg/frontegg-angular/compare/v5.39.0...v5.40.0) (2023-9-5)
776
-
777
- - 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.
778
-
779
-
780
- # Change Log
781
-
782
- ## [5.39.0](https://github.com/frontegg/frontegg-angular/compare/v5.38.0...v5.39.0) (2023-8-28)
783
-
784
- - FR-13142 - Support setRootAccountData action for all account feature
785
- - FR-12321 - Added max validations to session management fields
786
-
787
-
788
- - FR-12974 - Fixed the issue with permissions and roles granted from user groups on User context
789
- - FR-12322 - Change redirect to SSO text
790
- - FR-12979 - Fixed MFA options save button to be disabled if the user has no security write permission
791
-
792
- # Change Log
793
-
794
- ## [5.38.0](https://github.com/frontegg/frontegg-angular/compare/v5.37.0...v5.38.0) (2023-8-14)
795
-
796
- # v5.38.0
797
- - FR-11857 - Added new support for hosted login to load user on load
798
- - FR-12828 - Updated entitlements API response
799
- - FR-12224 - Supported custom login for authenticated users without a tenant alias
800
- - FR-12780 - Improved Entitlements Vanilla JS SDK
801
-
802
- ### Angular Wrapper 5.38.0:
803
- - FR-13038 - Added support for Angular 16
804
- - FR-12986 - Added support of reporting Angular version header
805
- - FR-12043 - Implemented FronteggEntitlementsService for exposing entitlements APIs
806
-
807
- # Change Log
808
-
809
- ## [5.37.0](https://github.com/frontegg/frontegg-angular/compare/v5.36.0...v5.37.0) (2023-7-24)
810
-
811
- - FR-12828 - Added entitlements feature
812
- - FR-12224 - Support custom login for authenticated users without a tenant alias
813
- - FR-12688 - Make the Admin box compatible with the updated type of IUserProfile
814
- - FR-12114 - Remove inactive custom social login provider
815
- - FR-12098 - Fixed admin portal user status updates when email verification is off
816
- - FR-12098 - Fixed workspace title for the vivid theme
817
-
818
- ### Angular Wrapper 5.37.0:
819
- - FR-12043 - Added entitlements feature
820
- # Change Log
821
-
822
- ## [5.36.0](https://github.com/frontegg/frontegg-angular/compare/v5.35.0...v5.36.0) (2023-7-13)
823
-
824
- • FR-12550 - Align all auth methods to get the right login response type
825
- • FR-12664 - Rename redux-saga file to prevent loop imports by webpack
826
- • FR-12098 - Updated Admin portal user status to the correct one if email verification is off
827
- • FR-12020 - Fixed blinking workspace title in admin portal vivid theme
828
- • FR-12114 - Fixed custom social login provider shouldn't be shown if not active
829
- • FR-12628 - Fixed custom login with hosted Oauth in URL
830
- • FR-12575 - Changed remember my device value to be true by default
831
- • FR-12581 - Added support for custom inline html and script
832
- • FR-12343 - Added support for SSO per tenant
833
- • FR-12488 - Backward compatible support for loadUsersV1
834
- • FR-12164 - Added support for MSP bulk user invitation
835
- • FR-12479 - Fixed MSP warning dialog issue
836
- • FR-12408 - Redesigned Entitlements structure
837
-
838
- ### Angular Wrapper 5.36.0:
839
- - FR-12527 - Remove entitlements
840
- # Change Log
841
-
842
- ## [5.35.0](https://github.com/frontegg/frontegg-angular/compare/v5.34.0...v5.35.0) (2023-6-30)
843
-
844
- - MSP update visibility, bugfix
845
- - add security login flows
846
-
847
- # Change Log
848
-
849
- ## [5.34.0](https://github.com/frontegg/frontegg-angular/compare/v5.33.0...v5.34.0) (2023-6-28)
850
-
851
- - FR-12277 - Extended tenants state with the active tenant to support MSP sub-accounts
852
- - FR-12405 - MSP bug fixes
853
- - FR-12381 - Migrated users table to load users by users V2 API
854
-
855
- # Change Log
856
-
857
- ## [5.33.0](https://github.com/frontegg/frontegg-angular/compare/v5.32.0...v5.33.0) (2023-6-22)
858
-
859
- - Update load tenants to new version
860
- - MSP bugfix, improvements
861
- - Add support to load cdn component with the new vite version
862
- - Fix new sso guide dark theme
863
- - Add support props and frontegg hooks in custom components
864
-
865
- # Change Log
866
-
867
- ## [5.32.0](https://github.com/frontegg/frontegg-angular/compare/v5.31.0...v5.32.0) (2023-6-19)
868
-
869
- Added support to load cdn component with the new vite version
870
- - Fix for new sso guide dark theme
871
- - Fix for login per tenant embedded with sub domain logout route
872
- - Create MSP all accounts main page
873
-
874
- # Change Log
875
-
876
- ## [5.31.0](https://github.com/frontegg/frontegg-angular/compare/v5.30.0...v5.31.0) (2023-6-6)
877
-
878
- - Improve login preview for login per tenant self service to rendered inside iframe
879
- - Added required to fields in invite user modal
880
- - Improve error handling for login
881
- - Added MSP - all accounts main page and state
882
-
883
-
884
- # Change Log
885
-
886
- ## [5.30.0](https://github.com/frontegg/frontegg-angular/compare/v5.29.0...v5.30.0) (2023-5-28)
887
-
888
- - Fixed hosted login with hash router
889
- - Support login per tenant self service
890
- - Added Cyprus phone area code 2 fa screen
891
- - Added option to upload metadata file instead of metadata url
892
-
893
- # Change Log
894
-
895
- ## [5.29.0](https://github.com/frontegg/frontegg-angular/compare/v5.28.0...v5.29.0) (2023-5-23)
896
-
897
- - Fix the issue with unnecessary white borders on the dark mode theme
898
- - Add metadataHeaders type to contextOptions
899
- - Add source header to all admin portal and login box requests
900
- - Add login per tenant self service
901
- - SSO Guides enhancements
902
- - [Snyk] Security upgrade babel-plugin-module-resolver from 4.1.0 to 5.0.0
903
- - Remove admin provisioning feature flag
904
- - Report version and framework as requests headers
905
- - [Snyk] Upgrade tslib from 2.3.0 to 2.5.0
906
-
907
- # Change Log
908
-
909
- ## [5.28.0](https://github.com/frontegg/frontegg-angular/compare/v5.27.0...v5.28.0) (2023-5-12)
910
-
911
- - FR-11442 - Removed admin portal provisioning feature flag
912
- - FR-11723 - Fixed refresh token when computer clock is set to a future time
913
- - FR-11735 - Added support for customizing login per tenant in the admin portal
914
- - FR-11442 - Removed legacy SSO tab code
915
- - FR-11718 - Fix users' table UI issues
916
- - FR-11113 - Fixed Frontegg logo overlapping navigation
917
- - FR-11442 - Extract the provisioning tab to a separated page in the admin portal
918
- - FR-11617 - Fixed a11y enter key press issue
919
- - FR-11352 - Added support for nested table
920
- - [Snyk] Security upgrade @azure/storage-blob from 12.11.0 to 12.13.0
921
-
922
- # Change Log
923
-
924
- ## [5.27.0](https://github.com/frontegg/frontegg-angular/compare/v5.26.0...v5.27.0) (2023-5-4)
925
-
926
- - FR-11581 - fix a11y login-box onEnter event for links
927
- - FR-11353 - add new tree graph component
928
-
929
- ## [5.26.0](https://github.com/frontegg/frontegg-angular/compare/v5.25.0...v5.26.0) (2023-4-28)
930
-
931
- - FR-11564 - Social login button shouldn't inherit from secondary color
932
-
933
-
934
- ## [5.25.0](https://github.com/frontegg/frontegg-angular/compare/v5.24.0...v5.25.0) (2023-4-27)
935
-
936
- - Fixed passkeys issue with reCaptcha
937
- - Removed feature flag from passkeys button
938
- - Enable loading Frontegg helper scripts by providing query params to Frontegg external source
939
- - Security upgrade webpack from 5.74.0 to 5.76.0
940
-
941
-
942
- ## [5.24.0](https://github.com/frontegg/frontegg-angular/compare/v5.23.0...v5.24.0) (2023-4-27)
943
-
944
- - Fixed input hover issue on suffix icon
945
- - A11y improvements
946
-
947
-
948
- ## [5.23.0](https://github.com/frontegg/frontegg-angular/compare/v5.22.0...v5.23.0) (2023-4-25)
949
-
950
- - Fix Passkeys button style
951
- - Support login per tenant with search param
952
-
953
- ## [5.22.0](https://github.com/frontegg/frontegg-angular/compare/v5.21.0...v5.22.0) (2023-4-23)
954
- - Lock reduxjs/toolkit version to be compatible in Vite types plugin
955
- - Fixed password input placeholder text in the login box
956
- - Fixed social login buttons order
957
- - Fix Vite js-sha256 warning
958
- - Fixed company name error in split mode sign up
959
- - Fixed phone number dropdown theming
960
- - Added aria labels to buttons
961
-
962
- ### Angular Wrapper 5.22.0:
963
- - FR-11351 - preserve-query-params-for-login-per-tenant
964
-
965
- ## [5.21.0](https://github.com/frontegg/frontegg-angular/compare/v5.20.0...v5.21.0) (2023-4-3)
966
-
967
- - Added support for SCIM groups
968
- - Updated texts across login box - grammar and terminology
969
- - Added impersonation indicator to show impersonator that they're in an impersonation session
970
- - Added passkeys feature
971
-
972
- ### Angular Wrapper 5.21.0:
973
- - Typo fix
974
-
975
- ## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
976
-
977
- - FR-11247 - fix version branch 6.82
978
-
979
- - FR-11065 - add passkeys mock ff
980
- - FR-11189 - mfa authenticator app change input type
981
- - FR-10821 - fix table color
982
- - FR-11204 - add unit testing with jest
983
- - FR-11139 - fix groups
984
- - FR-11039 - fix groups dummy
985
- - FR-11039 - ff groups
986
- - FR-10530 - fix ff store name
987
- - FR-11067 - error handling on profile image upload
988
- - FR-11039 - extend users table with groups column
989
-
990
- - FR-10530 - fix ff
991
- - FR-10654 - Fix OIDC loading screen
992
- - FR-10530 - fix ff store name
993
- - FR-10530 - fix ff store name
994
- - FR-10530 - change ff behavior
995
- - FR-10976 - Remove idle session export from default items
996
-
997
-
998
- ## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
999
-
1000
- - Fixed use permission regex issue to accept a wild card
1001
- - User groups design fixes
1002
- - Fixed passkeys loading mode and login flow with MFA
1003
- - Update dependencies between passkeys and MFA on the privacy page
1004
- - Added support to reset Idle session timeout by post messages from the client iFrame
1005
- - Added an option to enforce redirect URLs to the same site only to avoid security issues
1006
- - Added support for customized social login providers
1007
-
1008
-
1009
- ## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
1010
-
1011
- - Fixed resend OTC with reCaptcha
1012
- - Added support to let tenants create and manage user groups in the admin portal under a FF
1013
- - Added support to login with passkeys and manage passkeys in the admin portal under a FF
1014
- - Fixed invite users issue when the vendor is not forcing roles and permissions
1015
- - Support auth strategy and social logins for login per tenants
1016
- - Refactored feature flag mechanism to be based on rest-api package
1017
- - Fixed validation for postcode in admin portal forms
1018
- - Fixed SMS code input to have input type number
1019
- - Improved auth screens form UX
1020
-
1021
- ### Angular Wrapper 5.18.0:
1022
- - Added support for redirect url in hosted login mode
1023
-
1024
- ## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
1025
-
1026
- - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
1027
- - Fixed background for table pivot column
1028
- - Fixed impersonation by removing unnecessary redirects and adding a refresh call
1029
- - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
1030
-
1031
- ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
1032
-
1033
- - Updated M2M tokens to reflect the vendor choice
1034
-
1035
- ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
1036
-
1037
- - Fixed go-to-sign-up message position in speedy login layout
1038
- - Added an input component to the library for adding members to a tenant
1039
- - Fix filtering SSO providers according to the vendor selection
1040
- - Added user groups card header component to the library
1041
- - Improved the admin portal and login box performance and bundle size
1042
-
1043
-
1044
- ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
1045
-
1046
- - Fixed error message position in login with SMS screen
1047
- - Fixed missing client ID after creating API token
1048
-
1049
- ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
1050
-
1051
- - Added email type to all email inputs in the login box and admin portal
1052
- - Fixed mobile width of the login box in modern and classic theme
1053
- - Fixed the scrolling issue in the privacy page in the admin portal
1054
- - Updated SCIM UI
1055
- - Added API to customize forget password button in the login with password page
1056
- - Improve split mode values layout
1057
- - Added support to access API tokens
1058
- - Updated Accept Invitation text, icon, and debounce
1059
- - Fixed OTC login for mobile
1060
- - Added support to sync vendor security policies
1061
- - Added impersonation indication for audit logs
1062
- - Added support for Impersonation
1063
-
1064
-
1065
- ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
1066
-
1067
- - Fixed sign up position in dark theme
1068
- - Added margin to login error
1069
- - Added support for built-in authenticators, security keys, and SMS as MFA methods
1070
-
1071
-
1072
- ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
1073
-
1074
- - Fixed login with apple redirect URL
1075
- - Added impersonation indication in login session table
1076
- - Added support for session expired logout on Hosted Login
1077
- - Added support for login with Linkedin
1078
- - Added support for Google one tap
1079
- - Improve insert OTC screen UI
1080
- - Improve UX of authentication forms
1081
- - Fix apple logo color and match to font color
1082
-
1083
- ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
1084
-
1085
- - Few bug fixes
1086
-
1087
-
1088
- ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
1089
-
1090
- - Fixed mfa input on mobile
1091
- - Enabled scim without roles
1092
- - Fixed menu component for dark theme
1093
- - Added api navigation icon
1094
- - Added tests for mfa
1095
- - Added apple social login types
1096
- - Added support for Hiding Invoices
1097
-
1098
-
1099
- ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
1100
-
1101
- - Fixed MFA flow issues
1102
- - Added support for subscriptions billing collection
1103
- - Fixed the issue of the OTC screen submit button is disabled on mobile devices
1104
- - Added SCIM section in admin portal under FF
1105
-
1106
- ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
1107
-
1108
- - Fixed ignoring `urlPrefix` issue
1109
- - Added the ability to Invite a user by bulk API in the admin portal
1110
- - Fixed OTC digits are not visible on mobile devices
1111
- - Added MFA devices management section in the admin portal under FF
1112
- - Fixed the ability to copy invite link for dynamic base URL as well
1113
- - Added new abilities to MFA flows under FF
1114
- - Added support for providing an external CDN to load fonts in Frontegg components
1115
-
1116
- ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
1117
-
1118
- - FR-9750 - change api according to the new names security tabs
1119
- - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
1120
- - FR-9826 - fix table header in dark theme
1121
- - FR-9237 - Max length for secret fields increased to 100
1122
- - FR-9742 - enroll mfa list
1123
- - FR-9772 - Send NULL on profilePictureUrl rather than null
1124
- - FR-9717 - Invite user customize form API
1125
- - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
1126
-
1127
-
1128
- ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
1129
-
1130
- - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
1131
- - Added support for customizing admin portal navigation hover color
1132
- - Fixed typo of Andorra country in countries dropdown
1133
- - Fixed select popup alignment issue
1134
- - 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)
1135
- - Added mock for feature flags API for admin portal preview mode
1136
- - Fixed resend invitation and activate your account API calls
1137
- - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
1138
- - Added support for customizing fields and tabs in the admin portal
1139
-
1140
- ### Angular Wrapper 5.7.0:
1141
- - Updated README.md with the current integration guide
1142
-
1143
- ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
1144
-
1145
- - FR-9186 - support ssr with session and refresh token
1146
- - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
1147
-
1148
- - FR-9186 - fix pipeline
1149
- ### AdminPortal 6.36.0:
1150
- -
1151
-
1152
- ### AdminPortal 6.35.0:
1153
- -
1154
- ### AdminPortal 6.34.0:
1155
- -
1156
-
1157
- ### Angular Wrapper 5.6.0:
1158
- - FR-9186 - Fix changelog
1159
- - Add karma.conf.js and adjust docker file
1160
- - Adjust Test runnner flags, to run in docker
1161
- - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
1162
- - Change docker image to allow chromium to be installed
1163
- - Sanity Check
1164
-
1165
- ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
1166
-
1167
- ### AdminPortal 6.34.0:
1168
- -
1169
-
1170
- ### Angular Wrapper 5.5.3:
1171
- - FR-9186 - Fix changelog
1172
- - Add karma.conf.js and adjust docker file
1173
- - Adjust Test runnner flags, to run in docker
1174
- - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
1175
- - Change docker image to allow chromium to be installed
1176
- - Sanity Check
1177
- - Sanity check for angular
1178
-