@frontegg/angular 5.24.0 → 5.25.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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [5.25.0](https://github.com/frontegg/frontegg-angular/compare/v5.24.0...v5.25.0) (2023-4-27)
|
|
4
|
+
|
|
5
|
+
- Fixed passkeys issue with reCaptcha
|
|
6
|
+
- Removed feature flag from passkeys button
|
|
7
|
+
- Enable loading Frontegg helper scripts by providing query params to Frontegg external source
|
|
8
|
+
- Security upgrade webpack from 5.74.0 to 5.76.0
|
|
9
|
+
|
|
10
|
+
|
|
3
11
|
## [5.24.0](https://github.com/frontegg/frontegg-angular/compare/v5.23.0...v5.24.0) (2023-4-27)
|
|
4
12
|
|
|
5
13
|
- Fixed input hover issue on suffix icon
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/angular",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.25.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=12.0.0",
|
|
7
7
|
"@angular/core": ">=12.0.0"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@frontegg/js": "6.
|
|
10
|
+
"@frontegg/js": "6.93.0",
|
|
11
11
|
"csstype": "^3.0.8",
|
|
12
12
|
"fast-deep-equal": "^3.1.3",
|
|
13
13
|
"stream": "^0.0.2",
|