@frontegg/angular 5.19.0 → 5.20.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Change Log
2
2
 
3
+ ## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
4
+
5
+ - FR-11247 - fix version branch 6.82
6
+
7
+ - FR-11065 - add passkeys mock ff
8
+ - FR-11189 - mfa authenticator app change input type
9
+ - FR-10821 - fix table color
10
+ - FR-11204 - add unit testing with jest
11
+ - FR-11139 - fix groups
12
+ - FR-11039 - fix groups dummy
13
+ - FR-11039 - ff groups
14
+ - FR-10530 - fix ff store name
15
+ - FR-11067 - error handling on profile image upload
16
+ - FR-11039 - extend users table with groups column
17
+
18
+ - FR-10530 - fix ff
19
+ - FR-10654 - Fix OIDC loading screen
20
+ - FR-10530 - fix ff store name
21
+ - FR-10530 - fix ff store name
22
+ - FR-10530 - change ff behavior
23
+ - FR-10976 - Remove idle session export from default items
24
+
25
+
3
26
  ## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
4
27
 
5
28
  - Fixed use permission regex issue to accept a wild card
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.19.0",
3
+ "version": "5.20.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.80.0",
10
+ "@frontegg/js": "6.83.0",
11
11
  "csstype": "^3.0.8",
12
12
  "fast-deep-equal": "^3.1.3",
13
13
  "stream": "^0.0.2",