@frontegg/angular 7.20.2 → 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
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Change Log
|
|
2
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
|
+
|
|
3
27
|
## [7.20.2](https://github.com/frontegg/frontegg-angular/compare/v7.20.1...v7.20.2) (2026-8-17)
|
|
4
28
|
|
|
5
29
|
- FR-26036 - Fixed tenant selection takes precedence over skipUserLoading
|