@frontegg/angular 7.18.5 → 7.18.6-alpha.27958447618

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