@frontegg/angular 7.17.8 → 7.17.9-alpha.20134340952
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 -1220
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/angular",
|
|
3
|
-
"version": "7.17.
|
|
3
|
+
"version": "7.17.9-alpha.20134340952",
|
|
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": "7.
|
|
10
|
+
"@frontegg/js": "7.95.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,1220 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## [7.17.8](https://github.com/frontegg/frontegg-angular/compare/v7.17.7...v7.17.8) (2025-11-30)
|
|
4
|
-
|
|
5
|
-
- FR-22193 - Added admin portal support for searching by username, email, name, etc. in the users table
|
|
6
|
-
|
|
7
|
-
<!-- CURSOR_SUMMARY -->
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
> [!NOTE]
|
|
11
|
-
> Upgrades Frontegg dependencies to 7.93.0 across package manifests and lockfile.
|
|
12
|
-
>
|
|
13
|
-
> - **Dependencies**:
|
|
14
|
-
> - Upgrade `@frontegg/js` to `7.93.0` in `package.json` and `projects/frontegg-app/package.json`.
|
|
15
|
-
> - Update `yarn.lock` to `7.93.0` for related Frontegg packages: `@frontegg/js`, `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api`.
|
|
16
|
-
>
|
|
17
|
-
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 99c1e050fc628a93de7c93608d3ca04caf10c7ae. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup>
|
|
18
|
-
<!-- /CURSOR_SUMMARY -->
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## [7.17.7](https://github.com/frontegg/frontegg-angular/compare/v7.17.6...v7.17.7) (2025-10-19)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [7.17.6](https://github.com/frontegg/frontegg-angular/compare/v7.17.5...v7.17.6) (2025-10-12)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Angular Wrapper 7.17.6:
|
|
29
|
-
- FR-22362 - Fix emitter component EOL
|
|
30
|
-
|
|
31
|
-
## [7.17.5](https://github.com/frontegg/frontegg-angular/compare/v7.17.4...v7.17.5) (2025-9-25)
|
|
32
|
-
|
|
33
|
-
- FR-22238 - Added a 'Back' button when both link and form invitations …
|
|
34
|
-
- FR-22167 - Fixed username field to be hidden by default in the invite…
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
- FR-22185 - Fixed running afterAuthRedirect in social login callback
|
|
38
|
-
- FR-22201 - Added invitation user form state preservation for enhanced…
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
- FR-22185 - Added support for whitelisting direct login action with metadataOverrides
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## [7.17.4](https://github.com/frontegg/frontegg-angular/compare/v7.17.3...v7.17.4) (2025-9-14)
|
|
46
|
-
|
|
47
|
-
- FR-22130 - Removed autoFocus from invite user's email field
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
## [7.17.3](https://github.com/frontegg/frontegg-angular/compare/v7.17.2...v7.17.3) (2025-9-10)
|
|
52
|
-
|
|
53
|
-
- FR-22001 - Added Embedded Social Login in MobileSDK
|
|
54
|
-
|
|
55
|
-
- FR-22006 - Fixed signup login direct action with basename
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## [7.17.2](https://github.com/frontegg/frontegg-angular/compare/v7.17.1...v7.17.2) (2025-9-3)
|
|
60
|
-
|
|
61
|
-
- FR-21916 - Added username field to InviteUserForm with validation
|
|
62
|
-
- FR-21330 - Fixed empty names
|
|
63
|
-
- FR-22047 - Fixed user invite initial dialog to use inviteByEmailEnable...
|
|
64
|
-
- FR-21924 - Added roles to invitation link flow
|
|
65
|
-
- FR-21914 - Added smart navigation for invite dialog based on enabled …
|
|
66
|
-
- FR-21913 - Added dialog step management enum and logic for enhanced invite user modal
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
- FR-22006 - Added signup to login direct action
|
|
70
|
-
- FR-21912 - Added InvitationLink component (basic version)
|
|
71
|
-
- FR-21911 - Added InviteUserViaLink component (basic version)
|
|
72
|
-
- FR-21910 - Added an InviteUserSelector component
|
|
73
|
-
- FR-21909 - Changed InviteUserForm component to separate file from InviteUserDialog
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
## [7.17.1](https://github.com/frontegg/frontegg-angular/compare/v7.17.0...v7.17.1) (2025-8-12)
|
|
78
|
-
|
|
79
|
-
- FR-21734 - Added the applications that are free-access for this tenant to the user's application list
|
|
80
|
-
- FR-21350 - Added FREE-ACCESS application tenant to the user's application list
|
|
81
|
-
- FR-21495 - Changed Georgia phone country code as requested
|
|
82
|
-
|
|
83
|
-
- FR-21351 - Changed user loading methods to use the new V3 API
|
|
84
|
-
- FR-21350 - Added usage for tenant-application access types in hosted Admin box
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
## [7.17.0](https://github.com/frontegg/frontegg-angular/compare/v7.16.1...v7.17.0) (2025-7-29)
|
|
89
|
-
|
|
90
|
-
- FR-21351 - Changed user loading methods to use the new V3 API
|
|
91
|
-
- FR-21350 - Added usage for tenant-application access types in hosted Admin box
|
|
92
|
-
|
|
93
|
-
- FR-20601 - Fixed metadata sync when using custom signup fields
|
|
94
|
-
- FR-20601 - Fixed custom signup fields visibility
|
|
95
|
-
- FR-21194 - Fixed translations options to have all supported languages
|
|
96
|
-
- FR-21242 - Added customization for select phone number country codes
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## [7.16.1](https://github.com/frontegg/frontegg-angular/compare/v7.16.0...v7.16.1) (2025-6-23)
|
|
101
|
-
|
|
102
|
-
- FR-20838 - Added search for role in the edit roles dialog of users page
|
|
103
|
-
- FR-21222 - Fixed reset password selector icons to be aligned to the center
|
|
104
|
-
- FR-21206 - Fixed user goes to "Forget password?" page after clicking on "Try another method"
|
|
105
|
-
- FR-21208 - Added support for dynamic redirect url after signup
|
|
106
|
-
- FR-21174 - Changed forgot password sms option translation
|
|
107
|
-
- FR-21173 - Fixed password reset success state handling
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
- FR-0000 - Fixed node version
|
|
111
|
-
- FR-21160 - Removed exclusion of set user email policy state
|
|
112
|
-
- FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
|
|
113
|
-
- FR-21121 - Added reset password with email/sms actions and a Forgot password sms otc page
|
|
114
|
-
- FR-21097 - Added suspense to renderCMCComponent
|
|
115
|
-
- FR-21120 - Added BaseOTC component and use it in login otc flows
|
|
116
|
-
- FR-21112 - Added password recovery selector and a determinePasswordRecoveryStrategy function
|
|
117
|
-
- FR-21118 - Fixed default language handle
|
|
118
|
-
- FR-20838 - Added search functionality to roles popper
|
|
119
|
-
- FR-20178 - Added generic IdentifierField and used it in login and forgot password flows
|
|
120
|
-
- FR-20945 - Added username in profile
|
|
121
|
-
- FR-20868 - Added usernames
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## [7.16.0](https://github.com/frontegg/frontegg-angular/compare/v7.15.0...v7.16.0) (2025-6-12)
|
|
126
|
-
|
|
127
|
-
- FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
|
|
128
|
-
- FR-21121 - Added reset password with email/sms actions and a Forgot password sms otc page
|
|
129
|
-
- FR-21097 - Added suspense to renderCMCComponent
|
|
130
|
-
- FR-21120 - Added BaseOTC component and use it in login otc flows
|
|
131
|
-
- FR-21112 - Added password recovery selector and a determinePasswordRecoveryStrategy function
|
|
132
|
-
- FR-21118 - Fixed default language handle
|
|
133
|
-
- FR-20838 - Added search functionality to roles popper
|
|
134
|
-
- FR-20178 - Added generic IdentifierField and used it in login and forgot password flows
|
|
135
|
-
- FR-20945 - Added username in profile
|
|
136
|
-
- FR-20868 - Added usernames
|
|
137
|
-
|
|
138
|
-
- FR-21024 - Added callback to reset password cmc
|
|
139
|
-
- FR-20953 - Added Display specific countries for phone number
|
|
140
|
-
- FR-20733 - Fixed Screen flickering after forget password success
|
|
141
|
-
- FR-20104 - Fixed Issue with search term persistence in the Personal and non-Personal API Tokens modals
|
|
142
|
-
- FR-20811 - Fixed optional localizations deep partial type
|
|
143
|
-
- FR-20407 - Added localization support for 25 languages
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
## [7.15.0](https://github.com/frontegg/frontegg-angular/compare/v7.14.2...v7.15.0) (2025-5-27)
|
|
148
|
-
|
|
149
|
-
- FR-20899 - Changed logout user session button
|
|
150
|
-
- FR-20901 - Fixed select actions menu item
|
|
151
|
-
- FR-20871 - Added support for default language
|
|
152
|
-
- FR-20894 - Added support regex in string input
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
- FR-19718 - Added username strategies
|
|
156
|
-
|
|
157
|
-
- FR-20337 - Fixed errors not displayed on submit
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## [7.14.2](https://github.com/frontegg/frontegg-angular/compare/v7.14.1...v7.14.2) (2025-5-20)
|
|
162
|
-
|
|
163
|
-
- FR-20337 - Fixed errors not displayed on submit
|
|
164
|
-
|
|
165
|
-
- FR-19738 - Added support for CMC components
|
|
166
|
-
|
|
167
|
-
- FR-20047 - Added support for overrideSignupFields as string js code
|
|
168
|
-
- FR-19797 - Fixed bug duplicate request on double click
|
|
169
|
-
- FR-20479 - Added type error validation method to yup interfaces
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
## [7.14.1](https://github.com/frontegg/frontegg-angular/compare/v7.14.0...v7.14.1) (2025-5-5)
|
|
174
|
-
|
|
175
|
-
- FR-20047 - Added support for overrideSignupFields as string js code
|
|
176
|
-
- FR-19797 - Fixed bug duplicate request on double click
|
|
177
|
-
- FR-20479 - Added type error validation method to yup interfaces
|
|
178
|
-
|
|
179
|
-
- FR-20482 - Added one of validation method to yup boolean interface
|
|
180
|
-
- FR-19402 - Fixed UI delete all checkbox
|
|
181
|
-
- FR-20398 - Added delete all option to SCIM deletion
|
|
182
|
-
- FR-20047 - Added Custom Signup Fields
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## [7.14.0](https://github.com/frontegg/frontegg-angular/compare/v7.13.5...v7.14.0) (2025-4-14)
|
|
187
|
-
|
|
188
|
-
- FR-18986 - Added tooltip functionality for individual chips in GroupsChipsList component
|
|
189
|
-
- FR-20385 - Fixed user impersonation with identifiers
|
|
190
|
-
- FR-20254 - Added localizations for activate with social logins
|
|
191
|
-
- FR-20280 - Added support for signup with phone number
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
## [7.13.5](https://github.com/frontegg/frontegg-angular/compare/v7.13.4...v7.13.5) (2025-3-31)
|
|
196
|
-
|
|
197
|
-
- FR-20267 - Added support for direction by metadata
|
|
198
|
-
- FR-20250 - Fixed min optional tests on password strength
|
|
199
|
-
- FR-19976 - Fixed pre step shouldn't appear when shouldSetPassword is not false
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
## [7.13.4](https://github.com/frontegg/frontegg-angular/compare/v7.13.3...v7.13.4) (2025-3-23)
|
|
204
|
-
|
|
205
|
-
- FR-19299 - Fixed Hebrew translation of password rotation
|
|
206
|
-
- FR-17951 - Changed the api routes of profile page's phone number
|
|
207
|
-
|
|
208
|
-
- FR-20068 - Added password config custom tests
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
## [7.13.3](https://github.com/frontegg/frontegg-angular/compare/v7.13.2...v7.13.3) (2025-3-16)
|
|
213
|
-
|
|
214
|
-
- FR-20068 - Added password config custom tests
|
|
215
|
-
|
|
216
|
-
- FR-13869 - Fixed autocomplete overrides input theme
|
|
217
|
-
- FR-19956 - Fixed missing email for unenreolled MFA users
|
|
218
|
-
- FR-20037 - Fixed input focus on user invite dialog
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
## [7.13.2](https://github.com/frontegg/frontegg-angular/compare/v7.13.1...v7.13.2) (2025-3-5)
|
|
223
|
-
|
|
224
|
-
- FR-19452 - Added a "silent refresh" to switchTenant
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
## [7.13.1](https://github.com/frontegg/frontegg-angular/compare/v7.13.0...v7.13.1) (2025-3-4)
|
|
229
|
-
|
|
230
|
-
- FR-19752 - Fixed error not shown in custom role creation
|
|
231
|
-
- FR-18568 - Added password rotation support
|
|
232
|
-
|
|
233
|
-
- FR-19037 - Added fallback for skip user load
|
|
234
|
-
- FR-19648 - Added password expiration to login box
|
|
235
|
-
|
|
236
|
-
- FR-19037 - Added an option to skip user load
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
## [7.13.0](https://github.com/frontegg/frontegg-angular/compare/v7.12.1...v7.13.0) (2025-2-20)
|
|
241
|
-
|
|
242
|
-
- FR-18630 - Fixed input transparent autofill for vite
|
|
243
|
-
- FR-15942 - Changed titles in SSO configuration guides
|
|
244
|
-
- FR-19747 - Added a pre step toggler to the dashboard that enables a confirmation mechanism on relevant emails, to prevent automated scanners from invalidating magic links
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
- FR-19677 - Added hebrew translations for the pre step screens
|
|
248
|
-
- FR-19547 - Changed pre step titles
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
## [7.12.1](https://github.com/frontegg/frontegg-angular/compare/v7.12.0...v7.12.1) (2025-2-10)
|
|
253
|
-
|
|
254
|
-
- FR-19547 - Changed prestep component to get t instead of texts
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
## [7.12.0](https://github.com/frontegg/frontegg-angular/compare/v7.11.8...v7.12.0) (2025-2-10)
|
|
259
|
-
|
|
260
|
-
- FR-19547 - Added prestep support for auth flows
|
|
261
|
-
- FR-19048 - Changed sign-up with 6 digit code flow
|
|
262
|
-
- FR-19626 - Added support for social login eventually style
|
|
263
|
-
- FR-9045 - Fixed login form placeholder color
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
## [7.11.8](https://github.com/frontegg/frontegg-angular/compare/v7.11.7...v7.11.8) (2025-2-5)
|
|
268
|
-
|
|
269
|
-
- FR-19618 - Fixed FRONTEGG_AFTER_AUTH_REDIRECT_URL usage on custom login
|
|
270
|
-
- FR-19509 - Fixed sms as main auth strategy validation
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
## [7.11.7](https://github.com/frontegg/frontegg-angular/compare/v7.11.6...v7.11.7) (2025-2-2)
|
|
275
|
-
|
|
276
|
-
- FR-19573 - Fixed redundant required asterisk on optional field
|
|
277
|
-
- FR-19566 - Fixed navbar route title appearing without items
|
|
278
|
-
- FR-19351 - Fixed SMS input calling code replace
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
## [7.11.6](https://github.com/frontegg/frontegg-angular/compare/v7.11.5...v7.11.6) (2025-1-26)
|
|
283
|
-
|
|
284
|
-
- FR-19351 - Fixed MFA with SMS error and inital state bugs
|
|
285
|
-
- FR-19269 - Changed initial requests to run in parallel
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
## [7.11.5](https://github.com/frontegg/frontegg-angular/compare/v7.11.4...v7.11.5) (2025-1-16)
|
|
290
|
-
|
|
291
|
-
- FR-19387 - Fixed login with apple in iOS devices
|
|
292
|
-
- FR-18450 - Changed permissions tree components (refactor)
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
## [7.11.4](https://github.com/frontegg/frontegg-angular/compare/v7.11.3...v7.11.4) (2025-1-14)
|
|
297
|
-
|
|
298
|
-
- FR-19236 - Fixed error handling on OIDC failure
|
|
299
|
-
- FR-19301 - Fixed settings list item title
|
|
300
|
-
- FR-19121 - Fixed security center recommendations after policy changed
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
## [7.11.3](https://github.com/frontegg/frontegg-angular/compare/v7.11.2...v7.11.3) (2025-1-6)
|
|
305
|
-
|
|
306
|
-
- FR-19272 - Fixed sso input
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
- FR-19068 - Fixed MFA error appears after reset
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
## [7.11.2](https://github.com/frontegg/frontegg-angular/compare/v7.11.1...v7.11.2) (2024-12-31)
|
|
313
|
-
|
|
314
|
-
- FR-19220 - Fixed roles selection for MSP users
|
|
315
|
-
- FR-19205 - Added filter country code by country calling code
|
|
316
|
-
- FR-18963 - Added SMS enhancements
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
## [7.11.1](https://github.com/frontegg/frontegg-angular/compare/v7.11.0...v7.11.1) (2024-12-29)
|
|
321
|
-
|
|
322
|
-
- FR-19191 - Fixed infinite loop on get ip metadata
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
# Change Log
|
|
326
|
-
|
|
327
|
-
## [7.11.0](https://github.com/frontegg/frontegg-angular/compare/v7.10.0...v7.10.1) (2024-12-24)
|
|
328
|
-
|
|
329
|
-
- FR-19079 - Added Suggest Save password in mobile sdk
|
|
330
|
-
|
|
331
|
-
- FR-19047 - Fixed permissions evalutaion when have more than one permission
|
|
332
|
-
- FR-18988 - Fixed missing email on MFA verification description
|
|
333
|
-
- FR-19068 - Fixed MFA error appears after clicking on verify another way
|
|
334
|
-
- FR-18917 - Fixed user roles deletion
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)
|
|
339
|
-
|
|
340
|
-
- FR-19047 - Fixed permissions evalutaion when have more than one permission
|
|
341
|
-
- FR-18988 - Fixed missing email on MFA verification description
|
|
342
|
-
- FR-19068 - Fixed MFA error appears after clicking on verify another way
|
|
343
|
-
- FR-18917 - Fixed user roles deletion
|
|
344
|
-
|
|
345
|
-
- FR-18683 - Changed phone number selector input
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)
|
|
350
|
-
|
|
351
|
-
- FR-18941 - Fixed permissions evaluation without permissions in JWT
|
|
352
|
-
- FR-18966 - Added override error message infrastructure
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
- FR-18896 - Added RTL support
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
## [7.8.2](https://github.com/frontegg/frontegg-angular/compare/v7.8.1...v7.8.2) (2024-12-5)
|
|
360
|
-
|
|
361
|
-
FR-18954 - Fixed MFA with email active state, step and missing erros
|
|
362
|
-
FR-18973 - Added login to show error page only for 5xx errors
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
## [7.8.1](https://github.com/frontegg/frontegg-angular/compare/v7.8.0...v7.8.1) (2024-12-3)
|
|
366
|
-
|
|
367
|
-
- FR-18925 - Fixed wrong ip presented in Audit logs table IP column
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
- FR-18682 - Changed country flags image
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)
|
|
374
|
-
|
|
375
|
-
- FR-18838 - Added MFA with email code
|
|
376
|
-
- FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
# Change Log
|
|
380
|
-
|
|
381
|
-
## [7.7.0](https://github.com/frontegg/frontegg-angular/compare/v7.6.4...v7.7.0) (2024-11-21)
|
|
382
|
-
|
|
383
|
-
- FR-18699 - Removed entitlements automatic 30 seconds refresh mechanism
|
|
384
|
-
- FR-18138 - Added logic to improve login box and admin portal stability and resiliency
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
## [7.6.4](https://github.com/frontegg/frontegg-angular/compare/v7.6.3...v7.6.4) (2024-11-19)
|
|
388
|
-
|
|
389
|
-
- FR-18341 - Fixed social login button size
|
|
390
|
-
- FR-12722 - Fixed Incorrect order of social logins display
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
## [7.6.3](https://github.com/frontegg/frontegg-angular/compare/v7.6.2...v7.6.3) (2024-11-14)
|
|
394
|
-
|
|
395
|
-
- FR-18646 - Fixed missing permissions with wildcard on custom roles
|
|
396
|
-
- FR-18341 - Fixed Google Chrome Translate feature causes a crash
|
|
397
|
-
- FR-16902 - Fixed login box scroll on mobile browsers
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
## [7.6.2](https://github.com/frontegg/frontegg-angular/compare/v7.6.1...v7.6.2) (2024-11-12)
|
|
402
|
-
|
|
403
|
-
- FR-18594 - Fixed blinking bug On IP and domain page
|
|
404
|
-
- FR-18499 - Fixed otc page blink
|
|
405
|
-
- FR-18005 - Fixed search api tokens with null descriptions
|
|
406
|
-
- FR-18499 - Fixed activate with code and password
|
|
407
|
-
- FR-18582 - Fixed loader size and wrong massage
|
|
408
|
-
|
|
409
|
-
- FR-18561 - Fixed get ip metadata when app name is provided
|
|
410
|
-
- FR-17091 - Fixed long name in groups and roles
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
## [7.6.1](https://github.com/frontegg/frontegg-angular/compare/v7.6.0...v7.6.1) (2024-11-10)
|
|
415
|
-
|
|
416
|
-
- FR-18561 - Fixed get ip metadata when app name is provided
|
|
417
|
-
- FR-17091 - Fixed long name in groups and roles
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
### Angular Wrapper 7.6.1:
|
|
421
|
-
- FR-18542: support minor versions
|
|
422
|
-
|
|
423
|
-
## [7.6.0](https://github.com/frontegg/frontegg-angular/compare/v7.5.0...v7.6.0) (2024-11-5)
|
|
424
|
-
|
|
425
|
-
- FR-18529 - Fixed empty roles field bug when appName is provided
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
- FR-18353 - Fixed tooltips mount component
|
|
429
|
-
- FR-18476 - Added url for beforeRequestInterceptor function
|
|
430
|
-
- FR-18476 - Added request interceptor
|
|
431
|
-
- FR-18472 - Fixed Google one tap login stuck after unmounting login
|
|
432
|
-
- FR-18436 - Fixed activate account with empty redirect bug
|
|
433
|
-
|
|
434
|
-
- FR-17943 - Added code pages
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
- FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
|
|
438
|
-
- FR-18211 - Fixed email overlapping roles field
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
## [7.5.0](https://github.com/frontegg/frontegg-angular/compare/v7.4.0...v7.5.0) (2024-10-29)
|
|
443
|
-
|
|
444
|
-
- FR-17943 - Added code pages
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
- FR-18427 - Added Support for triggering MFA after native passkeys / iOS apple login
|
|
448
|
-
- FR-18211 - Fixed email overlapping roles field
|
|
449
|
-
|
|
450
|
-
- FR-18356 - Fixed validations localization override type
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
## [7.4.0](https://github.com/frontegg/frontegg-angular/compare/v7.3.0...v7.4.0) (2024-10-10)
|
|
455
|
-
|
|
456
|
-
- FR-18217 - Fixed impersonation on embedded
|
|
457
|
-
- FR-18167 - Fixed back to login on magic link
|
|
458
|
-
- FR-8030 - Fixed website dialog cancel button typeography
|
|
459
|
-
- FR-17760 - Fixed empty lastSeen column on expanded user info
|
|
460
|
-
- FR-17762 - Fixed tree component using mui/x-tree-view
|
|
461
|
-
- FR-17517 - Fixed login direct action race condition
|
|
462
|
-
- FR-17649 - Fixed autofill sms code iOS SDK
|
|
463
|
-
- FR-17650 - Fixed auto capitalize email input in login page
|
|
464
|
-
- FR-17443 - Fixed infinite loader when using direct login action
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
## [7.3.0](https://github.com/frontegg/frontegg-angular/compare/v7.2.0...v7.3.0) (2024-8-28)
|
|
468
|
-
|
|
469
|
-
- FR-17626 - Fix clientId on request authorize for multi-apps
|
|
470
|
-
- FR-17182 - Fix copy invite user link in hosted admin portal
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
# Change Log
|
|
474
|
-
|
|
475
|
-
## [7.2.0](https://github.com/frontegg/frontegg-angular/compare/v7.1.0...v7.2.0) (2024-8-26)
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
# Change Log
|
|
479
|
-
|
|
480
|
-
## [7.1.0](https://github.com/frontegg/frontegg-angular/compare/v7.0.0...v7.1.0) (2024-8-18)
|
|
481
|
-
|
|
482
|
-
- FR-17169 - Added support in send unlock account email
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
# Change Log
|
|
486
|
-
|
|
487
|
-
## [7.0.0](https://github.com/frontegg/frontegg-angular/compare/v6.34.0...v7.0.0) (2024-8-5)
|
|
488
|
-
|
|
489
|
-
### 🚀 Major Changes
|
|
490
|
-
- **Store Management:**
|
|
491
|
-
- Replaced the existing Redux store with Valtio. This change significantly reduces the bundle size, removes the boilerplate code associated with generator functions, and enables actions to be `async/await`. The new approach provides better stack traces and allows actions to be awaited directly, eliminating the need for callback functions.
|
|
492
|
-
|
|
493
|
-
### 🔧 Upgrades
|
|
494
|
-
- **TypeScript:**
|
|
495
|
-
- Upgraded TypeScript from version `v3.9.7` to `v5.5.4`. This update ensures compatibility with the latest TypeScript features and improves overall type-checking and developer experience.
|
|
496
|
-
|
|
497
|
-
- **Testing Framework:**
|
|
498
|
-
- Upgraded Jest to version `v29`. This upgrade includes performance improvements, new features, and bug fixes, ensuring more reliable and faster tests.
|
|
499
|
-
|
|
500
|
-
- **UI Dependencies:**
|
|
501
|
-
- Upgraded Material UI, Emotion, and Stylis to their latest versions, enhancing UI component performance, styling flexibility, and overall user experience.
|
|
502
|
-
|
|
503
|
-
- **Node.js:**
|
|
504
|
-
- Upgraded Node.js from version `16` to `18.18`, ensuring compatibility with the latest features and security updates.
|
|
505
|
-
|
|
506
|
-
### 🛠 Enhancements
|
|
507
|
-
- **Refactor:**
|
|
508
|
-
- Refactored code to use nested imports in Material UI, which helps reduce bundle size.
|
|
509
|
-
|
|
510
|
-
- **MFA (Multi-Factor Authentication):**
|
|
511
|
-
- Changed the MFA code input to auto-submit upon completion for a smoother user experience.
|
|
512
|
-
|
|
513
|
-
- **Dependencies:**
|
|
514
|
-
- Incremented various dependencies, Node.js, and TypeScript to align with the latest standards and ensure better performance and security.
|
|
515
|
-
|
|
516
|
-
- **New Feature:**
|
|
517
|
-
- Added a "Resend Invitation Email" action to the users table on the "All Accounts" page, improving user management capabilities.
|
|
518
|
-
|
|
519
|
-
### ⚠️ Breaking Changes
|
|
520
|
-
- **Permissions & Privacy Page:**
|
|
521
|
-
- Removed permissions from the privacy page. The user privacy page will now be displayed for all users in the admin portal.
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
# Change Log
|
|
525
|
-
|
|
526
|
-
## [6.34.0](https://github.com/frontegg/frontegg-angular/compare/v6.33.0...v6.34.0) (2024-7-22)
|
|
527
|
-
|
|
528
|
-
- FR-16990 - Fixed social logins container styling
|
|
529
|
-
- FR-17117 - Added URL validation to direct login action
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
# Change Log
|
|
534
|
-
|
|
535
|
-
## [6.33.0](https://github.com/frontegg/frontegg-angular/compare/v6.32.0...v6.33.0) (2024-7-18)
|
|
536
|
-
|
|
537
|
-
- FR-17009 - Add the option to disable/enable users from users table
|
|
538
|
-
|
|
539
|
-
## [6.32.0](https://github.com/frontegg/frontegg-angular/compare/v6.31.0...v6.32.0) (2024-7-16)
|
|
540
|
-
|
|
541
|
-
* FR-17055 - Fix SSO redirect race condition
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
## [6.31.0](https://github.com/frontegg/frontegg-angular/compare/v6.30.0...v6.31.0) (2024-7-10)
|
|
546
|
-
|
|
547
|
-
- FR-16987 - Add additional params to vanilla js loginWithRedircet
|
|
548
|
-
- FR-16960 - Fix typography color in SSO guides dark mode
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
# Change Log
|
|
552
|
-
|
|
553
|
-
## [6.30.0](https://github.com/frontegg/frontegg-angular/compare/v6.29.0...v6.30.0) (2024-7-9)
|
|
554
|
-
|
|
555
|
-
- FR-16737 - Allow terms and conditions checkbox on sign up form being optional
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
## [6.29.0](https://github.com/frontegg/frontegg-angular/compare/v6.28.0...v6.29.0) (2024-7-4)
|
|
559
|
-
|
|
560
|
-
- FR-16881 - Fixed hosted login redirect url when using basename
|
|
561
|
-
- FR-16812 - Fixed dark theme disabled input palette
|
|
562
|
-
|
|
563
|
-
- FR-16704 - fix password meter unsuspended async component
|
|
564
|
-
|
|
565
|
-
FR-15484 - Fix update tenant state after account settings change
|
|
566
|
-
FR-16613 - Add automatic sub-account access in MSP
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
## [6.28.0](https://github.com/frontegg/frontegg-angular/compare/v6.27.0...v6.28.0) (2024-6-5)
|
|
570
|
-
|
|
571
|
-
- FR-16513 - Show client id on all tokens in API tokens table
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
## [6.27.0](https://github.com/frontegg/frontegg-angular/compare/v6.26.0...v6.27.0) (2024-5-28)
|
|
576
|
-
|
|
577
|
-
- FR-16341 - Support hiding columns in admin portal users table
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
## [6.26.0](https://github.com/frontegg/frontegg-angular/compare/v6.25.0...v6.26.0) (2024-5-27)
|
|
582
|
-
|
|
583
|
-
- FR-16463 - Removed domain restrictions validation when invite user from All Accounts page
|
|
584
|
-
- FR-16421 - Fixed error handling in edit phone number dialog
|
|
585
|
-
|
|
586
|
-
# Change Log
|
|
587
|
-
|
|
588
|
-
## [6.25.0](https://github.com/frontegg/frontegg-angular/compare/v6.24.1...v6.25.0) (2024-4-21)
|
|
589
|
-
|
|
590
|
-
- FR-15737 - Added an option for accounts to open sub-account management for their sub-accounts
|
|
591
|
-
- FR-15603 - Added support for embedded SCIM guides
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
# Change Log
|
|
595
|
-
|
|
596
|
-
## [6.24.1](https://github.com/frontegg/frontegg-angular/compare/v6.24.0...v6.24.1) (2024-4-18)
|
|
597
|
-
|
|
598
|
-
- FR-16088 - Support hosted admin portal
|
|
599
|
-
|
|
600
|
-
# Change Log
|
|
601
|
-
|
|
602
|
-
## [6.24.0](https://github.com/frontegg/frontegg-angular/compare/v6.23.0...v6.24.0) (2024-4-18)
|
|
603
|
-
|
|
604
|
-
- FR-FR-15124 - Support multi-apps
|
|
605
|
-
|
|
606
|
-
## [6.23.0](https://github.com/frontegg/frontegg-angular/compare/v6.22.0...v6.23.0) (2024-4-15)
|
|
607
|
-
|
|
608
|
-
- FR-15863 - Changed chip list design in admin portal
|
|
609
|
-
|
|
610
|
-
- FR-15367 - Fixed user logo upload for SCIM users
|
|
611
|
-
- FR-15111 - Fixed impersonation embedded redirection
|
|
612
|
-
|
|
613
|
-
### Angular Wrapper 6.23.0:
|
|
614
|
-
- FR-15672 - E2E workflows support
|
|
615
|
-
# Change Log
|
|
616
|
-
|
|
617
|
-
## [6.22.0](https://github.com/frontegg/frontegg-angular/compare/v6.21.0...v6.22.0) (2024-4-2)
|
|
618
|
-
|
|
619
|
-
- FR-15367 - Fixed user logo upload for SCIM users
|
|
620
|
-
- FR-15111 - Fixed impersonation embedded redirection
|
|
621
|
-
|
|
622
|
-
# Change Log
|
|
623
|
-
|
|
624
|
-
## [6.21.0](https://github.com/frontegg/frontegg-angular/compare/v6.20.0...v6.21.0) (2024-3-20)
|
|
625
|
-
|
|
626
|
-
- FR-15233 - Fix autocomplete popper
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
- FR-13828 - Add option to specify prompt consent from loginDirectAction
|
|
630
|
-
- FR-15315 - Added sort for role selections in Admin Portal
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
# Change Log
|
|
634
|
-
|
|
635
|
-
## [6.20.0](https://github.com/frontegg/frontegg-angular/compare/v6.19.0...v6.20.0) (2024-3-3)
|
|
636
|
-
|
|
637
|
-
- FR-15270 - Added new roles page to the Admin Portal
|
|
638
|
-
- FR-15395 - Fixed tab tenant not cleared after logout
|
|
639
|
-
|
|
640
|
-
# Change Log
|
|
641
|
-
|
|
642
|
-
## [6.19.0](https://github.com/frontegg/frontegg-angular/compare/v6.18.0...v6.19.0) (2024-2-28)
|
|
643
|
-
|
|
644
|
-
- FR-15376 - fixed null group description exception
|
|
645
|
-
- FR-15305 - Fixed changed fields sent on edit group to support SCIM group update
|
|
646
|
-
- FR-15219 - Fixed missing row actions in users table when using MSP
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
## [6.18.0](https://github.com/frontegg/frontegg-angular/compare/v6.17.0...v6.18.0) (2024-2-1)
|
|
650
|
-
|
|
651
|
-
- FR-15087 - Added oidc support for linkedin
|
|
652
|
-
- FR-14997 - Fixed invite user dialog UI issues
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
## [6.17.0](https://github.com/frontegg/frontegg-angular/compare/v6.16.0...v6.17.0) (2024-1-28)
|
|
657
|
-
|
|
658
|
-
- FR-14910 - Fixed handling entitlements errors
|
|
659
|
-
- FR-14740 - Send tenant alias for hosted custom login auth user
|
|
660
|
-
- FR-14197 - Added Canada to MFA SMS list of countries
|
|
661
|
-
- FR-14859 - Fixed roles filtering for MSP
|
|
662
|
-
- FR-14855 - Added support for social login consent, by default it is false.
|
|
663
|
-
- FR-14813 - Added support for open app page with basename
|
|
664
|
-
- FR-14813 - Added support for mobile deep link redirect page
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
## [6.16.0](https://github.com/frontegg/frontegg-angular/compare/v6.15.0...v6.16.0) (2024-1-7)
|
|
669
|
-
|
|
670
|
-
- FR-14807 - Fixed step up double call to generate step up session
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
# Change Log
|
|
674
|
-
|
|
675
|
-
## [6.15.0](https://github.com/frontegg/frontegg-angular/compare/v6.14.0...v6.15.0) (2024-1-3)
|
|
676
|
-
|
|
677
|
-
- FR-14753 - Fixed step up key removing when user does not finish step up flow
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)
|
|
682
|
-
|
|
683
|
-
- FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions
|
|
684
|
-
|
|
685
|
-
- FR-14578 - Fixed custom login without tenant alias
|
|
686
|
-
- FR-14638 - Missing exp on user interface
|
|
687
|
-
- FR-14560 - added temporary users feature
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
- FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
- FR-14219 - Step up - Embedded flow
|
|
694
|
-
|
|
695
|
-
### Angular Wrapper 6.14.0:
|
|
696
|
-
- [FR-14227] - Step up implementation and entitlements console error when logged out
|
|
697
|
-
- FR-14324 - Fix default values for loginWithRedirect
|
|
698
|
-
- FR-14342 - Add loginDirectAction to loginWithRedirect options
|
|
699
|
-
|
|
700
|
-
## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)
|
|
701
|
-
|
|
702
|
-
- FR-14324 - Fix direct login custom social login
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
### Angular Wrapper 6.13.0:
|
|
706
|
-
- FR-14324 - Fix default values for loginWithRedirect
|
|
707
|
-
- FR-14342 - Add loginDirectAction to loginWithRedirect options
|
|
708
|
-
|
|
709
|
-
## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)
|
|
710
|
-
|
|
711
|
-
- FR-10692 - Remove the ability to select a full category on webhooks page
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
|
|
716
|
-
|
|
717
|
-
- FR-14324 - Fix android native module and add option for direct social login
|
|
718
|
-
|
|
719
|
-
- FR-14287 - Fix grammar of 1 day expiry of api tokens
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
- FR-14308 - Fixed alignment issue with icon in custom social login button
|
|
723
|
-
|
|
724
|
-
- FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
|
|
725
|
-
|
|
726
|
-
# Change Log
|
|
727
|
-
|
|
728
|
-
## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
|
|
729
|
-
|
|
730
|
-
# v6.10.0
|
|
731
|
-
|
|
732
|
-
- FR-13527 - Added a11y support for admin portal pages: SSO, security, profile, personal tokens, users, groups, provisioning, audit logs, API tokens, webhooks, and account details.
|
|
733
|
-
- FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with a silent refresh.
|
|
734
|
-
|
|
735
|
-
### Angular Wrapper 6.10.0:
|
|
736
|
-
- FR-14324 - Fixed Auth Guard support for hosted Login.
|
|
737
|
-
|
|
738
|
-
## [6.9.0](https://github.com/frontegg/frontegg-angular/compare/v6.8.0...v6.9.0) (2023-11-20)
|
|
739
|
-
|
|
740
|
-
- FR-14201 - Fixed login with SMS resend code action
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
- FR-13913 - Let tenants/users set expiry on client credentials API tokens
|
|
744
|
-
- FR-14099 - Fix load custom login routes only when necessary
|
|
745
|
-
- FR-13605 - Support adding phone number field to signup page and control his required state
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
# Change Log
|
|
749
|
-
|
|
750
|
-
## [6.8.0](https://github.com/frontegg/frontegg-angular/compare/v6.7.0...v6.8.0) (2023-11-6)
|
|
751
|
-
|
|
752
|
-
- FR-14102 - Fixed entitlements Frontegg user-id attribute usage
|
|
753
|
-
- FR-13123 - Added support to provide scopes for social logins
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
# Change Log
|
|
757
|
-
|
|
758
|
-
## [6.7.0](https://github.com/frontegg/frontegg-angular/compare/v6.6.0...v6.7.0) (2023-11-1)
|
|
759
|
-
|
|
760
|
-
- FR-13327 - Update modern theme grey palette
|
|
761
|
-
- FR-13834 - Added Rule based entitlements
|
|
762
|
-
- FR-13508 - Mobile native module bridge
|
|
763
|
-
- FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
|
|
764
|
-
- FR-13808 - Support Login with SMS
|
|
765
|
-
- FR-13786 - Support tab per tenant
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
### Angular Wrapper 6.7.0:
|
|
769
|
-
- FR-13894 - Add support for additional params in login with redirect action
|
|
770
|
-
# Change Log
|
|
771
|
-
|
|
772
|
-
## [6.6.0](https://github.com/frontegg/frontegg-angular/compare/v6.5.0...v6.6.0) (2023-10-24)
|
|
773
|
-
|
|
774
|
-
- FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
|
|
775
|
-
- FR-13808 - Support Login with SMS
|
|
776
|
-
- FR-13786 - Support tab per tenant
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
### Angular Wrapper 6.6.0:
|
|
780
|
-
- FR-13894 - Add support for additional params in login with redirect action
|
|
781
|
-
- FR-13820 - Rule based entitlements preparations
|
|
782
|
-
# Change Log
|
|
783
|
-
|
|
784
|
-
## [6.5.0](https://github.com/frontegg/frontegg-angular/compare/v6.4.0...v6.5.0) (2023-10-11)
|
|
785
|
-
|
|
786
|
-
- FR-13798 - Added support for login with SMS
|
|
787
|
-
- FR-13364 - Improved validations text for sign-in form
|
|
788
|
-
-
|
|
789
|
-
# Change Log
|
|
790
|
-
|
|
791
|
-
## [6.4.0](https://github.com/frontegg/frontegg-angular/compare/v6.3.0...v6.4.0) (2023-10-4)
|
|
792
|
-
|
|
793
|
-
- FR-13364 - Improved validations text for sign in form
|
|
794
|
-
- FR-13737 - Changed breached password page to be shown just for block breached password policy
|
|
795
|
-
- FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
## [6.3.0](https://github.com/frontegg/frontegg-angular/compare/v6.2.0...v6.3.0) (2023-10-2)
|
|
799
|
-
|
|
800
|
-
- FR-13455 - Fixed impersonation with custom login on embedded initial blank screen
|
|
801
|
-
- FR-13649 - Fixed testimonial quote layout for split signup mode
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
# Change Log
|
|
805
|
-
|
|
806
|
-
## [6.2.0](https://github.com/frontegg/frontegg-angular/compare/v6.1.0...v6.2.0) (2023-9-28)
|
|
807
|
-
|
|
808
|
-
- Revamped the security page in the Admin Portal
|
|
809
|
-
#### Note: no migration is needed to upgrade between versions 5 to 6.
|
|
810
|
-
|
|
811
|
-
# Change Log
|
|
812
|
-
|
|
813
|
-
## [6.1.0](https://github.com/frontegg/frontegg-angular/compare/v5.40.0...v6.1.0) (2023-9-27)
|
|
814
|
-
|
|
815
|
-
- FR-13509 - Added GTM integration
|
|
816
|
-
|
|
817
|
-
## [5.40.0](https://github.com/frontegg/frontegg-angular/compare/v5.39.0...v5.40.0) (2023-9-5)
|
|
818
|
-
|
|
819
|
-
- Releasing the new Security Center Page, which will replace the current Security Page. Currently exposed on Early Access with limited availability by a feature flag.
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
# Change Log
|
|
823
|
-
|
|
824
|
-
## [5.39.0](https://github.com/frontegg/frontegg-angular/compare/v5.38.0...v5.39.0) (2023-8-28)
|
|
825
|
-
|
|
826
|
-
- FR-13142 - Support setRootAccountData action for all account feature
|
|
827
|
-
- FR-12321 - Added max validations to session management fields
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
- FR-12974 - Fixed the issue with permissions and roles granted from user groups on User context
|
|
831
|
-
- FR-12322 - Change redirect to SSO text
|
|
832
|
-
- FR-12979 - Fixed MFA options save button to be disabled if the user has no security write permission
|
|
833
|
-
|
|
834
|
-
# Change Log
|
|
835
|
-
|
|
836
|
-
## [5.38.0](https://github.com/frontegg/frontegg-angular/compare/v5.37.0...v5.38.0) (2023-8-14)
|
|
837
|
-
|
|
838
|
-
# v5.38.0
|
|
839
|
-
- FR-11857 - Added new support for hosted login to load user on load
|
|
840
|
-
- FR-12828 - Updated entitlements API response
|
|
841
|
-
- FR-12224 - Supported custom login for authenticated users without a tenant alias
|
|
842
|
-
- FR-12780 - Improved Entitlements Vanilla JS SDK
|
|
843
|
-
|
|
844
|
-
### Angular Wrapper 5.38.0:
|
|
845
|
-
- FR-13038 - Added support for Angular 16
|
|
846
|
-
- FR-12986 - Added support of reporting Angular version header
|
|
847
|
-
- FR-12043 - Implemented FronteggEntitlementsService for exposing entitlements APIs
|
|
848
|
-
|
|
849
|
-
# Change Log
|
|
850
|
-
|
|
851
|
-
## [5.37.0](https://github.com/frontegg/frontegg-angular/compare/v5.36.0...v5.37.0) (2023-7-24)
|
|
852
|
-
|
|
853
|
-
- FR-12828 - Added entitlements feature
|
|
854
|
-
- FR-12224 - Support custom login for authenticated users without a tenant alias
|
|
855
|
-
- FR-12688 - Make the Admin box compatible with the updated type of IUserProfile
|
|
856
|
-
- FR-12114 - Remove inactive custom social login provider
|
|
857
|
-
- FR-12098 - Fixed admin portal user status updates when email verification is off
|
|
858
|
-
- FR-12098 - Fixed workspace title for the vivid theme
|
|
859
|
-
|
|
860
|
-
### Angular Wrapper 5.37.0:
|
|
861
|
-
- FR-12043 - Added entitlements feature
|
|
862
|
-
# Change Log
|
|
863
|
-
|
|
864
|
-
## [5.36.0](https://github.com/frontegg/frontegg-angular/compare/v5.35.0...v5.36.0) (2023-7-13)
|
|
865
|
-
|
|
866
|
-
• FR-12550 - Align all auth methods to get the right login response type
|
|
867
|
-
• FR-12664 - Rename redux-saga file to prevent loop imports by webpack
|
|
868
|
-
• FR-12098 - Updated Admin portal user status to the correct one if email verification is off
|
|
869
|
-
• FR-12020 - Fixed blinking workspace title in admin portal vivid theme
|
|
870
|
-
• FR-12114 - Fixed custom social login provider shouldn't be shown if not active
|
|
871
|
-
• FR-12628 - Fixed custom login with hosted Oauth in URL
|
|
872
|
-
• FR-12575 - Changed remember my device value to be true by default
|
|
873
|
-
• FR-12581 - Added support for custom inline html and script
|
|
874
|
-
• FR-12343 - Added support for SSO per tenant
|
|
875
|
-
• FR-12488 - Backward compatible support for loadUsersV1
|
|
876
|
-
• FR-12164 - Added support for MSP bulk user invitation
|
|
877
|
-
• FR-12479 - Fixed MSP warning dialog issue
|
|
878
|
-
• FR-12408 - Redesigned Entitlements structure
|
|
879
|
-
|
|
880
|
-
### Angular Wrapper 5.36.0:
|
|
881
|
-
- FR-12527 - Remove entitlements
|
|
882
|
-
# Change Log
|
|
883
|
-
|
|
884
|
-
## [5.35.0](https://github.com/frontegg/frontegg-angular/compare/v5.34.0...v5.35.0) (2023-6-30)
|
|
885
|
-
|
|
886
|
-
- MSP update visibility, bugfix
|
|
887
|
-
- add security login flows
|
|
888
|
-
|
|
889
|
-
# Change Log
|
|
890
|
-
|
|
891
|
-
## [5.34.0](https://github.com/frontegg/frontegg-angular/compare/v5.33.0...v5.34.0) (2023-6-28)
|
|
892
|
-
|
|
893
|
-
- FR-12277 - Extended tenants state with the active tenant to support MSP sub-accounts
|
|
894
|
-
- FR-12405 - MSP bug fixes
|
|
895
|
-
- FR-12381 - Migrated users table to load users by users V2 API
|
|
896
|
-
|
|
897
|
-
# Change Log
|
|
898
|
-
|
|
899
|
-
## [5.33.0](https://github.com/frontegg/frontegg-angular/compare/v5.32.0...v5.33.0) (2023-6-22)
|
|
900
|
-
|
|
901
|
-
- Update load tenants to new version
|
|
902
|
-
- MSP bugfix, improvements
|
|
903
|
-
- Add support to load cdn component with the new vite version
|
|
904
|
-
- Fix new sso guide dark theme
|
|
905
|
-
- Add support props and frontegg hooks in custom components
|
|
906
|
-
|
|
907
|
-
# Change Log
|
|
908
|
-
|
|
909
|
-
## [5.32.0](https://github.com/frontegg/frontegg-angular/compare/v5.31.0...v5.32.0) (2023-6-19)
|
|
910
|
-
|
|
911
|
-
Added support to load cdn component with the new vite version
|
|
912
|
-
- Fix for new sso guide dark theme
|
|
913
|
-
- Fix for login per tenant embedded with sub domain logout route
|
|
914
|
-
- Create MSP all accounts main page
|
|
915
|
-
|
|
916
|
-
# Change Log
|
|
917
|
-
|
|
918
|
-
## [5.31.0](https://github.com/frontegg/frontegg-angular/compare/v5.30.0...v5.31.0) (2023-6-6)
|
|
919
|
-
|
|
920
|
-
- Improve login preview for login per tenant self service to rendered inside iframe
|
|
921
|
-
- Added required to fields in invite user modal
|
|
922
|
-
- Improve error handling for login
|
|
923
|
-
- Added MSP - all accounts main page and state
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
# Change Log
|
|
927
|
-
|
|
928
|
-
## [5.30.0](https://github.com/frontegg/frontegg-angular/compare/v5.29.0...v5.30.0) (2023-5-28)
|
|
929
|
-
|
|
930
|
-
- Fixed hosted login with hash router
|
|
931
|
-
- Support login per tenant self service
|
|
932
|
-
- Added Cyprus phone area code 2 fa screen
|
|
933
|
-
- Added option to upload metadata file instead of metadata url
|
|
934
|
-
|
|
935
|
-
# Change Log
|
|
936
|
-
|
|
937
|
-
## [5.29.0](https://github.com/frontegg/frontegg-angular/compare/v5.28.0...v5.29.0) (2023-5-23)
|
|
938
|
-
|
|
939
|
-
- Fix the issue with unnecessary white borders on the dark mode theme
|
|
940
|
-
- Add metadataHeaders type to contextOptions
|
|
941
|
-
- Add source header to all admin portal and login box requests
|
|
942
|
-
- Add login per tenant self service
|
|
943
|
-
- SSO Guides enhancements
|
|
944
|
-
- [Snyk] Security upgrade babel-plugin-module-resolver from 4.1.0 to 5.0.0
|
|
945
|
-
- Remove admin provisioning feature flag
|
|
946
|
-
- Report version and framework as requests headers
|
|
947
|
-
- [Snyk] Upgrade tslib from 2.3.0 to 2.5.0
|
|
948
|
-
|
|
949
|
-
# Change Log
|
|
950
|
-
|
|
951
|
-
## [5.28.0](https://github.com/frontegg/frontegg-angular/compare/v5.27.0...v5.28.0) (2023-5-12)
|
|
952
|
-
|
|
953
|
-
- FR-11442 - Removed admin portal provisioning feature flag
|
|
954
|
-
- FR-11723 - Fixed refresh token when computer clock is set to a future time
|
|
955
|
-
- FR-11735 - Added support for customizing login per tenant in the admin portal
|
|
956
|
-
- FR-11442 - Removed legacy SSO tab code
|
|
957
|
-
- FR-11718 - Fix users' table UI issues
|
|
958
|
-
- FR-11113 - Fixed Frontegg logo overlapping navigation
|
|
959
|
-
- FR-11442 - Extract the provisioning tab to a separated page in the admin portal
|
|
960
|
-
- FR-11617 - Fixed a11y enter key press issue
|
|
961
|
-
- FR-11352 - Added support for nested table
|
|
962
|
-
- [Snyk] Security upgrade @azure/storage-blob from 12.11.0 to 12.13.0
|
|
963
|
-
|
|
964
|
-
# Change Log
|
|
965
|
-
|
|
966
|
-
## [5.27.0](https://github.com/frontegg/frontegg-angular/compare/v5.26.0...v5.27.0) (2023-5-4)
|
|
967
|
-
|
|
968
|
-
- FR-11581 - fix a11y login-box onEnter event for links
|
|
969
|
-
- FR-11353 - add new tree graph component
|
|
970
|
-
|
|
971
|
-
## [5.26.0](https://github.com/frontegg/frontegg-angular/compare/v5.25.0...v5.26.0) (2023-4-28)
|
|
972
|
-
|
|
973
|
-
- FR-11564 - Social login button shouldn't inherit from secondary color
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
## [5.25.0](https://github.com/frontegg/frontegg-angular/compare/v5.24.0...v5.25.0) (2023-4-27)
|
|
977
|
-
|
|
978
|
-
- Fixed passkeys issue with reCaptcha
|
|
979
|
-
- Removed feature flag from passkeys button
|
|
980
|
-
- Enable loading Frontegg helper scripts by providing query params to Frontegg external source
|
|
981
|
-
- Security upgrade webpack from 5.74.0 to 5.76.0
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
## [5.24.0](https://github.com/frontegg/frontegg-angular/compare/v5.23.0...v5.24.0) (2023-4-27)
|
|
985
|
-
|
|
986
|
-
- Fixed input hover issue on suffix icon
|
|
987
|
-
- A11y improvements
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
## [5.23.0](https://github.com/frontegg/frontegg-angular/compare/v5.22.0...v5.23.0) (2023-4-25)
|
|
991
|
-
|
|
992
|
-
- Fix Passkeys button style
|
|
993
|
-
- Support login per tenant with search param
|
|
994
|
-
|
|
995
|
-
## [5.22.0](https://github.com/frontegg/frontegg-angular/compare/v5.21.0...v5.22.0) (2023-4-23)
|
|
996
|
-
- Lock reduxjs/toolkit version to be compatible in Vite types plugin
|
|
997
|
-
- Fixed password input placeholder text in the login box
|
|
998
|
-
- Fixed social login buttons order
|
|
999
|
-
- Fix Vite js-sha256 warning
|
|
1000
|
-
- Fixed company name error in split mode sign up
|
|
1001
|
-
- Fixed phone number dropdown theming
|
|
1002
|
-
- Added aria labels to buttons
|
|
1003
|
-
|
|
1004
|
-
### Angular Wrapper 5.22.0:
|
|
1005
|
-
- FR-11351 - preserve-query-params-for-login-per-tenant
|
|
1006
|
-
|
|
1007
|
-
## [5.21.0](https://github.com/frontegg/frontegg-angular/compare/v5.20.0...v5.21.0) (2023-4-3)
|
|
1008
|
-
|
|
1009
|
-
- Added support for SCIM groups
|
|
1010
|
-
- Updated texts across login box - grammar and terminology
|
|
1011
|
-
- Added impersonation indicator to show impersonator that they're in an impersonation session
|
|
1012
|
-
- Added passkeys feature
|
|
1013
|
-
|
|
1014
|
-
### Angular Wrapper 5.21.0:
|
|
1015
|
-
- Typo fix
|
|
1016
|
-
|
|
1017
|
-
## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
|
|
1018
|
-
|
|
1019
|
-
- FR-11247 - fix version branch 6.82
|
|
1020
|
-
|
|
1021
|
-
- FR-11065 - add passkeys mock ff
|
|
1022
|
-
- FR-11189 - mfa authenticator app change input type
|
|
1023
|
-
- FR-10821 - fix table color
|
|
1024
|
-
- FR-11204 - add unit testing with jest
|
|
1025
|
-
- FR-11139 - fix groups
|
|
1026
|
-
- FR-11039 - fix groups dummy
|
|
1027
|
-
- FR-11039 - ff groups
|
|
1028
|
-
- FR-10530 - fix ff store name
|
|
1029
|
-
- FR-11067 - error handling on profile image upload
|
|
1030
|
-
- FR-11039 - extend users table with groups column
|
|
1031
|
-
|
|
1032
|
-
- FR-10530 - fix ff
|
|
1033
|
-
- FR-10654 - Fix OIDC loading screen
|
|
1034
|
-
- FR-10530 - fix ff store name
|
|
1035
|
-
- FR-10530 - fix ff store name
|
|
1036
|
-
- FR-10530 - change ff behavior
|
|
1037
|
-
- FR-10976 - Remove idle session export from default items
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
|
|
1041
|
-
|
|
1042
|
-
- Fixed use permission regex issue to accept a wild card
|
|
1043
|
-
- User groups design fixes
|
|
1044
|
-
- Fixed passkeys loading mode and login flow with MFA
|
|
1045
|
-
- Update dependencies between passkeys and MFA on the privacy page
|
|
1046
|
-
- Added support to reset Idle session timeout by post messages from the client iFrame
|
|
1047
|
-
- Added an option to enforce redirect URLs to the same site only to avoid security issues
|
|
1048
|
-
- Added support for customized social login providers
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
|
|
1052
|
-
|
|
1053
|
-
- Fixed resend OTC with reCaptcha
|
|
1054
|
-
- Added support to let tenants create and manage user groups in the admin portal under a FF
|
|
1055
|
-
- Added support to login with passkeys and manage passkeys in the admin portal under a FF
|
|
1056
|
-
- Fixed invite users issue when the vendor is not forcing roles and permissions
|
|
1057
|
-
- Support auth strategy and social logins for login per tenants
|
|
1058
|
-
- Refactored feature flag mechanism to be based on rest-api package
|
|
1059
|
-
- Fixed validation for postcode in admin portal forms
|
|
1060
|
-
- Fixed SMS code input to have input type number
|
|
1061
|
-
- Improved auth screens form UX
|
|
1062
|
-
|
|
1063
|
-
### Angular Wrapper 5.18.0:
|
|
1064
|
-
- Added support for redirect url in hosted login mode
|
|
1065
|
-
|
|
1066
|
-
## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
|
|
1067
|
-
|
|
1068
|
-
- Fixed Admin portal SSO provider's options to be correlated with the vendor choice
|
|
1069
|
-
- Fixed background for table pivot column
|
|
1070
|
-
- Fixed impersonation by removing unnecessary redirects and adding a refresh call
|
|
1071
|
-
- Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
|
|
1072
|
-
|
|
1073
|
-
## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
|
|
1074
|
-
|
|
1075
|
-
- Updated M2M tokens to reflect the vendor choice
|
|
1076
|
-
|
|
1077
|
-
## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
|
|
1078
|
-
|
|
1079
|
-
- Fixed go-to-sign-up message position in speedy login layout
|
|
1080
|
-
- Added an input component to the library for adding members to a tenant
|
|
1081
|
-
- Fix filtering SSO providers according to the vendor selection
|
|
1082
|
-
- Added user groups card header component to the library
|
|
1083
|
-
- Improved the admin portal and login box performance and bundle size
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
|
|
1087
|
-
|
|
1088
|
-
- Fixed error message position in login with SMS screen
|
|
1089
|
-
- Fixed missing client ID after creating API token
|
|
1090
|
-
|
|
1091
|
-
## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
|
|
1092
|
-
|
|
1093
|
-
- Added email type to all email inputs in the login box and admin portal
|
|
1094
|
-
- Fixed mobile width of the login box in modern and classic theme
|
|
1095
|
-
- Fixed the scrolling issue in the privacy page in the admin portal
|
|
1096
|
-
- Updated SCIM UI
|
|
1097
|
-
- Added API to customize forget password button in the login with password page
|
|
1098
|
-
- Improve split mode values layout
|
|
1099
|
-
- Added support to access API tokens
|
|
1100
|
-
- Updated Accept Invitation text, icon, and debounce
|
|
1101
|
-
- Fixed OTC login for mobile
|
|
1102
|
-
- Added support to sync vendor security policies
|
|
1103
|
-
- Added impersonation indication for audit logs
|
|
1104
|
-
- Added support for Impersonation
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
|
|
1108
|
-
|
|
1109
|
-
- Fixed sign up position in dark theme
|
|
1110
|
-
- Added margin to login error
|
|
1111
|
-
- Added support for built-in authenticators, security keys, and SMS as MFA methods
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
|
|
1115
|
-
|
|
1116
|
-
- Fixed login with apple redirect URL
|
|
1117
|
-
- Added impersonation indication in login session table
|
|
1118
|
-
- Added support for session expired logout on Hosted Login
|
|
1119
|
-
- Added support for login with Linkedin
|
|
1120
|
-
- Added support for Google one tap
|
|
1121
|
-
- Improve insert OTC screen UI
|
|
1122
|
-
- Improve UX of authentication forms
|
|
1123
|
-
- Fix apple logo color and match to font color
|
|
1124
|
-
|
|
1125
|
-
## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
|
|
1126
|
-
|
|
1127
|
-
- Few bug fixes
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
|
|
1131
|
-
|
|
1132
|
-
- Fixed mfa input on mobile
|
|
1133
|
-
- Enabled scim without roles
|
|
1134
|
-
- Fixed menu component for dark theme
|
|
1135
|
-
- Added api navigation icon
|
|
1136
|
-
- Added tests for mfa
|
|
1137
|
-
- Added apple social login types
|
|
1138
|
-
- Added support for Hiding Invoices
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
|
|
1142
|
-
|
|
1143
|
-
- Fixed MFA flow issues
|
|
1144
|
-
- Added support for subscriptions billing collection
|
|
1145
|
-
- Fixed the issue of the OTC screen submit button is disabled on mobile devices
|
|
1146
|
-
- Added SCIM section in admin portal under FF
|
|
1147
|
-
|
|
1148
|
-
## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
|
|
1149
|
-
|
|
1150
|
-
- Fixed ignoring `urlPrefix` issue
|
|
1151
|
-
- Added the ability to Invite a user by bulk API in the admin portal
|
|
1152
|
-
- Fixed OTC digits are not visible on mobile devices
|
|
1153
|
-
- Added MFA devices management section in the admin portal under FF
|
|
1154
|
-
- Fixed the ability to copy invite link for dynamic base URL as well
|
|
1155
|
-
- Added new abilities to MFA flows under FF
|
|
1156
|
-
- Added support for providing an external CDN to load fonts in Frontegg components
|
|
1157
|
-
|
|
1158
|
-
## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
|
|
1159
|
-
|
|
1160
|
-
- FR-9750 - change api according to the new names security tabs
|
|
1161
|
-
- FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
|
|
1162
|
-
- FR-9826 - fix table header in dark theme
|
|
1163
|
-
- FR-9237 - Max length for secret fields increased to 100
|
|
1164
|
-
- FR-9742 - enroll mfa list
|
|
1165
|
-
- FR-9772 - Send NULL on profilePictureUrl rather than null
|
|
1166
|
-
- FR-9717 - Invite user customize form API
|
|
1167
|
-
- FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
|
|
1171
|
-
|
|
1172
|
-
- Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
|
|
1173
|
-
- Added support for customizing admin portal navigation hover color
|
|
1174
|
-
- Fixed typo of Andorra country in countries dropdown
|
|
1175
|
-
- Fixed select popup alignment issue
|
|
1176
|
-
- 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)
|
|
1177
|
-
- Added mock for feature flags API for admin portal preview mode
|
|
1178
|
-
- Fixed resend invitation and activate your account API calls
|
|
1179
|
-
- Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
|
|
1180
|
-
- Added support for customizing fields and tabs in the admin portal
|
|
1181
|
-
|
|
1182
|
-
### Angular Wrapper 5.7.0:
|
|
1183
|
-
- Updated README.md with the current integration guide
|
|
1184
|
-
|
|
1185
|
-
## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
|
|
1186
|
-
|
|
1187
|
-
- FR-9186 - support ssr with session and refresh token
|
|
1188
|
-
- FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
|
|
1189
|
-
|
|
1190
|
-
- FR-9186 - fix pipeline
|
|
1191
|
-
### AdminPortal 6.36.0:
|
|
1192
|
-
-
|
|
1193
|
-
|
|
1194
|
-
### AdminPortal 6.35.0:
|
|
1195
|
-
-
|
|
1196
|
-
### AdminPortal 6.34.0:
|
|
1197
|
-
-
|
|
1198
|
-
|
|
1199
|
-
### Angular Wrapper 5.6.0:
|
|
1200
|
-
- FR-9186 - Fix changelog
|
|
1201
|
-
- Add karma.conf.js and adjust docker file
|
|
1202
|
-
- Adjust Test runnner flags, to run in docker
|
|
1203
|
-
- FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
|
|
1204
|
-
- Change docker image to allow chromium to be installed
|
|
1205
|
-
- Sanity Check
|
|
1206
|
-
|
|
1207
|
-
## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
|
|
1208
|
-
|
|
1209
|
-
### AdminPortal 6.34.0:
|
|
1210
|
-
-
|
|
1211
|
-
|
|
1212
|
-
### Angular Wrapper 5.5.3:
|
|
1213
|
-
- FR-9186 - Fix changelog
|
|
1214
|
-
- Add karma.conf.js and adjust docker file
|
|
1215
|
-
- Adjust Test runnner flags, to run in docker
|
|
1216
|
-
- FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
|
|
1217
|
-
- Change docker image to allow chromium to be installed
|
|
1218
|
-
- Sanity Check
|
|
1219
|
-
- Sanity check for angular
|
|
1220
|
-
|