@frontegg/angular 7.18.3 → 7.18.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.18.4](https://github.com/frontegg/frontegg-angular/compare/v7.18.3...v7.18.4) (2026-6-21)
|
|
4
|
+
|
|
5
|
+
- FR-24579 - Added native token bridge for the admin portal (no second login)
|
|
6
|
+
- FR-20973 - Fixed sso with username
|
|
7
|
+
- FR-20975 - Fixed description username login with magic code
|
|
8
|
+
- FR-22194 - Fixed error massage of username already exists missing from UI
|
|
9
|
+
- FR-20977 - Fixed resend with username in magic link
|
|
10
|
+
|
|
11
|
+
<!-- CURSOR_SUMMARY -->
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
> [!NOTE]
|
|
15
|
+
> **Medium Risk**
|
|
16
|
+
> Dependency-only change, but it pulls in upstream auth, SSO, and admin-portal login behavior where regressions would affect end-user sign-in flows.
|
|
17
|
+
>
|
|
18
|
+
> **Overview**
|
|
19
|
+
> This PR **only updates the pinned `@frontegg/js` version** from `7.110.0` to `7.111.0` in the root `package.json` and `projects/frontegg-app/package.json`, and refreshes `yarn.lock` for `@frontegg/js` and its transitive packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`). There are **no application or library source changes** in this repo—the Admin Portal / auth behavior called out in the PR description comes from the upgraded SDK release (e.g. admin portal native token bridge, username SSO and magic-link fixes).
|
|
20
|
+
>
|
|
21
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit c5db1d9ffcb4131b34ad71220cc8e286c8733b49. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
22
|
+
<!-- /CURSOR_SUMMARY -->
|
|
23
|
+
|
|
24
|
+
|
|
3
25
|
## [7.18.3](https://github.com/frontegg/frontegg-angular/compare/v7.18.2...v7.18.3) (2026-6-4)
|
|
4
26
|
|
|
5
27
|
- FR-25111 - Fixed tenant regex
|