@frontegg/angular 7.18.4-alpha.27905044936 → 7.18.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,1585 @@
1
+ # Change Log
2
+
3
+ ## [7.18.4](https://github.com/frontegg/frontegg-angular/compare/v7.18.3...v7.18.4) (2026-6-21)
4
+
5
+ - FR-24579 - Added native token bridge for the admin portal (no second login)
6
+ - FR-20973 - Fixed sso with username
7
+ - FR-20975 - Fixed description username login with magic code
8
+ - FR-22194 - Fixed error massage of username already exists missing from UI
9
+ - FR-20977 - Fixed resend with username in magic link
10
+
11
+ <!-- CURSOR_SUMMARY -->
12
+ ---
13
+
14
+ > [!NOTE]
15
+ > **Medium Risk**
16
+ > Dependency-only change, but it pulls in upstream auth, SSO, and admin-portal login behavior where regressions would affect end-user sign-in flows.
17
+ >
18
+ > **Overview**
19
+ > This PR **only updates the pinned `@frontegg/js` version** from `7.110.0` to `7.111.0` in the root `package.json` and `projects/frontegg-app/package.json`, and refreshes `yarn.lock` for `@frontegg/js` and its transitive packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`). There are **no application or library source changes** in this repo—the Admin Portal / auth behavior called out in the PR description comes from the upgraded SDK release (e.g. admin portal native token bridge, username SSO and magic-link fixes).
20
+ >
21
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c5db1d9ffcb4131b34ad71220cc8e286c8733b49. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
22
+ <!-- /CURSOR_SUMMARY -->
23
+
24
+
25
+ ## [7.18.3](https://github.com/frontegg/frontegg-angular/compare/v7.18.2...v7.18.3) (2026-6-4)
26
+
27
+ - FR-25111 - Fixed tenant regex
28
+
29
+ <!-- CURSOR_SUMMARY -->
30
+ ---
31
+
32
+ > [!NOTE]
33
+ > **Low Risk**
34
+ > Dependency-only bump with no local code changes; low risk unless the upstream tenant-regex fix affects existing tenant validation edge cases.
35
+ >
36
+ > **Overview**
37
+ > Bumps the embedded **Frontegg** SDK from **7.109.0** to **7.110.0** in the root app and `@frontegg/angular` library `package.json`, with matching lockfile updates for `@frontegg/js`, `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api`.
38
+ >
39
+ > There are **no application source changes** in this repo; behavior comes from the upgraded package (notably a **tenant regex fix**, FR-25111, per the PR description).
40
+ >
41
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit cdd243b7c1c4995bfdd47399cb04f6a31b7fc61a. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
42
+ <!-- /CURSOR_SUMMARY -->
43
+
44
+
45
+ ## [7.18.2](https://github.com/frontegg/frontegg-angular/compare/v7.18.1...v7.18.2) (2026-6-1)
46
+
47
+ - FR-25022 - Changed phone validations
48
+
49
+ <!-- CURSOR_SUMMARY -->
50
+ ---
51
+
52
+ > [!NOTE]
53
+ > **Low Risk**
54
+ > Dependency-only version bump with no app code changes; main impact is inherited Frontegg validation behavior in embedded auth/admin flows.
55
+ >
56
+ > **Overview**
57
+ > Bumps **`@frontegg/js`** from **7.108.0** to **7.109.0** in the root app and **`@frontegg/angular`** library (`package.json` in both places), with **`yarn.lock`** updated for the matching **`@frontegg/types`**, **`@frontegg/redux-store`**, and **`@frontegg/rest-api`** packages. No Angular or local source changes—this pulls in upstream Admin Portal behavior, including **FR-25022** phone validation updates from the release notes.
58
+ >
59
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6f408915c405c711ae44b26ad5688911c7baae13. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
60
+ <!-- /CURSOR_SUMMARY -->
61
+
62
+
63
+ ## [7.18.1](https://github.com/frontegg/frontegg-angular/compare/v7.18.0...v7.18.1) (2026-5-19)
64
+
65
+ - FR-23507 - Fixed custom login box favicon not displaying pulls from main login box instead
66
+
67
+ <!-- CURSOR_SUMMARY -->
68
+ ---
69
+
70
+ > [!NOTE]
71
+ > **Low Risk**
72
+ > Low-risk dependency bump that primarily affects the embedded Frontegg Admin Portal behavior; main risk is unintended upstream regressions from the library update.
73
+ >
74
+ > **Overview**
75
+ > Updates the Frontegg SDK dependency to `@frontegg/js@7.108.0` in both the root app and the published `@frontegg/angular` package.
76
+ >
77
+ > Refreshes `yarn.lock` to pull in the corresponding `7.108.0` versions of Frontegg transitive packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
78
+ >
79
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6c7449dc6b73f415889b95fab1a3d13d1004b804. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
80
+ <!-- /CURSOR_SUMMARY -->
81
+
82
+
83
+ ## [7.18.0](https://github.com/frontegg/frontegg-angular/compare/v7.17.18...v7.18.0) (2026-5-17)
84
+
85
+ - FR-24663 - Fixed country restriction dark theme input
86
+ - FR-24664 - Fixed country field background in modern theme
87
+ - FR-24693 - Fixed country restriction admin portal not full list of countries display for allow deny lists
88
+ - FR-24661 - Fixed country restriction tip counter updates
89
+ - FR-24667 - Added country restriction admin portal current country is not added to the list after enabling the counter restriction toggle
90
+
91
+ <!-- CURSOR_SUMMARY -->
92
+ ---
93
+
94
+ > [!NOTE]
95
+ > **Low Risk**
96
+ > Low risk dependency bump: updates the Frontegg SDK and its transitive packages via lockfile changes, with no application code modifications.
97
+ >
98
+ > **Overview**
99
+ > Updates the project and library dependency on `@frontegg/js` from `7.106.0` to `7.107.0` in both the root and `projects/frontegg-app` packages.
100
+ >
101
+ > Refreshes `yarn.lock` to pull in the corresponding `7.107.0` versions of Frontegg transitive dependencies (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
102
+ >
103
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a68e754d95d36292b90afaa266cd70f064f75975. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
104
+ <!-- /CURSOR_SUMMARY -->
105
+ - FR-24187 - Fixed CPU issues
106
+
107
+ <!-- CURSOR_SUMMARY -->
108
+ ---
109
+
110
+ > [!NOTE]
111
+ > **Low Risk**
112
+ > Low risk change limited to a patch-level dependency upgrade, but it may slightly alter runtime behavior/performance due to updated Frontegg internals.
113
+ >
114
+ > **Overview**
115
+ > Updates the Frontegg Admin Portal SDK dependency by bumping `@frontegg/js` from `7.105.0` to `7.106.0` in both the root app and the `@frontegg/angular` package.
116
+ >
117
+ > Refreshes `yarn.lock` to pull the corresponding `7.106.0` versions of transitive Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
118
+ >
119
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit bf32be89c131d97c6234e8558d6b27dc4bdbd53f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
120
+ <!-- /CURSOR_SUMMARY -->
121
+
122
+ ### Angular Wrapper 7.18.0:
123
+ - fix - e2e trigger
124
+
125
+ ## [7.17.18](https://github.com/frontegg/frontegg-angular/compare/v7.17.17...v7.17.18) (2026-5-5)
126
+
127
+ - FR-24187 - Fixed CPU issues
128
+
129
+ <!-- CURSOR_SUMMARY -->
130
+ ---
131
+
132
+ > [!NOTE]
133
+ > **Low Risk**
134
+ > Low risk change limited to a patch-level dependency upgrade, but it may slightly alter runtime behavior/performance due to updated Frontegg internals.
135
+ >
136
+ > **Overview**
137
+ > Updates the Frontegg Admin Portal SDK dependency by bumping `@frontegg/js` from `7.105.0` to `7.106.0` in both the root app and the `@frontegg/angular` package.
138
+ >
139
+ > Refreshes `yarn.lock` to pull the corresponding `7.106.0` versions of transitive Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
140
+ >
141
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit bf32be89c131d97c6234e8558d6b27dc4bdbd53f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
142
+ <!-- /CURSOR_SUMMARY -->
143
+ - FR-23435 - Added country restriction features to Security Center
144
+ - FR-23515 - Fixed wrong audit log tooltips
145
+ - FR-23524 - Added guidesCdnUrl to SSOPage
146
+
147
+ <!-- CURSOR_SUMMARY -->
148
+ ---
149
+
150
+ > [!NOTE]
151
+ > **Low Risk**
152
+ > Low risk dependency-only change; behavior changes are limited to what ships in the upstream `@frontegg/js` 7.105.0 release.
153
+ >
154
+ > **Overview**
155
+ > Updates the Frontegg AdminPortal dependency from `@frontegg/js` `7.104.0` to `7.105.0` in both the root app and `projects/frontegg-app`.
156
+ >
157
+ > Refreshes `yarn.lock` accordingly, pulling in the matching `7.105.0` versions of Frontegg transitive packages (notably `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api`).
158
+ >
159
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e8816d060e5ecc9fc08ea49ab94d4705cbeb617b. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
160
+ <!-- /CURSOR_SUMMARY -->
161
+
162
+ ### Angular Wrapper 7.17.18:
163
+ - fix - e2e trigger
164
+
165
+ ## [7.17.17](https://github.com/frontegg/frontegg-angular/compare/v7.17.16...v7.17.17) (2026-3-31)
166
+
167
+ - FR-23900 - Added validation for reset password token and improved user feedback for expired links
168
+
169
+ <!-- CURSOR_SUMMARY -->
170
+ ---
171
+
172
+ > [!NOTE]
173
+ > **Low Risk**
174
+ > Low risk dependency-only upgrade with no in-repo code changes, but behavior may change via updated Frontegg SDK internals (auth/reset-password flows).
175
+ >
176
+ > **Overview**
177
+ > Updates `@frontegg/js` from `7.103.0` to `7.104.0` in both the root app and the published `@frontegg/angular` package.
178
+ >
179
+ > Refreshes `yarn.lock` to pull in the corresponding `7.104.0` Frontegg dependency chain (notably `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api`).
180
+ >
181
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8801273660fe1051d7a7d50254dbbcc9dab68031. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
182
+ <!-- /CURSOR_SUMMARY -->
183
+
184
+
185
+ ## [7.17.16](https://github.com/frontegg/frontegg-angular/compare/v7.17.15...v7.17.16) (2026-3-19)
186
+
187
+ - FR-23610 - Added login completed GTM
188
+ - FR-23421 - Added support for CMC SCIM guide dialog and fix SSO guide
189
+
190
+ <!-- CURSOR_SUMMARY -->
191
+ ---
192
+
193
+ > [!NOTE]
194
+ > **Low Risk**
195
+ > Low risk dependency-only update; behavior changes are limited to whatever is introduced by `@frontegg/js` and its transitive packages in 7.103.0.
196
+ >
197
+ > **Overview**
198
+ > Updates `@frontegg/js` from `7.102.0` to `7.103.0` in both the root app and the `@frontegg/angular` package.
199
+ >
200
+ > Refreshes `yarn.lock` to pull in the corresponding `7.103.0` versions of Frontegg transitive packages (notably `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api`).
201
+ >
202
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9c60416a03b8dfe5545d4cb1f6da29c6ae21cc8d. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
203
+ <!-- /CURSOR_SUMMARY -->
204
+
205
+
206
+ ## [7.17.15](https://github.com/frontegg/frontegg-angular/compare/v7.17.14...v7.17.15) (2026-3-8)
207
+
208
+ - FR-22979 - Changed callback in InviteUserForm to handle errors and reset form state
209
+
210
+ <!-- CURSOR_SUMMARY -->
211
+ ---
212
+
213
+ > [!NOTE]
214
+ > **Medium Risk**
215
+ > Dependency-only upgrade, but it changes the underlying Frontegg SDK (`@frontegg/js` and related `@frontegg/*` packages) which can affect runtime auth/admin-portal behavior. No application code changes are included, so the main risk is regressions introduced by the upstream release.
216
+ >
217
+ > **Overview**
218
+ > Updates the pinned Frontegg SDK version from `7.101.0` to `7.102.0` in both the root `package.json` and `projects/frontegg-app/package.json`.
219
+ >
220
+ > Refreshes `yarn.lock` to pull in the matching `7.102.0` versions of `@frontegg/js` and its related dependencies (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
221
+ >
222
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 5b92f96e6c673c79c0f7695669959ffbafe932a3. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
223
+ <!-- /CURSOR_SUMMARY -->
224
+
225
+
226
+ ## [7.17.14](https://github.com/frontegg/frontegg-angular/compare/v7.17.13...v7.17.14) (2026-2-16)
227
+
228
+ - FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
229
+ - FR-22346 - Fixed enable session per tenant data mismatch between user jwt and sdk
230
+
231
+ <!-- CURSOR_SUMMARY -->
232
+ ---
233
+
234
+ > [!NOTE]
235
+ > **Low Risk**
236
+ > Dependency-only bump to Frontegg packages; primary risk is behavior changes/regressions coming from the upstream SDK update.
237
+ >
238
+ > **Overview**
239
+ > Updates the Frontegg SDK dependency to `@frontegg/js@7.101.0` in both the root app and the published `@frontegg/angular` package.
240
+ >
241
+ > Refreshes `yarn.lock` accordingly, pulling in matching `7.101.0` versions of related Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
242
+ >
243
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 361f80b3d473f777367d9028f8c5e2a5fb6ff94b. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
244
+ <!-- /CURSOR_SUMMARY -->
245
+
246
+
247
+ ## [7.17.13](https://github.com/frontegg/frontegg-angular/compare/v7.17.12...v7.17.13) (2026-2-10)
248
+
249
+ - FR-23484 - Added an option to render SSO guides outside of admin box
250
+
251
+ <!-- CURSOR_SUMMARY -->
252
+ ---
253
+
254
+ > [!NOTE]
255
+ > **Low Risk**
256
+ > Dependency-only bump with no application code changes; risk is limited to potential upstream behavioral changes in the Frontegg SDK.
257
+ >
258
+ > **Overview**
259
+ > Updates the Frontegg SDK dependency from `@frontegg/js@7.99.0` to `7.100.0` in both the root app and the `@frontegg/angular` package.
260
+ >
261
+ > Refreshes `yarn.lock` accordingly, pulling the matching `7.100.0` versions of Frontegg transitive packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
262
+ >
263
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 8533e297ccb8b5610401278e9243667ed94d27e4. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
264
+ <!-- /CURSOR_SUMMARY -->
265
+
266
+
267
+ ## [7.17.12](https://github.com/frontegg/frontegg-angular/compare/v7.17.11...v7.17.12) (2026-1-27)
268
+
269
+ - FR-22263 - Fixed publish
270
+
271
+ <!-- CURSOR_SUMMARY -->
272
+ ---
273
+
274
+ > [!NOTE]
275
+ > Updates Frontegg dependencies across the workspace.
276
+ >
277
+ > - Bumps `@frontegg/js` to `7.99.0` in `package.json` and `projects/frontegg-app/package.json`
278
+ > - Refreshes `yarn.lock`, updating transitive Frontegg packages to `7.99.0` (`@frontegg/redux-store`, `@frontegg/rest-api`, `@frontegg/types`)
279
+ > - No application/source code changes
280
+ >
281
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 46c3bac0e7ffd7384664697c4941412801948eba. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
282
+ <!-- /CURSOR_SUMMARY -->
283
+
284
+
285
+ ## [7.17.11](https://github.com/frontegg/frontegg-angular/compare/v7.17.10...v7.17.11) (2026-1-14)
286
+
287
+ - FR-23141 - Added username edit config
288
+
289
+ <!-- CURSOR_SUMMARY -->
290
+ ---
291
+
292
+ > [!NOTE]
293
+ > **Dependency upgrade**
294
+ >
295
+ > - Bump `@frontegg/js` to `7.97.0` in `package.json` and `projects/frontegg-app/package.json`
296
+ > - Update `yarn.lock` to `@frontegg/js@7.97.0` and align transitive `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api` to `7.97.0`
297
+ > - No application source changes
298
+ >
299
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit c02d9342fb6e2b2bb0dc8967c0f76fe7c94083ca. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
300
+ <!-- /CURSOR_SUMMARY -->
301
+
302
+
303
+ ## [7.17.10](https://github.com/frontegg/frontegg-angular/compare/v7.17.9...v7.17.10) (2026-1-5)
304
+
305
+ - FR-17084 - Fixed loader
306
+
307
+ <!-- CURSOR_SUMMARY -->
308
+ ---
309
+
310
+ > [!NOTE]
311
+ > Upgrades Frontegg SDK to the latest minor release with corresponding lockfile updates.
312
+ >
313
+ > - Bump `@frontegg/js` from `7.95.0` to `7.96.0` in `package.json` and `projects/frontegg-app/package.json`
314
+ > - Refresh `yarn.lock` resolving to `@frontegg/*` `7.96.0` packages (`redux-store`, `rest-api`, `types`)
315
+ >
316
+ > No application code changes.
317
+ >
318
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit b04a34cf48989defae6ab4cbf0c98b4e95ee2413. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
319
+ <!-- /CURSOR_SUMMARY -->
320
+ - FR-21830 - Fixed IP location
321
+
322
+ <!-- CURSOR_SUMMARY -->
323
+ ---
324
+
325
+ > [!NOTE]
326
+ > Upgrade Frontegg dependencies to version 7.95.0 across the app and library.
327
+ >
328
+ > - **Dependencies**:
329
+ > - Bump `@frontegg/js` to `7.95.0` in `package.json` and `projects/frontegg-app/package.json`.
330
+ > - Align related Frontegg packages to `7.95.0` in `yarn.lock` (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
331
+ >
332
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 69aa4957bbeb8c66beac2f281ab5f2ed49588646. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
333
+ <!-- /CURSOR_SUMMARY -->
334
+
335
+
336
+ ## [7.17.9](https://github.com/frontegg/frontegg-angular/compare/v7.17.8...v7.17.9) (2025-12-11)
337
+
338
+ - FR-21830 - Fixed IP location
339
+
340
+ <!-- CURSOR_SUMMARY -->
341
+ ---
342
+
343
+ > [!NOTE]
344
+ > Upgrade Frontegg dependencies to version 7.95.0 across the app and library.
345
+ >
346
+ > - **Dependencies**:
347
+ > - Bump `@frontegg/js` to `7.95.0` in `package.json` and `projects/frontegg-app/package.json`.
348
+ > - Align related Frontegg packages to `7.95.0` in `yarn.lock` (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
349
+ >
350
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 69aa4957bbeb8c66beac2f281ab5f2ed49588646. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
351
+ <!-- /CURSOR_SUMMARY -->
352
+ - FR-22289 - Added support new columns in users table
353
+
354
+ <!-- CURSOR_SUMMARY -->
355
+ ---
356
+
357
+ > [!NOTE]
358
+ > Upgrade `@frontegg/js` (and aligned Frontegg deps) to 7.94.0 across the workspace.
359
+ >
360
+ > - **Dependencies**:
361
+ > - Bump `@frontegg/js` to `7.94.0` in `package.json` and `projects/frontegg-app/package.json`.
362
+ > - Align related Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`) to `7.94.0`.
363
+ >
364
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 941ddcb986dbc56949dfb91357d9c9d281232d76. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
365
+ <!-- /CURSOR_SUMMARY -->
366
+
367
+
368
+ ## [7.17.8](https://github.com/frontegg/frontegg-angular/compare/v7.17.7...v7.17.8) (2025-11-30)
369
+
370
+ - FR-22193 - Added admin portal support for searching by username, email, name, etc. in the users table
371
+
372
+ <!-- CURSOR_SUMMARY -->
373
+ ---
374
+
375
+ > [!NOTE]
376
+ > Upgrades Frontegg dependencies to 7.93.0 across package manifests and lockfile.
377
+ >
378
+ > - **Dependencies**:
379
+ > - Upgrade `@frontegg/js` to `7.93.0` in `package.json` and `projects/frontegg-app/package.json`.
380
+ > - Update `yarn.lock` to `7.93.0` for related Frontegg packages: `@frontegg/js`, `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api`.
381
+ >
382
+ > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 99c1e050fc628a93de7c93608d3ca04caf10c7ae. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
383
+ <!-- /CURSOR_SUMMARY -->
384
+
385
+
386
+ ## [7.17.7](https://github.com/frontegg/frontegg-angular/compare/v7.17.6...v7.17.7) (2025-10-19)
387
+
388
+
389
+
390
+ ## [7.17.6](https://github.com/frontegg/frontegg-angular/compare/v7.17.5...v7.17.6) (2025-10-12)
391
+
392
+
393
+ ### Angular Wrapper 7.17.6:
394
+ - FR-22362 - Fix emitter component EOL
395
+
396
+ ## [7.17.5](https://github.com/frontegg/frontegg-angular/compare/v7.17.4...v7.17.5) (2025-9-25)
397
+
398
+ - FR-22238 - Added a &#39;Back&#39; button when both link and form invitations …
399
+ - FR-22167 - Fixed username field to be hidden by default in the invite…
400
+
401
+
402
+ - FR-22185 - Fixed running afterAuthRedirect in social login callback
403
+ - FR-22201 - Added invitation user form state preservation for enhanced…
404
+
405
+
406
+ - FR-22185 - Added support for whitelisting direct login action with metadataOverrides
407
+
408
+
409
+
410
+ ## [7.17.4](https://github.com/frontegg/frontegg-angular/compare/v7.17.3...v7.17.4) (2025-9-14)
411
+
412
+ - FR-22130 - Removed autoFocus from invite user&#39;s email field
413
+
414
+
415
+
416
+ ## [7.17.3](https://github.com/frontegg/frontegg-angular/compare/v7.17.2...v7.17.3) (2025-9-10)
417
+
418
+ - FR-22001 - Added Embedded Social Login in MobileSDK
419
+
420
+ - FR-22006 - Fixed signup login direct action with basename
421
+
422
+
423
+
424
+ ## [7.17.2](https://github.com/frontegg/frontegg-angular/compare/v7.17.1...v7.17.2) (2025-9-3)
425
+
426
+ - FR-21916 - Added username field to InviteUserForm with validation
427
+ - FR-21330 - Fixed empty names
428
+ - FR-22047 - Fixed user invite initial dialog to use inviteByEmailEnable...
429
+ - FR-21924 - Added roles to invitation link flow
430
+ - FR-21914 - Added smart navigation for invite dialog based on enabled …
431
+ - FR-21913 - Added dialog step management enum and logic for enhanced invite user modal
432
+
433
+
434
+ - FR-22006 - Added signup to login direct action
435
+ - FR-21912 - Added InvitationLink component (basic version)
436
+ - FR-21911 - Added InviteUserViaLink component (basic version)
437
+ - FR-21910 - Added an InviteUserSelector component
438
+ - FR-21909 - Changed InviteUserForm component to separate file from InviteUserDialog
439
+
440
+
441
+
442
+ ## [7.17.1](https://github.com/frontegg/frontegg-angular/compare/v7.17.0...v7.17.1) (2025-8-12)
443
+
444
+ - FR-21734 - Added the applications that are free-access for this tenant to the user&#39;s application list
445
+ - FR-21350 - Added FREE-ACCESS application tenant to the user&#39;s application list
446
+ - FR-21495 - Changed Georgia phone country code as requested
447
+
448
+ - FR-21351 - Changed user loading methods to use the new V3 API
449
+ - FR-21350 - Added usage for tenant-application access types in hosted Admin box
450
+
451
+
452
+
453
+ ## [7.17.0](https://github.com/frontegg/frontegg-angular/compare/v7.16.1...v7.17.0) (2025-7-29)
454
+
455
+ - FR-21351 - Changed user loading methods to use the new V3 API
456
+ - FR-21350 - Added usage for tenant-application access types in hosted Admin box
457
+
458
+ - FR-20601 - Fixed metadata sync when using custom signup fields
459
+ - FR-20601 - Fixed custom signup fields visibility
460
+ - FR-21194 - Fixed translations options to have all supported languages
461
+ - FR-21242 - Added customization for select phone number country codes
462
+
463
+
464
+
465
+ ## [7.16.1](https://github.com/frontegg/frontegg-angular/compare/v7.16.0...v7.16.1) (2025-6-23)
466
+
467
+ - FR-20838 - Added search for role in the edit roles dialog of users page
468
+ - FR-21222 - Fixed reset password selector icons to be aligned to the center
469
+ - FR-21206 - Fixed user goes to &quot;Forget password?&quot; page after clicking on &quot;Try another method&quot;
470
+ - FR-21208 - Added support for dynamic redirect url after signup
471
+ - FR-21174 - Changed forgot password sms option translation
472
+ - FR-21173 - Fixed password reset success state handling
473
+
474
+
475
+ - FR-0000 - Fixed node version
476
+ - FR-21160 - Removed exclusion of set user email policy state
477
+ - FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
478
+ - FR-21121 - Added reset password with email&#x2F;sms actions and a Forgot password sms otc page
479
+ - FR-21097 - Added suspense to renderCMCComponent
480
+ - FR-21120 - Added BaseOTC component and use it in login otc flows
481
+ - FR-21112 - Added password recovery selector and a determinePasswordRecoveryStrategy function
482
+ - FR-21118 - Fixed default language handle
483
+ - FR-20838 - Added search functionality to roles popper
484
+ - FR-20178 - Added generic IdentifierField and used it in login and forgot password flows
485
+ - FR-20945 - Added username in profile
486
+ - FR-20868 - Added usernames
487
+
488
+
489
+
490
+ ## [7.16.0](https://github.com/frontegg/frontegg-angular/compare/v7.15.0...v7.16.0) (2025-6-12)
491
+
492
+ - FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
493
+ - FR-21121 - Added reset password with email&#x2F;sms actions and a Forgot password sms otc page
494
+ - FR-21097 - Added suspense to renderCMCComponent
495
+ - FR-21120 - Added BaseOTC component and use it in login otc flows
496
+ - FR-21112 - Added password recovery selector and a determinePasswordRecoveryStrategy function
497
+ - FR-21118 - Fixed default language handle
498
+ - FR-20838 - Added search functionality to roles popper
499
+ - FR-20178 - Added generic IdentifierField and used it in login and forgot password flows
500
+ - FR-20945 - Added username in profile
501
+ - FR-20868 - Added usernames
502
+
503
+ - FR-21024 - Added callback to reset password cmc
504
+ - FR-20953 - Added Display specific countries for phone number
505
+ - FR-20733 - Fixed Screen flickering after forget password success
506
+ - FR-20104 - Fixed Issue with search term persistence in the Personal and non-Personal API Tokens modals
507
+ - FR-20811 - Fixed optional localizations deep partial type
508
+ - FR-20407 - Added localization support for 25 languages
509
+
510
+
511
+
512
+ ## [7.15.0](https://github.com/frontegg/frontegg-angular/compare/v7.14.2...v7.15.0) (2025-5-27)
513
+
514
+ - FR-20899 - Changed logout user session button
515
+ - FR-20901 - Fixed select actions menu item
516
+ - FR-20871 - Added support for default language
517
+ - FR-20894 - Added support regex in string input
518
+
519
+
520
+ - FR-19718 - Added username strategies
521
+
522
+ - FR-20337 - Fixed errors not displayed on submit
523
+
524
+
525
+
526
+ ## [7.14.2](https://github.com/frontegg/frontegg-angular/compare/v7.14.1...v7.14.2) (2025-5-20)
527
+
528
+ - FR-20337 - Fixed errors not displayed on submit
529
+
530
+ - FR-19738 - Added support for CMC components
531
+
532
+ - FR-20047 - Added support for overrideSignupFields as string js code
533
+ - FR-19797 - Fixed bug duplicate request on double click
534
+ - FR-20479 - Added type error validation method to yup interfaces
535
+
536
+
537
+
538
+ ## [7.14.1](https://github.com/frontegg/frontegg-angular/compare/v7.14.0...v7.14.1) (2025-5-5)
539
+
540
+ - FR-20047 - Added support for overrideSignupFields as string js code
541
+ - FR-19797 - Fixed bug duplicate request on double click
542
+ - FR-20479 - Added type error validation method to yup interfaces
543
+
544
+ - FR-20482 - Added one of validation method to yup boolean interface
545
+ - FR-19402 - Fixed UI delete all checkbox
546
+ - FR-20398 - Added delete all option to SCIM deletion
547
+ - FR-20047 - Added Custom Signup Fields
548
+
549
+
550
+
551
+ ## [7.14.0](https://github.com/frontegg/frontegg-angular/compare/v7.13.5...v7.14.0) (2025-4-14)
552
+
553
+ - FR-18986 - Added tooltip functionality for individual chips in GroupsChipsList component
554
+ - FR-20385 - Fixed user impersonation with identifiers
555
+ - FR-20254 - Added localizations for activate with social logins
556
+ - FR-20280 - Added support for signup with phone number
557
+
558
+
559
+
560
+ ## [7.13.5](https://github.com/frontegg/frontegg-angular/compare/v7.13.4...v7.13.5) (2025-3-31)
561
+
562
+ - FR-20267 - Added support for direction by metadata
563
+ - FR-20250 - Fixed min optional tests on password strength
564
+ - FR-19976 - Fixed pre step shouldn&#39;t appear when shouldSetPassword is not false
565
+
566
+
567
+
568
+ ## [7.13.4](https://github.com/frontegg/frontegg-angular/compare/v7.13.3...v7.13.4) (2025-3-23)
569
+
570
+ - FR-19299 - Fixed Hebrew translation of password rotation
571
+ - FR-17951 - Changed the api routes of profile page&#39;s phone number
572
+
573
+ - FR-20068 - Added password config custom tests
574
+
575
+
576
+
577
+ ## [7.13.3](https://github.com/frontegg/frontegg-angular/compare/v7.13.2...v7.13.3) (2025-3-16)
578
+
579
+ - FR-20068 - Added password config custom tests
580
+
581
+ - FR-13869 - Fixed autocomplete overrides input theme
582
+ - FR-19956 - Fixed missing email for unenreolled MFA users
583
+ - FR-20037 - Fixed input focus on user invite dialog
584
+
585
+
586
+
587
+ ## [7.13.2](https://github.com/frontegg/frontegg-angular/compare/v7.13.1...v7.13.2) (2025-3-5)
588
+
589
+ - FR-19452 - Added a &quot;silent refresh&quot; to switchTenant
590
+
591
+
592
+
593
+ ## [7.13.1](https://github.com/frontegg/frontegg-angular/compare/v7.13.0...v7.13.1) (2025-3-4)
594
+
595
+ - FR-19752 - Fixed error not shown in custom role creation
596
+ - FR-18568 - Added password rotation support
597
+
598
+ - FR-19037 - Added fallback for skip user load
599
+ - FR-19648 - Added password expiration to login box
600
+
601
+ - FR-19037 - Added an option to skip user load
602
+
603
+
604
+
605
+ ## [7.13.0](https://github.com/frontegg/frontegg-angular/compare/v7.12.1...v7.13.0) (2025-2-20)
606
+
607
+ - FR-18630 - Fixed input transparent autofill for vite
608
+ - FR-15942 - Changed titles in SSO configuration guides
609
+ - 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
610
+
611
+
612
+ - FR-19677 - Added hebrew translations for the pre step screens
613
+ - FR-19547 - Changed pre step titles
614
+
615
+
616
+
617
+ ## [7.12.1](https://github.com/frontegg/frontegg-angular/compare/v7.12.0...v7.12.1) (2025-2-10)
618
+
619
+ - FR-19547 - Changed prestep component to get t instead of texts
620
+
621
+
622
+
623
+ ## [7.12.0](https://github.com/frontegg/frontegg-angular/compare/v7.11.8...v7.12.0) (2025-2-10)
624
+
625
+ - FR-19547 - Added prestep support for auth flows
626
+ - FR-19048 - Changed sign-up with 6 digit code flow
627
+ - FR-19626 - Added support for social login eventually style
628
+ - FR-9045 - Fixed login form placeholder color
629
+
630
+
631
+
632
+ ## [7.11.8](https://github.com/frontegg/frontegg-angular/compare/v7.11.7...v7.11.8) (2025-2-5)
633
+
634
+ - FR-19618 - Fixed FRONTEGG_AFTER_AUTH_REDIRECT_URL usage on custom login
635
+ - FR-19509 - Fixed sms as main auth strategy validation
636
+
637
+
638
+
639
+ ## [7.11.7](https://github.com/frontegg/frontegg-angular/compare/v7.11.6...v7.11.7) (2025-2-2)
640
+
641
+ - FR-19573 - Fixed redundant required asterisk on optional field
642
+ - FR-19566 - Fixed navbar route title appearing without items
643
+ - FR-19351 - Fixed SMS input calling code replace
644
+
645
+
646
+
647
+ ## [7.11.6](https://github.com/frontegg/frontegg-angular/compare/v7.11.5...v7.11.6) (2025-1-26)
648
+
649
+ - FR-19351 - Fixed MFA with SMS error and inital state bugs
650
+ - FR-19269 - Changed initial requests to run in parallel
651
+
652
+
653
+
654
+ ## [7.11.5](https://github.com/frontegg/frontegg-angular/compare/v7.11.4...v7.11.5) (2025-1-16)
655
+
656
+ - FR-19387 - Fixed login with apple in iOS devices
657
+ - FR-18450 - Changed permissions tree components (refactor)
658
+
659
+
660
+
661
+ ## [7.11.4](https://github.com/frontegg/frontegg-angular/compare/v7.11.3...v7.11.4) (2025-1-14)
662
+
663
+ - FR-19236 - Fixed error handling on OIDC failure
664
+ - FR-19301 - Fixed settings list item title
665
+ - FR-19121 - Fixed security center recommendations after policy changed
666
+
667
+
668
+
669
+ ## [7.11.3](https://github.com/frontegg/frontegg-angular/compare/v7.11.2...v7.11.3) (2025-1-6)
670
+
671
+ - FR-19272 - Fixed sso input
672
+
673
+
674
+ - FR-19068 - Fixed MFA error appears after reset
675
+
676
+
677
+ ## [7.11.2](https://github.com/frontegg/frontegg-angular/compare/v7.11.1...v7.11.2) (2024-12-31)
678
+
679
+ - FR-19220 - Fixed roles selection for MSP users
680
+ - FR-19205 - Added filter country code by country calling code
681
+ - FR-18963 - Added SMS enhancements
682
+
683
+
684
+
685
+ ## [7.11.1](https://github.com/frontegg/frontegg-angular/compare/v7.11.0...v7.11.1) (2024-12-29)
686
+
687
+ - FR-19191 - Fixed infinite loop on get ip metadata
688
+
689
+
690
+ # Change Log
691
+
692
+ ## [7.11.0](https://github.com/frontegg/frontegg-angular/compare/v7.10.0...v7.10.1) (2024-12-24)
693
+
694
+ - FR-19079 - Added Suggest Save password in mobile sdk
695
+
696
+ - FR-19047 - Fixed permissions evalutaion when have more than one permission
697
+ - FR-18988 - Fixed missing email on MFA verification description
698
+ - FR-19068 - Fixed MFA error appears after clicking on verify another way
699
+ - FR-18917 - Fixed user roles deletion
700
+
701
+
702
+
703
+ ## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)
704
+
705
+ - FR-19047 - Fixed permissions evalutaion when have more than one permission
706
+ - FR-18988 - Fixed missing email on MFA verification description
707
+ - FR-19068 - Fixed MFA error appears after clicking on verify another way
708
+ - FR-18917 - Fixed user roles deletion
709
+
710
+ - FR-18683 - Changed phone number selector input
711
+
712
+
713
+
714
+ ## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)
715
+
716
+ - FR-18941 - Fixed permissions evaluation without permissions in JWT
717
+ - FR-18966 - Added override error message infrastructure
718
+
719
+
720
+ - FR-18896 - Added RTL support
721
+
722
+
723
+
724
+ ## [7.8.2](https://github.com/frontegg/frontegg-angular/compare/v7.8.1...v7.8.2) (2024-12-5)
725
+
726
+ FR-18954 - Fixed MFA with email active state, step and missing erros
727
+ FR-18973 - Added login to show error page only for 5xx errors
728
+
729
+
730
+ ## [7.8.1](https://github.com/frontegg/frontegg-angular/compare/v7.8.0...v7.8.1) (2024-12-3)
731
+
732
+ - FR-18925 - Fixed wrong ip presented in Audit logs table IP column
733
+
734
+
735
+ - FR-18682 - Changed country flags image
736
+
737
+
738
+ ## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)
739
+
740
+ - FR-18838 - Added MFA with email code
741
+ - FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error
742
+
743
+
744
+ # Change Log
745
+
746
+ ## [7.7.0](https://github.com/frontegg/frontegg-angular/compare/v7.6.4...v7.7.0) (2024-11-21)
747
+
748
+ - FR-18699 - Removed entitlements automatic 30 seconds refresh mechanism
749
+ - FR-18138 - Added logic to improve login box and admin portal stability and resiliency
750
+
751
+
752
+ ## [7.6.4](https://github.com/frontegg/frontegg-angular/compare/v7.6.3...v7.6.4) (2024-11-19)
753
+
754
+ - FR-18341 - Fixed social login button size
755
+ - FR-12722 - Fixed Incorrect order of social logins display
756
+
757
+
758
+ ## [7.6.3](https://github.com/frontegg/frontegg-angular/compare/v7.6.2...v7.6.3) (2024-11-14)
759
+
760
+ - FR-18646 - Fixed missing permissions with wildcard on custom roles
761
+ - FR-18341 - Fixed Google Chrome Translate feature causes a crash
762
+ - FR-16902 - Fixed login box scroll on mobile browsers
763
+
764
+
765
+
766
+ ## [7.6.2](https://github.com/frontegg/frontegg-angular/compare/v7.6.1...v7.6.2) (2024-11-12)
767
+
768
+ - FR-18594 - Fixed blinking bug On IP and domain page
769
+ - FR-18499 - Fixed otc page blink
770
+ - FR-18005 - Fixed search api tokens with null descriptions
771
+ - FR-18499 - Fixed activate with code and password
772
+ - FR-18582 - Fixed loader size and wrong massage
773
+
774
+ - FR-18561 - Fixed get ip metadata when app name is provided
775
+ - FR-17091 - Fixed long name in groups and roles
776
+
777
+
778
+
779
+ ## [7.6.1](https://github.com/frontegg/frontegg-angular/compare/v7.6.0...v7.6.1) (2024-11-10)
780
+
781
+ - FR-18561 - Fixed get ip metadata when app name is provided
782
+ - FR-17091 - Fixed long name in groups and roles
783
+
784
+
785
+ ### Angular Wrapper 7.6.1:
786
+ - FR-18542: support minor versions
787
+
788
+ ## [7.6.0](https://github.com/frontegg/frontegg-angular/compare/v7.5.0...v7.6.0) (2024-11-5)
789
+
790
+ - FR-18529 - Fixed empty roles field bug when appName is provided
791
+
792
+
793
+ - FR-18353 - Fixed tooltips mount component
794
+ - FR-18476 - Added url for beforeRequestInterceptor function
795
+ - FR-18476 - Added request interceptor
796
+ - FR-18472 - Fixed Google one tap login stuck after unmounting login
797
+ - FR-18436 - Fixed activate account with empty redirect bug
798
+
799
+ - FR-17943 - Added code pages
800
+
801
+
802
+ - FR-18427 - Added Support for triggering MFA after native passkeys &#x2F; iOS apple login
803
+ - FR-18211 - Fixed email overlapping roles field
804
+
805
+
806
+
807
+ ## [7.5.0](https://github.com/frontegg/frontegg-angular/compare/v7.4.0...v7.5.0) (2024-10-29)
808
+
809
+ - FR-17943 - Added code pages
810
+
811
+
812
+ - FR-18427 - Added Support for triggering MFA after native passkeys &#x2F; iOS apple login
813
+ - FR-18211 - Fixed email overlapping roles field
814
+
815
+ - FR-18356 - Fixed validations localization override type
816
+
817
+
818
+
819
+ ## [7.4.0](https://github.com/frontegg/frontegg-angular/compare/v7.3.0...v7.4.0) (2024-10-10)
820
+
821
+ - FR-18217 - Fixed impersonation on embedded
822
+ - FR-18167 - Fixed back to login on magic link
823
+ - FR-8030 - Fixed website dialog cancel button typeography
824
+ - FR-17760 - Fixed empty lastSeen column on expanded user info
825
+ - FR-17762 - Fixed tree component using mui/x-tree-view
826
+ - FR-17517 - Fixed login direct action race condition
827
+ - FR-17649 - Fixed autofill sms code iOS SDK
828
+ - FR-17650 - Fixed auto capitalize email input in login page
829
+ - FR-17443 - Fixed infinite loader when using direct login action
830
+
831
+
832
+ ## [7.3.0](https://github.com/frontegg/frontegg-angular/compare/v7.2.0...v7.3.0) (2024-8-28)
833
+
834
+ - FR-17626 - Fix clientId on request authorize for multi-apps
835
+ - FR-17182 - Fix copy invite user link in hosted admin portal
836
+
837
+
838
+ # Change Log
839
+
840
+ ## [7.2.0](https://github.com/frontegg/frontegg-angular/compare/v7.1.0...v7.2.0) (2024-8-26)
841
+
842
+
843
+ # Change Log
844
+
845
+ ## [7.1.0](https://github.com/frontegg/frontegg-angular/compare/v7.0.0...v7.1.0) (2024-8-18)
846
+
847
+ - FR-17169 - Added support in send unlock account email
848
+
849
+
850
+ # Change Log
851
+
852
+ ## [7.0.0](https://github.com/frontegg/frontegg-angular/compare/v6.34.0...v7.0.0) (2024-8-5)
853
+
854
+ ### 🚀 Major Changes
855
+ - **Store Management:**
856
+ - 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.
857
+
858
+ ### 🔧 Upgrades
859
+ - **TypeScript:**
860
+ - 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.
861
+
862
+ - **Testing Framework:**
863
+ - Upgraded Jest to version `v29`. This upgrade includes performance improvements, new features, and bug fixes, ensuring more reliable and faster tests.
864
+
865
+ - **UI Dependencies:**
866
+ - Upgraded Material UI, Emotion, and Stylis to their latest versions, enhancing UI component performance, styling flexibility, and overall user experience.
867
+
868
+ - **Node.js:**
869
+ - Upgraded Node.js from version `16` to `18.18`, ensuring compatibility with the latest features and security updates.
870
+
871
+ ### 🛠 Enhancements
872
+ - **Refactor:**
873
+ - Refactored code to use nested imports in Material UI, which helps reduce bundle size.
874
+
875
+ - **MFA (Multi-Factor Authentication):**
876
+ - Changed the MFA code input to auto-submit upon completion for a smoother user experience.
877
+
878
+ - **Dependencies:**
879
+ - Incremented various dependencies, Node.js, and TypeScript to align with the latest standards and ensure better performance and security.
880
+
881
+ - **New Feature:**
882
+ - Added a "Resend Invitation Email" action to the users table on the "All Accounts" page, improving user management capabilities.
883
+
884
+ ### ⚠️ Breaking Changes
885
+ - **Permissions & Privacy Page:**
886
+ - Removed permissions from the privacy page. The user privacy page will now be displayed for all users in the admin portal.
887
+
888
+
889
+ # Change Log
890
+
891
+ ## [6.34.0](https://github.com/frontegg/frontegg-angular/compare/v6.33.0...v6.34.0) (2024-7-22)
892
+
893
+ - FR-16990 - Fixed social logins container styling
894
+ - FR-17117 - Added URL validation to direct login action
895
+
896
+
897
+
898
+ # Change Log
899
+
900
+ ## [6.33.0](https://github.com/frontegg/frontegg-angular/compare/v6.32.0...v6.33.0) (2024-7-18)
901
+
902
+ - FR-17009 - Add the option to disable/enable users from users table
903
+
904
+ ## [6.32.0](https://github.com/frontegg/frontegg-angular/compare/v6.31.0...v6.32.0) (2024-7-16)
905
+
906
+ * FR-17055 - Fix SSO redirect race condition
907
+
908
+
909
+
910
+ ## [6.31.0](https://github.com/frontegg/frontegg-angular/compare/v6.30.0...v6.31.0) (2024-7-10)
911
+
912
+ - FR-16987 - Add additional params to vanilla js loginWithRedircet
913
+ - FR-16960 - Fix typography color in SSO guides dark mode
914
+
915
+
916
+ # Change Log
917
+
918
+ ## [6.30.0](https://github.com/frontegg/frontegg-angular/compare/v6.29.0...v6.30.0) (2024-7-9)
919
+
920
+ - FR-16737 - Allow terms and conditions checkbox on sign up form being optional
921
+
922
+
923
+ ## [6.29.0](https://github.com/frontegg/frontegg-angular/compare/v6.28.0...v6.29.0) (2024-7-4)
924
+
925
+ - FR-16881 - Fixed hosted login redirect url when using basename
926
+ - FR-16812 - Fixed dark theme disabled input palette
927
+
928
+ - FR-16704 - fix password meter unsuspended async component
929
+
930
+ FR-15484 - Fix update tenant state after account settings change
931
+ FR-16613 - Add automatic sub-account access in MSP
932
+
933
+
934
+ ## [6.28.0](https://github.com/frontegg/frontegg-angular/compare/v6.27.0...v6.28.0) (2024-6-5)
935
+
936
+ - FR-16513 - Show client id on all tokens in API tokens table
937
+
938
+
939
+
940
+ ## [6.27.0](https://github.com/frontegg/frontegg-angular/compare/v6.26.0...v6.27.0) (2024-5-28)
941
+
942
+ - FR-16341 - Support hiding columns in admin portal users table
943
+
944
+
945
+
946
+ ## [6.26.0](https://github.com/frontegg/frontegg-angular/compare/v6.25.0...v6.26.0) (2024-5-27)
947
+
948
+ - FR-16463 - Removed domain restrictions validation when invite user from All Accounts page
949
+ - FR-16421 - Fixed error handling in edit phone number dialog
950
+
951
+ # Change Log
952
+
953
+ ## [6.25.0](https://github.com/frontegg/frontegg-angular/compare/v6.24.1...v6.25.0) (2024-4-21)
954
+
955
+ - FR-15737 - Added an option for accounts to open sub-account management for their sub-accounts
956
+ - FR-15603 - Added support for embedded SCIM guides
957
+
958
+
959
+ # Change Log
960
+
961
+ ## [6.24.1](https://github.com/frontegg/frontegg-angular/compare/v6.24.0...v6.24.1) (2024-4-18)
962
+
963
+ - FR-16088 - Support hosted admin portal
964
+
965
+ # Change Log
966
+
967
+ ## [6.24.0](https://github.com/frontegg/frontegg-angular/compare/v6.23.0...v6.24.0) (2024-4-18)
968
+
969
+ - FR-FR-15124 - Support multi-apps
970
+
971
+ ## [6.23.0](https://github.com/frontegg/frontegg-angular/compare/v6.22.0...v6.23.0) (2024-4-15)
972
+
973
+ - FR-15863 - Changed chip list design in admin portal
974
+
975
+ - FR-15367 - Fixed user logo upload for SCIM users
976
+ - FR-15111 - Fixed impersonation embedded redirection
977
+
978
+ ### Angular Wrapper 6.23.0:
979
+ - FR-15672 - E2E workflows support
980
+ # Change Log
981
+
982
+ ## [6.22.0](https://github.com/frontegg/frontegg-angular/compare/v6.21.0...v6.22.0) (2024-4-2)
983
+
984
+ - FR-15367 - Fixed user logo upload for SCIM users
985
+ - FR-15111 - Fixed impersonation embedded redirection
986
+
987
+ # Change Log
988
+
989
+ ## [6.21.0](https://github.com/frontegg/frontegg-angular/compare/v6.20.0...v6.21.0) (2024-3-20)
990
+
991
+ - FR-15233 - Fix autocomplete popper
992
+
993
+
994
+ - FR-13828 - Add option to specify prompt consent from loginDirectAction
995
+ - FR-15315 - Added sort for role selections in Admin Portal
996
+
997
+
998
+ # Change Log
999
+
1000
+ ## [6.20.0](https://github.com/frontegg/frontegg-angular/compare/v6.19.0...v6.20.0) (2024-3-3)
1001
+
1002
+ - FR-15270 - Added new roles page to the Admin Portal
1003
+ - FR-15395 - Fixed tab tenant not cleared after logout
1004
+
1005
+ # Change Log
1006
+
1007
+ ## [6.19.0](https://github.com/frontegg/frontegg-angular/compare/v6.18.0...v6.19.0) (2024-2-28)
1008
+
1009
+ - FR-15376 - fixed null group description exception
1010
+ - FR-15305 - Fixed changed fields sent on edit group to support SCIM group update
1011
+ - FR-15219 - Fixed missing row actions in users table when using MSP
1012
+
1013
+
1014
+ ## [6.18.0](https://github.com/frontegg/frontegg-angular/compare/v6.17.0...v6.18.0) (2024-2-1)
1015
+
1016
+ - FR-15087 - Added oidc support for linkedin
1017
+ - FR-14997 - Fixed invite user dialog UI issues
1018
+
1019
+
1020
+
1021
+ ## [6.17.0](https://github.com/frontegg/frontegg-angular/compare/v6.16.0...v6.17.0) (2024-1-28)
1022
+
1023
+ - FR-14910 - Fixed handling entitlements errors
1024
+ - FR-14740 - Send tenant alias for hosted custom login auth user
1025
+ - FR-14197 - Added Canada to MFA SMS list of countries
1026
+ - FR-14859 - Fixed roles filtering for MSP
1027
+ - FR-14855 - Added support for social login consent, by default it is false.
1028
+ - FR-14813 - Added support for open app page with basename
1029
+ - FR-14813 - Added support for mobile deep link redirect page
1030
+
1031
+
1032
+
1033
+ ## [6.16.0](https://github.com/frontegg/frontegg-angular/compare/v6.15.0...v6.16.0) (2024-1-7)
1034
+
1035
+ - FR-14807 - Fixed step up double call to generate step up session
1036
+
1037
+
1038
+ # Change Log
1039
+
1040
+ ## [6.15.0](https://github.com/frontegg/frontegg-angular/compare/v6.14.0...v6.15.0) (2024-1-3)
1041
+
1042
+ - FR-14753 - Fixed step up key removing when user does not finish step up flow
1043
+
1044
+
1045
+
1046
+ ## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)
1047
+
1048
+ - FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions
1049
+
1050
+ - FR-14578 - Fixed custom login without tenant alias
1051
+ - FR-14638 - Missing exp on user interface
1052
+ - FR-14560 - added temporary users feature
1053
+
1054
+
1055
+ - FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
1056
+
1057
+
1058
+ - FR-14219 - Step up - Embedded flow
1059
+
1060
+ ### Angular Wrapper 6.14.0:
1061
+ - [FR-14227] - Step up implementation and entitlements console error when logged out
1062
+ - FR-14324 - Fix default values for loginWithRedirect
1063
+ - FR-14342 - Add loginDirectAction to loginWithRedirect options
1064
+
1065
+ ## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)
1066
+
1067
+ - FR-14324 - Fix direct login custom social login
1068
+
1069
+
1070
+ ### Angular Wrapper 6.13.0:
1071
+ - FR-14324 - Fix default values for loginWithRedirect
1072
+ - FR-14342 - Add loginDirectAction to loginWithRedirect options
1073
+
1074
+ ## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)
1075
+
1076
+ - FR-10692 - Remove the ability to select a full category on webhooks page
1077
+
1078
+
1079
+
1080
+ ## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
1081
+
1082
+ - FR-14324 - Fix android native module and add option for direct social login
1083
+
1084
+ - FR-14287 - Fix grammar of 1 day expiry of api tokens
1085
+
1086
+
1087
+ - FR-14308 - Fixed alignment issue with icon in custom social login button
1088
+
1089
+ - FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
1090
+
1091
+ # Change Log
1092
+
1093
+ ## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
1094
+
1095
+ # v6.10.0
1096
+
1097
+ - 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.
1098
+ - FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with a silent refresh.
1099
+
1100
+ ### Angular Wrapper 6.10.0:
1101
+ - FR-14324 - Fixed Auth Guard support for hosted Login.
1102
+
1103
+ ## [6.9.0](https://github.com/frontegg/frontegg-angular/compare/v6.8.0...v6.9.0) (2023-11-20)
1104
+
1105
+ - FR-14201 - Fixed login with SMS resend code action
1106
+
1107
+
1108
+ - FR-13913 - Let tenants&#x2F;users set expiry on client credentials API tokens
1109
+ - FR-14099 - Fix load custom login routes only when necessary
1110
+ - FR-13605 - Support adding phone number field to signup page and control his required state
1111
+
1112
+
1113
+ # Change Log
1114
+
1115
+ ## [6.8.0](https://github.com/frontegg/frontegg-angular/compare/v6.7.0...v6.8.0) (2023-11-6)
1116
+
1117
+ - FR-14102 - Fixed entitlements Frontegg user-id attribute usage
1118
+ - FR-13123 - Added support to provide scopes for social logins
1119
+
1120
+
1121
+ # Change Log
1122
+
1123
+ ## [6.7.0](https://github.com/frontegg/frontegg-angular/compare/v6.6.0...v6.7.0) (2023-11-1)
1124
+
1125
+ - FR-13327 - Update modern theme grey palette
1126
+ - FR-13834 - Added Rule based entitlements
1127
+ - FR-13508 - Mobile native module bridge
1128
+ - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
1129
+ - FR-13808 - Support Login with SMS
1130
+ - FR-13786 - Support tab per tenant
1131
+
1132
+
1133
+ ### Angular Wrapper 6.7.0:
1134
+ - FR-13894 - Add support for additional params in login with redirect action
1135
+ # Change Log
1136
+
1137
+ ## [6.6.0](https://github.com/frontegg/frontegg-angular/compare/v6.5.0...v6.6.0) (2023-10-24)
1138
+
1139
+ - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
1140
+ - FR-13808 - Support Login with SMS
1141
+ - FR-13786 - Support tab per tenant
1142
+
1143
+
1144
+ ### Angular Wrapper 6.6.0:
1145
+ - FR-13894 - Add support for additional params in login with redirect action
1146
+ - FR-13820 - Rule based entitlements preparations
1147
+ # Change Log
1148
+
1149
+ ## [6.5.0](https://github.com/frontegg/frontegg-angular/compare/v6.4.0...v6.5.0) (2023-10-11)
1150
+
1151
+ - FR-13798 - Added support for login with SMS
1152
+ - FR-13364 - Improved validations text for sign-in form
1153
+ -
1154
+ # Change Log
1155
+
1156
+ ## [6.4.0](https://github.com/frontegg/frontegg-angular/compare/v6.3.0...v6.4.0) (2023-10-4)
1157
+
1158
+ - FR-13364 - Improved validations text for sign in form
1159
+ - FR-13737 - Changed breached password page to be shown just for block breached password policy
1160
+ - FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled
1161
+
1162
+
1163
+ ## [6.3.0](https://github.com/frontegg/frontegg-angular/compare/v6.2.0...v6.3.0) (2023-10-2)
1164
+
1165
+ - FR-13455 - Fixed impersonation with custom login on embedded initial blank screen
1166
+ - FR-13649 - Fixed testimonial quote layout for split signup mode
1167
+
1168
+
1169
+ # Change Log
1170
+
1171
+ ## [6.2.0](https://github.com/frontegg/frontegg-angular/compare/v6.1.0...v6.2.0) (2023-9-28)
1172
+
1173
+ - Revamped the security page in the Admin Portal
1174
+ #### Note: no migration is needed to upgrade between versions 5 to 6.
1175
+
1176
+ # Change Log
1177
+
1178
+ ## [6.1.0](https://github.com/frontegg/frontegg-angular/compare/v5.40.0...v6.1.0) (2023-9-27)
1179
+
1180
+ - FR-13509 - Added GTM integration
1181
+
1182
+ ## [5.40.0](https://github.com/frontegg/frontegg-angular/compare/v5.39.0...v5.40.0) (2023-9-5)
1183
+
1184
+ - 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.
1185
+
1186
+
1187
+ # Change Log
1188
+
1189
+ ## [5.39.0](https://github.com/frontegg/frontegg-angular/compare/v5.38.0...v5.39.0) (2023-8-28)
1190
+
1191
+ - FR-13142 - Support setRootAccountData action for all account feature
1192
+ - FR-12321 - Added max validations to session management fields
1193
+
1194
+
1195
+ - FR-12974 - Fixed the issue with permissions and roles granted from user groups on User context
1196
+ - FR-12322 - Change redirect to SSO text
1197
+ - FR-12979 - Fixed MFA options save button to be disabled if the user has no security write permission
1198
+
1199
+ # Change Log
1200
+
1201
+ ## [5.38.0](https://github.com/frontegg/frontegg-angular/compare/v5.37.0...v5.38.0) (2023-8-14)
1202
+
1203
+ # v5.38.0
1204
+ - FR-11857 - Added new support for hosted login to load user on load
1205
+ - FR-12828 - Updated entitlements API response
1206
+ - FR-12224 - Supported custom login for authenticated users without a tenant alias
1207
+ - FR-12780 - Improved Entitlements Vanilla JS SDK
1208
+
1209
+ ### Angular Wrapper 5.38.0:
1210
+ - FR-13038 - Added support for Angular 16
1211
+ - FR-12986 - Added support of reporting Angular version header
1212
+ - FR-12043 - Implemented FronteggEntitlementsService for exposing entitlements APIs
1213
+
1214
+ # Change Log
1215
+
1216
+ ## [5.37.0](https://github.com/frontegg/frontegg-angular/compare/v5.36.0...v5.37.0) (2023-7-24)
1217
+
1218
+ - FR-12828 - Added entitlements feature
1219
+ - FR-12224 - Support custom login for authenticated users without a tenant alias
1220
+ - FR-12688 - Make the Admin box compatible with the updated type of IUserProfile
1221
+ - FR-12114 - Remove inactive custom social login provider
1222
+ - FR-12098 - Fixed admin portal user status updates when email verification is off
1223
+ - FR-12098 - Fixed workspace title for the vivid theme
1224
+
1225
+ ### Angular Wrapper 5.37.0:
1226
+ - FR-12043 - Added entitlements feature
1227
+ # Change Log
1228
+
1229
+ ## [5.36.0](https://github.com/frontegg/frontegg-angular/compare/v5.35.0...v5.36.0) (2023-7-13)
1230
+
1231
+ • FR-12550 - Align all auth methods to get the right login response type
1232
+ • FR-12664 - Rename redux-saga file to prevent loop imports by webpack
1233
+ • FR-12098 - Updated Admin portal user status to the correct one if email verification is off
1234
+ • FR-12020 - Fixed blinking workspace title in admin portal vivid theme
1235
+ • FR-12114 - Fixed custom social login provider shouldn't be shown if not active
1236
+ • FR-12628 - Fixed custom login with hosted Oauth in URL
1237
+ • FR-12575 - Changed remember my device value to be true by default
1238
+ • FR-12581 - Added support for custom inline html and script
1239
+ • FR-12343 - Added support for SSO per tenant
1240
+ • FR-12488 - Backward compatible support for loadUsersV1
1241
+ • FR-12164 - Added support for MSP bulk user invitation
1242
+ • FR-12479 - Fixed MSP warning dialog issue
1243
+ • FR-12408 - Redesigned Entitlements structure
1244
+
1245
+ ### Angular Wrapper 5.36.0:
1246
+ - FR-12527 - Remove entitlements
1247
+ # Change Log
1248
+
1249
+ ## [5.35.0](https://github.com/frontegg/frontegg-angular/compare/v5.34.0...v5.35.0) (2023-6-30)
1250
+
1251
+ - MSP update visibility, bugfix
1252
+ - add security login flows
1253
+
1254
+ # Change Log
1255
+
1256
+ ## [5.34.0](https://github.com/frontegg/frontegg-angular/compare/v5.33.0...v5.34.0) (2023-6-28)
1257
+
1258
+ - FR-12277 - Extended tenants state with the active tenant to support MSP sub-accounts
1259
+ - FR-12405 - MSP bug fixes
1260
+ - FR-12381 - Migrated users table to load users by users V2 API
1261
+
1262
+ # Change Log
1263
+
1264
+ ## [5.33.0](https://github.com/frontegg/frontegg-angular/compare/v5.32.0...v5.33.0) (2023-6-22)
1265
+
1266
+ - Update load tenants to new version
1267
+ - MSP bugfix, improvements
1268
+ - Add support to load cdn component with the new vite version
1269
+ - Fix new sso guide dark theme
1270
+ - Add support props and frontegg hooks in custom components
1271
+
1272
+ # Change Log
1273
+
1274
+ ## [5.32.0](https://github.com/frontegg/frontegg-angular/compare/v5.31.0...v5.32.0) (2023-6-19)
1275
+
1276
+ Added support to load cdn component with the new vite version
1277
+ - Fix for new sso guide dark theme
1278
+ - Fix for login per tenant embedded with sub domain logout route
1279
+ - Create MSP all accounts main page
1280
+
1281
+ # Change Log
1282
+
1283
+ ## [5.31.0](https://github.com/frontegg/frontegg-angular/compare/v5.30.0...v5.31.0) (2023-6-6)
1284
+
1285
+ - Improve login preview for login per tenant self service to rendered inside iframe
1286
+ - Added required to fields in invite user modal
1287
+ - Improve error handling for login
1288
+ - Added MSP - all accounts main page and state
1289
+
1290
+
1291
+ # Change Log
1292
+
1293
+ ## [5.30.0](https://github.com/frontegg/frontegg-angular/compare/v5.29.0...v5.30.0) (2023-5-28)
1294
+
1295
+ - Fixed hosted login with hash router
1296
+ - Support login per tenant self service
1297
+ - Added Cyprus phone area code 2 fa screen
1298
+ - Added option to upload metadata file instead of metadata url
1299
+
1300
+ # Change Log
1301
+
1302
+ ## [5.29.0](https://github.com/frontegg/frontegg-angular/compare/v5.28.0...v5.29.0) (2023-5-23)
1303
+
1304
+ - Fix the issue with unnecessary white borders on the dark mode theme
1305
+ - Add metadataHeaders type to contextOptions
1306
+ - Add source header to all admin portal and login box requests
1307
+ - Add login per tenant self service
1308
+ - SSO Guides enhancements
1309
+ - [Snyk] Security upgrade babel-plugin-module-resolver from 4.1.0 to 5.0.0
1310
+ - Remove admin provisioning feature flag
1311
+ - Report version and framework as requests headers
1312
+ - [Snyk] Upgrade tslib from 2.3.0 to 2.5.0
1313
+
1314
+ # Change Log
1315
+
1316
+ ## [5.28.0](https://github.com/frontegg/frontegg-angular/compare/v5.27.0...v5.28.0) (2023-5-12)
1317
+
1318
+ - FR-11442 - Removed admin portal provisioning feature flag
1319
+ - FR-11723 - Fixed refresh token when computer clock is set to a future time
1320
+ - FR-11735 - Added support for customizing login per tenant in the admin portal
1321
+ - FR-11442 - Removed legacy SSO tab code
1322
+ - FR-11718 - Fix users' table UI issues
1323
+ - FR-11113 - Fixed Frontegg logo overlapping navigation
1324
+ - FR-11442 - Extract the provisioning tab to a separated page in the admin portal
1325
+ - FR-11617 - Fixed a11y enter key press issue
1326
+ - FR-11352 - Added support for nested table
1327
+ - [Snyk] Security upgrade @azure/storage-blob from 12.11.0 to 12.13.0
1328
+
1329
+ # Change Log
1330
+
1331
+ ## [5.27.0](https://github.com/frontegg/frontegg-angular/compare/v5.26.0...v5.27.0) (2023-5-4)
1332
+
1333
+ - FR-11581 - fix a11y login-box onEnter event for links
1334
+ - FR-11353 - add new tree graph component
1335
+
1336
+ ## [5.26.0](https://github.com/frontegg/frontegg-angular/compare/v5.25.0...v5.26.0) (2023-4-28)
1337
+
1338
+ - FR-11564 - Social login button shouldn't inherit from secondary color
1339
+
1340
+
1341
+ ## [5.25.0](https://github.com/frontegg/frontegg-angular/compare/v5.24.0...v5.25.0) (2023-4-27)
1342
+
1343
+ - Fixed passkeys issue with reCaptcha
1344
+ - Removed feature flag from passkeys button
1345
+ - Enable loading Frontegg helper scripts by providing query params to Frontegg external source
1346
+ - Security upgrade webpack from 5.74.0 to 5.76.0
1347
+
1348
+
1349
+ ## [5.24.0](https://github.com/frontegg/frontegg-angular/compare/v5.23.0...v5.24.0) (2023-4-27)
1350
+
1351
+ - Fixed input hover issue on suffix icon
1352
+ - A11y improvements
1353
+
1354
+
1355
+ ## [5.23.0](https://github.com/frontegg/frontegg-angular/compare/v5.22.0...v5.23.0) (2023-4-25)
1356
+
1357
+ - Fix Passkeys button style
1358
+ - Support login per tenant with search param
1359
+
1360
+ ## [5.22.0](https://github.com/frontegg/frontegg-angular/compare/v5.21.0...v5.22.0) (2023-4-23)
1361
+ - Lock reduxjs/toolkit version to be compatible in Vite types plugin
1362
+ - Fixed password input placeholder text in the login box
1363
+ - Fixed social login buttons order
1364
+ - Fix Vite js-sha256 warning
1365
+ - Fixed company name error in split mode sign up
1366
+ - Fixed phone number dropdown theming
1367
+ - Added aria labels to buttons
1368
+
1369
+ ### Angular Wrapper 5.22.0:
1370
+ - FR-11351 - preserve-query-params-for-login-per-tenant
1371
+
1372
+ ## [5.21.0](https://github.com/frontegg/frontegg-angular/compare/v5.20.0...v5.21.0) (2023-4-3)
1373
+
1374
+ - Added support for SCIM groups
1375
+ - Updated texts across login box - grammar and terminology
1376
+ - Added impersonation indicator to show impersonator that they're in an impersonation session
1377
+ - Added passkeys feature
1378
+
1379
+ ### Angular Wrapper 5.21.0:
1380
+ - Typo fix
1381
+
1382
+ ## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
1383
+
1384
+ - FR-11247 - fix version branch 6.82
1385
+
1386
+ - FR-11065 - add passkeys mock ff
1387
+ - FR-11189 - mfa authenticator app change input type
1388
+ - FR-10821 - fix table color
1389
+ - FR-11204 - add unit testing with jest
1390
+ - FR-11139 - fix groups
1391
+ - FR-11039 - fix groups dummy
1392
+ - FR-11039 - ff groups
1393
+ - FR-10530 - fix ff store name
1394
+ - FR-11067 - error handling on profile image upload
1395
+ - FR-11039 - extend users table with groups column
1396
+
1397
+ - FR-10530 - fix ff
1398
+ - FR-10654 - Fix OIDC loading screen
1399
+ - FR-10530 - fix ff store name
1400
+ - FR-10530 - fix ff store name
1401
+ - FR-10530 - change ff behavior
1402
+ - FR-10976 - Remove idle session export from default items
1403
+
1404
+
1405
+ ## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
1406
+
1407
+ - Fixed use permission regex issue to accept a wild card
1408
+ - User groups design fixes
1409
+ - Fixed passkeys loading mode and login flow with MFA
1410
+ - Update dependencies between passkeys and MFA on the privacy page
1411
+ - Added support to reset Idle session timeout by post messages from the client iFrame
1412
+ - Added an option to enforce redirect URLs to the same site only to avoid security issues
1413
+ - Added support for customized social login providers
1414
+
1415
+
1416
+ ## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
1417
+
1418
+ - Fixed resend OTC with reCaptcha
1419
+ - Added support to let tenants create and manage user groups in the admin portal under a FF
1420
+ - Added support to login with passkeys and manage passkeys in the admin portal under a FF
1421
+ - Fixed invite users issue when the vendor is not forcing roles and permissions
1422
+ - Support auth strategy and social logins for login per tenants
1423
+ - Refactored feature flag mechanism to be based on rest-api package
1424
+ - Fixed validation for postcode in admin portal forms
1425
+ - Fixed SMS code input to have input type number
1426
+ - Improved auth screens form UX
1427
+
1428
+ ### Angular Wrapper 5.18.0:
1429
+ - Added support for redirect url in hosted login mode
1430
+
1431
+ ## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
1432
+
1433
+ - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
1434
+ - Fixed background for table pivot column
1435
+ - Fixed impersonation by removing unnecessary redirects and adding a refresh call
1436
+ - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
1437
+
1438
+ ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
1439
+
1440
+ - Updated M2M tokens to reflect the vendor choice
1441
+
1442
+ ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
1443
+
1444
+ - Fixed go-to-sign-up message position in speedy login layout
1445
+ - Added an input component to the library for adding members to a tenant
1446
+ - Fix filtering SSO providers according to the vendor selection
1447
+ - Added user groups card header component to the library
1448
+ - Improved the admin portal and login box performance and bundle size
1449
+
1450
+
1451
+ ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
1452
+
1453
+ - Fixed error message position in login with SMS screen
1454
+ - Fixed missing client ID after creating API token
1455
+
1456
+ ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
1457
+
1458
+ - Added email type to all email inputs in the login box and admin portal
1459
+ - Fixed mobile width of the login box in modern and classic theme
1460
+ - Fixed the scrolling issue in the privacy page in the admin portal
1461
+ - Updated SCIM UI
1462
+ - Added API to customize forget password button in the login with password page
1463
+ - Improve split mode values layout
1464
+ - Added support to access API tokens
1465
+ - Updated Accept Invitation text, icon, and debounce
1466
+ - Fixed OTC login for mobile
1467
+ - Added support to sync vendor security policies
1468
+ - Added impersonation indication for audit logs
1469
+ - Added support for Impersonation
1470
+
1471
+
1472
+ ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
1473
+
1474
+ - Fixed sign up position in dark theme
1475
+ - Added margin to login error
1476
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
1477
+
1478
+
1479
+ ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
1480
+
1481
+ - Fixed login with apple redirect URL
1482
+ - Added impersonation indication in login session table
1483
+ - Added support for session expired logout on Hosted Login
1484
+ - Added support for login with Linkedin
1485
+ - Added support for Google one tap
1486
+ - Improve insert OTC screen UI
1487
+ - Improve UX of authentication forms
1488
+ - Fix apple logo color and match to font color
1489
+
1490
+ ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
1491
+
1492
+ - Few bug fixes
1493
+
1494
+
1495
+ ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
1496
+
1497
+ - Fixed mfa input on mobile
1498
+ - Enabled scim without roles
1499
+ - Fixed menu component for dark theme
1500
+ - Added api navigation icon
1501
+ - Added tests for mfa
1502
+ - Added apple social login types
1503
+ - Added support for Hiding Invoices
1504
+
1505
+
1506
+ ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
1507
+
1508
+ - Fixed MFA flow issues
1509
+ - Added support for subscriptions billing collection
1510
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
1511
+ - Added SCIM section in admin portal under FF
1512
+
1513
+ ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
1514
+
1515
+ - Fixed ignoring `urlPrefix` issue
1516
+ - Added the ability to Invite a user by bulk API in the admin portal
1517
+ - Fixed OTC digits are not visible on mobile devices
1518
+ - Added MFA devices management section in the admin portal under FF
1519
+ - Fixed the ability to copy invite link for dynamic base URL as well
1520
+ - Added new abilities to MFA flows under FF
1521
+ - Added support for providing an external CDN to load fonts in Frontegg components
1522
+
1523
+ ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
1524
+
1525
+ - FR-9750 - change api according to the new names security tabs
1526
+ - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
1527
+ - FR-9826 - fix table header in dark theme
1528
+ - FR-9237 - Max length for secret fields increased to 100
1529
+ - FR-9742 - enroll mfa list
1530
+ - FR-9772 - Send NULL on profilePictureUrl rather than null
1531
+ - FR-9717 - Invite user customize form API
1532
+ - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
1533
+
1534
+
1535
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
1536
+
1537
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
1538
+ - Added support for customizing admin portal navigation hover color
1539
+ - Fixed typo of Andorra country in countries dropdown
1540
+ - Fixed select popup alignment issue
1541
+ - 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)
1542
+ - Added mock for feature flags API for admin portal preview mode
1543
+ - Fixed resend invitation and activate your account API calls
1544
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
1545
+ - Added support for customizing fields and tabs in the admin portal
1546
+
1547
+ ### Angular Wrapper 5.7.0:
1548
+ - Updated README.md with the current integration guide
1549
+
1550
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
1551
+
1552
+ - FR-9186 - support ssr with session and refresh token
1553
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
1554
+
1555
+ - FR-9186 - fix pipeline
1556
+ ### AdminPortal 6.36.0:
1557
+ -
1558
+
1559
+ ### AdminPortal 6.35.0:
1560
+ -
1561
+ ### AdminPortal 6.34.0:
1562
+ -
1563
+
1564
+ ### Angular Wrapper 5.6.0:
1565
+ - FR-9186 - Fix changelog
1566
+ - Add karma.conf.js and adjust docker file
1567
+ - Adjust Test runnner flags, to run in docker
1568
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
1569
+ - Change docker image to allow chromium to be installed
1570
+ - Sanity Check
1571
+
1572
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
1573
+
1574
+ ### AdminPortal 6.34.0:
1575
+ -
1576
+
1577
+ ### Angular Wrapper 5.5.3:
1578
+ - FR-9186 - Fix changelog
1579
+ - Add karma.conf.js and adjust docker file
1580
+ - Adjust Test runnner flags, to run in docker
1581
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
1582
+ - Change docker image to allow chromium to be installed
1583
+ - Sanity Check
1584
+ - Sanity check for angular
1585
+