@frontegg/angular 7.17.15 → 7.17.16
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,26 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.17.16](https://github.com/frontegg/frontegg-angular/compare/v7.17.15...v7.17.16) (2026-3-19)
|
|
4
|
+
|
|
5
|
+
- FR-23610 - Added login completed GTM
|
|
6
|
+
- FR-23421 - Added support for CMC SCIM guide dialog and fix SSO guide
|
|
7
|
+
|
|
8
|
+
<!-- CURSOR_SUMMARY -->
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
> [!NOTE]
|
|
12
|
+
> **Low Risk**
|
|
13
|
+
> Low risk dependency-only update; behavior changes are limited to whatever is introduced by `@frontegg/js` and its transitive packages in 7.103.0.
|
|
14
|
+
>
|
|
15
|
+
> **Overview**
|
|
16
|
+
> Updates `@frontegg/js` from `7.102.0` to `7.103.0` in both the root app and the `@frontegg/angular` package.
|
|
17
|
+
>
|
|
18
|
+
> 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`).
|
|
19
|
+
>
|
|
20
|
+
> <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>
|
|
21
|
+
<!-- /CURSOR_SUMMARY -->
|
|
22
|
+
|
|
23
|
+
|
|
3
24
|
## [7.17.15](https://github.com/frontegg/frontegg-angular/compare/v7.17.14...v7.17.15) (2026-3-8)
|
|
4
25
|
|
|
5
26
|
- FR-22979 - Changed callback in InviteUserForm to handle errors and reset form state
|