@frontegg/angular 7.14.0 → 7.14.1-alpha.14830612573

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