@frontegg/angular 7.12.1 → 7.13.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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.13.0](https://github.com/frontegg/frontegg-angular/compare/v7.12.1...v7.13.0) (2025-2-20)
4
+
5
+ - FR-18630 - Fixed input transparent autofill for vite
6
+ - FR-15942 - Changed titles in SSO configuration guides
7
+ - 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
8
+
9
+
10
+ - FR-19677 - Added hebrew translations for the pre step screens
11
+ - FR-19547 - Changed pre step titles
12
+
13
+
14
+
3
15
  ## [7.12.1](https://github.com/frontegg/frontegg-angular/compare/v7.12.0...v7.12.1) (2025-2-10)
4
16
 
5
17
  - FR-19547 - Changed prestep component to get t instead of texts
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.12.1' };
360
+ var sdkVersion = { version: '7.13.0' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {