@frontegg/angular 5.14.0 → 5.15.0-alpha.4112675393
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/package.json +2 -2
- package/CHANGELOG.md +0 -137
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/angular",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.15.0-alpha.4112675393",
|
|
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.71.0",
|
|
11
11
|
"csstype": "^3.0.8",
|
|
12
12
|
"fast-deep-equal": "^3.1.3",
|
|
13
13
|
"stream": "^0.0.2",
|
package/CHANGELOG.md
DELETED
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
|
|
4
|
-
|
|
5
|
-
- Fixed error message position in login with SMS screen
|
|
6
|
-
- Fixed missing client ID after creating API token
|
|
7
|
-
|
|
8
|
-
## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
|
|
9
|
-
|
|
10
|
-
- Added email type to all email inputs in the login box and admin portal
|
|
11
|
-
- Fixed mobile width of the login box in modern and classic theme
|
|
12
|
-
- Fixed the scrolling issue in the privacy page in the admin portal
|
|
13
|
-
- Updated SCIM UI
|
|
14
|
-
- Added API to customize forget password button in the login with password page
|
|
15
|
-
- Improve split mode values layout
|
|
16
|
-
- Added support to access API tokens
|
|
17
|
-
- Updated Accept Invitation text, icon, and debounce
|
|
18
|
-
- Fixed OTC login for mobile
|
|
19
|
-
- Added support to sync vendor security policies
|
|
20
|
-
- Added impersonation indication for audit logs
|
|
21
|
-
- Added support for Impersonation
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
|
|
25
|
-
|
|
26
|
-
- Fixed sign up position in dark theme
|
|
27
|
-
- Added margin to login error
|
|
28
|
-
- Added support for built-in authenticators, security keys, and SMS as MFA methods
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
|
|
32
|
-
|
|
33
|
-
- Fixed login with apple redirect URL
|
|
34
|
-
- Added impersonation indication in login session table
|
|
35
|
-
- Added support for session expired logout on Hosted Login
|
|
36
|
-
- Added support for login with Linkedin
|
|
37
|
-
- Added support for Google one tap
|
|
38
|
-
- Improve insert OTC screen UI
|
|
39
|
-
- Improve UX of authentication forms
|
|
40
|
-
- Fix apple logo color and match to font color
|
|
41
|
-
|
|
42
|
-
## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
|
|
43
|
-
|
|
44
|
-
- Few bug fixes
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
|
|
48
|
-
|
|
49
|
-
- Fixed mfa input on mobile
|
|
50
|
-
- Enabled scim without roles
|
|
51
|
-
- Fixed menu component for dark theme
|
|
52
|
-
- Added api navigation icon
|
|
53
|
-
- Added tests for mfa
|
|
54
|
-
- Added apple social login types
|
|
55
|
-
- Added support for Hiding Invoices
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
|
|
59
|
-
|
|
60
|
-
- Fixed MFA flow issues
|
|
61
|
-
- Added support for subscriptions billing collection
|
|
62
|
-
- Fixed the issue of the OTC screen submit button is disabled on mobile devices
|
|
63
|
-
- Added SCIM section in admin portal under FF
|
|
64
|
-
|
|
65
|
-
## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
|
|
66
|
-
|
|
67
|
-
- Fixed ignoring `urlPrefix` issue
|
|
68
|
-
- Added the ability to Invite a user by bulk API in the admin portal
|
|
69
|
-
- Fixed OTC digits are not visible on mobile devices
|
|
70
|
-
- Added MFA devices management section in the admin portal under FF
|
|
71
|
-
- Fixed the ability to copy invite link for dynamic base URL as well
|
|
72
|
-
- Added new abilities to MFA flows under FF
|
|
73
|
-
- Added support for providing an external CDN to load fonts in Frontegg components
|
|
74
|
-
|
|
75
|
-
## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
|
|
76
|
-
|
|
77
|
-
- FR-9750 - change api according to the new names security tabs
|
|
78
|
-
- FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
|
|
79
|
-
- FR-9826 - fix table header in dark theme
|
|
80
|
-
- FR-9237 - Max length for secret fields increased to 100
|
|
81
|
-
- FR-9742 - enroll mfa list
|
|
82
|
-
- FR-9772 - Send NULL on profilePictureUrl rather than null
|
|
83
|
-
- FR-9717 - Invite user customize form API
|
|
84
|
-
- FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
|
|
88
|
-
|
|
89
|
-
- Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
|
|
90
|
-
- Added support for customizing admin portal navigation hover color
|
|
91
|
-
- Fixed typo of Andorra country in countries dropdown
|
|
92
|
-
- Fixed select popup alignment issue
|
|
93
|
-
- 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)
|
|
94
|
-
- Added mock for feature flags API for admin portal preview mode
|
|
95
|
-
- Fixed resend invitation and activate your account API calls
|
|
96
|
-
- Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
|
|
97
|
-
- Added support for customizing fields and tabs in the admin portal
|
|
98
|
-
|
|
99
|
-
### Angular Wrapper 5.7.0:
|
|
100
|
-
- Updated README.md with the current integration guide
|
|
101
|
-
|
|
102
|
-
## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
|
|
103
|
-
|
|
104
|
-
- FR-9186 - support ssr with session and refresh token
|
|
105
|
-
- FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
|
|
106
|
-
|
|
107
|
-
- FR-9186 - fix pipeline
|
|
108
|
-
### AdminPortal 6.36.0:
|
|
109
|
-
-
|
|
110
|
-
|
|
111
|
-
### AdminPortal 6.35.0:
|
|
112
|
-
-
|
|
113
|
-
### AdminPortal 6.34.0:
|
|
114
|
-
-
|
|
115
|
-
|
|
116
|
-
### Angular Wrapper 5.6.0:
|
|
117
|
-
- FR-9186 - Fix changelog
|
|
118
|
-
- Add karma.conf.js and adjust docker file
|
|
119
|
-
- Adjust Test runnner flags, to run in docker
|
|
120
|
-
- FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
|
|
121
|
-
- Change docker image to allow chromium to be installed
|
|
122
|
-
- Sanity Check
|
|
123
|
-
|
|
124
|
-
## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
|
|
125
|
-
|
|
126
|
-
### AdminPortal 6.34.0:
|
|
127
|
-
-
|
|
128
|
-
|
|
129
|
-
### Angular Wrapper 5.5.3:
|
|
130
|
-
- FR-9186 - Fix changelog
|
|
131
|
-
- Add karma.conf.js and adjust docker file
|
|
132
|
-
- Adjust Test runnner flags, to run in docker
|
|
133
|
-
- FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
|
|
134
|
-
- Change docker image to allow chromium to be installed
|
|
135
|
-
- Sanity Check
|
|
136
|
-
- Sanity check for angular
|
|
137
|
-
|