@frontegg/angular 5.6.1-alpha.3507479010 → 5.7.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 +53 -0
- package/package.json +2 -2
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
|
|
4
|
+
|
|
5
|
+
- Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
|
|
6
|
+
- Added support for customizing admin portal navigation hover color
|
|
7
|
+
- Fixed typo of Andorra country in countries dropdown
|
|
8
|
+
- Fixed select popup alignment issue
|
|
9
|
+
- Changed no local authentication feature to also hide the sign-up form when there is no local authentication option (use only social logins and SSO for signing up)
|
|
10
|
+
- Added mock for feature flags API for admin portal preview mode
|
|
11
|
+
- Fixed resend invitation and activate your account API calls
|
|
12
|
+
- Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
|
|
13
|
+
- Added support for customizing fields and tabs in the admin portal
|
|
14
|
+
|
|
15
|
+
### Angular Wrapper 5.7.0:
|
|
16
|
+
- Updated README.md with the current integration guide
|
|
17
|
+
|
|
18
|
+
## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
|
|
19
|
+
|
|
20
|
+
- FR-9186 - support ssr with session and refresh token
|
|
21
|
+
- FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
|
|
22
|
+
|
|
23
|
+
- FR-9186 - fix pipeline
|
|
24
|
+
### AdminPortal 6.36.0:
|
|
25
|
+
-
|
|
26
|
+
|
|
27
|
+
### AdminPortal 6.35.0:
|
|
28
|
+
-
|
|
29
|
+
### AdminPortal 6.34.0:
|
|
30
|
+
-
|
|
31
|
+
|
|
32
|
+
### Angular Wrapper 5.6.0:
|
|
33
|
+
- FR-9186 - Fix changelog
|
|
34
|
+
- Add karma.conf.js and adjust docker file
|
|
35
|
+
- Adjust Test runnner flags, to run in docker
|
|
36
|
+
- FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
|
|
37
|
+
- Change docker image to allow chromium to be installed
|
|
38
|
+
- Sanity Check
|
|
39
|
+
|
|
40
|
+
## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
|
|
41
|
+
|
|
42
|
+
### AdminPortal 6.34.0:
|
|
43
|
+
-
|
|
44
|
+
|
|
45
|
+
### Angular Wrapper 5.5.3:
|
|
46
|
+
- FR-9186 - Fix changelog
|
|
47
|
+
- Add karma.conf.js and adjust docker file
|
|
48
|
+
- Adjust Test runnner flags, to run in docker
|
|
49
|
+
- FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
|
|
50
|
+
- Change docker image to allow chromium to be installed
|
|
51
|
+
- Sanity Check
|
|
52
|
+
- Sanity check for angular
|
|
53
|
+
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/angular",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.7.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.45.0",
|
|
11
11
|
"csstype": "^3.0.8",
|
|
12
12
|
"fast-deep-equal": "^3.1.3",
|
|
13
13
|
"stream": "^0.0.2",
|