@frontegg/angular 7.21.0-alpha.34025852199 → 7.21.0

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