diff --git a/CHANGELOG.md b/CHANGELOG.md index d39f2783..9e9d4762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Change Log +## [7.21.0](https://github.com/frontegg/frontegg-angular/compare/v7.20.2...v7.21.0) (2026-9-6) + +- FR-26860 - Fixed lastTermsCheck missing on signup when terms are text-only +- FR-25906 - Fixed the passkey button reading as disabled after a cancelled credential sheet +- FR-26334 - Fixed the MFA method-selection page painting without layout on iOS +- FR-23613 - Changed role pickers to restrict equal-level assignment +- FR-26112 - Fixed email keyboard and passkey autofill on the login identifier + + +--- + +> [!NOTE] +> **Low Risk** +> 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. +> +> **Overview** +> 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. +> +> 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. +> +> 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). + + + ## [7.20.2](https://github.com/frontegg/frontegg-angular/compare/v7.20.1...v7.20.2) (2026-8-17) - FR-26036 - Fixed tenant selection takes precedence over skipUserLoading diff --git a/projects/frontegg-app/package.json b/projects/frontegg-app/package.json index 08e38a5f..6409df22 100644 --- a/projects/frontegg-app/package.json +++ b/projects/frontegg-app/package.json @@ -1,6 +1,6 @@ { "name": "@frontegg/angular", - "version": "7.20.2", + "version": "7.21.0", "license": "MIT", "peerDependencies": { "@angular/common": ">=12.0.0", diff --git a/projects/frontegg-app/src/sdkVersion.ts b/projects/frontegg-app/src/sdkVersion.ts index d2ac8730..dce1975c 100644 --- a/projects/frontegg-app/src/sdkVersion.ts +++ b/projects/frontegg-app/src/sdkVersion.ts @@ -1 +1 @@ -export default { version: '7.20.2' }; +export default { version: '7.21.0' };