@frontegg/angular 5.17.1-alpha.4380171381 → 5.18.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 ADDED
@@ -0,0 +1,172 @@
1
+ # Change Log
2
+
3
+ ## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
4
+
5
+ - Fixed resend OTC with reCaptcha
6
+ - Added support to let tenants create and manage user groups in the admin portal under a FF
7
+ - Added support to login with passkeys and manage passkeys in the admin portal under a FF
8
+ - Fixed invite users issue when the vendor is not forcing roles and permissions
9
+ - Support auth strategy and social logins for login per tenants
10
+ - Refactored feature flag mechanism to be based on rest-api package
11
+ - Fixed validation for postcode in admin portal forms
12
+ - Fixed SMS code input to have input type number
13
+ - Improved auth screens form UX
14
+
15
+ ### Angular Wrapper 5.18.0:
16
+ - Added support for redirect url in hosted login mode
17
+
18
+ ## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
19
+
20
+ - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
21
+ - Fixed background for table pivot column
22
+ - Fixed impersonation by removing unnecessary redirects and adding a refresh call
23
+ - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
24
+
25
+ ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
26
+
27
+ - Updated M2M tokens to reflect the vendor choice
28
+
29
+ ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
30
+
31
+ - Fixed go-to-sign-up message position in speedy login layout
32
+ - Added an input component to the library for adding members to a tenant
33
+ - Fix filtering SSO providers according to the vendor selection
34
+ - Added user groups card header component to the library
35
+ - Improved the admin portal and login box performance and bundle size
36
+
37
+
38
+ ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
39
+
40
+ - Fixed error message position in login with SMS screen
41
+ - Fixed missing client ID after creating API token
42
+
43
+ ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
44
+
45
+ - Added email type to all email inputs in the login box and admin portal
46
+ - Fixed mobile width of the login box in modern and classic theme
47
+ - Fixed the scrolling issue in the privacy page in the admin portal
48
+ - Updated SCIM UI
49
+ - Added API to customize forget password button in the login with password page
50
+ - Improve split mode values layout
51
+ - Added support to access API tokens
52
+ - Updated Accept Invitation text, icon, and debounce
53
+ - Fixed OTC login for mobile
54
+ - Added support to sync vendor security policies
55
+ - Added impersonation indication for audit logs
56
+ - Added support for Impersonation
57
+
58
+
59
+ ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
60
+
61
+ - Fixed sign up position in dark theme
62
+ - Added margin to login error
63
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
64
+
65
+
66
+ ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
67
+
68
+ - Fixed login with apple redirect URL
69
+ - Added impersonation indication in login session table
70
+ - Added support for session expired logout on Hosted Login
71
+ - Added support for login with Linkedin
72
+ - Added support for Google one tap
73
+ - Improve insert OTC screen UI
74
+ - Improve UX of authentication forms
75
+ - Fix apple logo color and match to font color
76
+
77
+ ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
78
+
79
+ - Few bug fixes
80
+
81
+
82
+ ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
83
+
84
+ - Fixed mfa input on mobile
85
+ - Enabled scim without roles
86
+ - Fixed menu component for dark theme
87
+ - Added api navigation icon
88
+ - Added tests for mfa
89
+ - Added apple social login types
90
+ - Added support for Hiding Invoices
91
+
92
+
93
+ ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
94
+
95
+ - Fixed MFA flow issues
96
+ - Added support for subscriptions billing collection
97
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
98
+ - Added SCIM section in admin portal under FF
99
+
100
+ ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
101
+
102
+ - Fixed ignoring `urlPrefix` issue
103
+ - Added the ability to Invite a user by bulk API in the admin portal
104
+ - Fixed OTC digits are not visible on mobile devices
105
+ - Added MFA devices management section in the admin portal under FF
106
+ - Fixed the ability to copy invite link for dynamic base URL as well
107
+ - Added new abilities to MFA flows under FF
108
+ - Added support for providing an external CDN to load fonts in Frontegg components
109
+
110
+ ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
111
+
112
+ - FR-9750 - change api according to the new names security tabs
113
+ - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
114
+ - FR-9826 - fix table header in dark theme
115
+ - FR-9237 - Max length for secret fields increased to 100
116
+ - FR-9742 - enroll mfa list
117
+ - FR-9772 - Send NULL on profilePictureUrl rather than null
118
+ - FR-9717 - Invite user customize form API
119
+ - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
120
+
121
+
122
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
123
+
124
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
125
+ - Added support for customizing admin portal navigation hover color
126
+ - Fixed typo of Andorra country in countries dropdown
127
+ - Fixed select popup alignment issue
128
+ - 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)
129
+ - Added mock for feature flags API for admin portal preview mode
130
+ - Fixed resend invitation and activate your account API calls
131
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
132
+ - Added support for customizing fields and tabs in the admin portal
133
+
134
+ ### Angular Wrapper 5.7.0:
135
+ - Updated README.md with the current integration guide
136
+
137
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
138
+
139
+ - FR-9186 - support ssr with session and refresh token
140
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
141
+
142
+ - FR-9186 - fix pipeline
143
+ ### AdminPortal 6.36.0:
144
+ -
145
+
146
+ ### AdminPortal 6.35.0:
147
+ -
148
+ ### AdminPortal 6.34.0:
149
+ -
150
+
151
+ ### Angular Wrapper 5.6.0:
152
+ - FR-9186 - Fix changelog
153
+ - Add karma.conf.js and adjust docker file
154
+ - Adjust Test runnner flags, to run in docker
155
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
156
+ - Change docker image to allow chromium to be installed
157
+ - Sanity Check
158
+
159
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
160
+
161
+ ### AdminPortal 6.34.0:
162
+ -
163
+
164
+ ### Angular Wrapper 5.5.3:
165
+ - FR-9186 - Fix changelog
166
+ - Add karma.conf.js and adjust docker file
167
+ - Adjust Test runnner flags, to run in docker
168
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
169
+ - Change docker image to allow chromium to be installed
170
+ - Sanity Check
171
+ - Sanity check for angular
172
+
@@ -134,10 +134,10 @@ export declare class FronteggAuthService {
134
134
  resetTeamState: () => void;
135
135
  loadUsers: (payload: WithCallback<WithSilentLoad<ILoadUsers>, ITeamUser[]>) => void;
136
136
  loadRoles: (payload?: {
137
- callback?: ((data: {
137
+ callback?: import("@frontegg/redux-store").CallbackMethod<{
138
138
  roles: import("@frontegg/rest-api").ITeamUserRole[];
139
139
  permissions: import("@frontegg/rest-api").ITeamUserPermission[];
140
- } | null, error?: string | undefined) => void) | undefined;
140
+ }> | undefined;
141
141
  } | undefined) => void;
142
142
  addUser: (payload: WithCallback<IAddUser, ITeamUser>) => void;
143
143
  updateUser: (payload: WithCallback<IUpdateUser, ITeamUser>) => void;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.17.1-alpha.4380171381",
3
+ "version": "5.18.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.74.0",
10
+ "@frontegg/js": "6.77.0",
11
11
  "csstype": "^3.0.8",
12
12
  "fast-deep-equal": "^3.1.3",
13
13
  "stream": "^0.0.2",