@frontegg/angular 6.18.0 → 6.19.0-alpha.8076780471

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/package.json +2 -2
  2. package/CHANGELOG.md +0 -574
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "6.18.0",
3
+ "version": "6.19.0-alpha.8076780471",
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.176.0",
10
+ "@frontegg/js": "6.180.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,574 +0,0 @@
1
- # Change Log
2
-
3
- ## [6.18.0](https://github.com/frontegg/frontegg-angular/compare/v6.17.0...v6.18.0) (2024-2-1)
4
-
5
- - FR-15087 - Added oidc support for linkedin
6
- - FR-14997 - Fixed invite user dialog UI issues
7
-
8
-
9
-
10
- ## [6.17.0](https://github.com/frontegg/frontegg-angular/compare/v6.16.0...v6.17.0) (2024-1-28)
11
-
12
- - FR-14910 - Fixed handling entitlements errors
13
- - FR-14740 - Send tenant alias for hosted custom login auth user
14
- - FR-14197 - Added Canada to MFA SMS list of countries
15
- - FR-14859 - Fixed roles filtering for MSP
16
- - FR-14855 - Added support for social login consent, by default it is false.
17
- - FR-14813 - Added support for open app page with basename
18
- - FR-14813 - Added support for mobile deep link redirect page
19
-
20
-
21
-
22
- ## [6.16.0](https://github.com/frontegg/frontegg-angular/compare/v6.15.0...v6.16.0) (2024-1-7)
23
-
24
- - FR-14807 - Fixed step up double call to generate step up session
25
-
26
-
27
- # Change Log
28
-
29
- ## [6.15.0](https://github.com/frontegg/frontegg-angular/compare/v6.14.0...v6.15.0) (2024-1-3)
30
-
31
- - FR-14753 - Fixed step up key removing when user does not finish step up flow
32
-
33
-
34
-
35
- ## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)
36
-
37
- - FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions
38
-
39
- - FR-14578 - Fixed custom login without tenant alias
40
- - FR-14638 - Missing exp on user interface
41
- - FR-14560 - added temporary users feature
42
-
43
-
44
- - FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
45
-
46
-
47
- - FR-14219 - Step up - Embedded flow
48
-
49
- ### Angular Wrapper 6.14.0:
50
- - [FR-14227] - Step up implementation and entitlements console error when logged out
51
- - FR-14324 - Fix default values for loginWithRedirect
52
- - FR-14342 - Add loginDirectAction to loginWithRedirect options
53
-
54
- ## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)
55
-
56
- - FR-14324 - Fix direct login custom social login
57
-
58
-
59
- ### Angular Wrapper 6.13.0:
60
- - FR-14324 - Fix default values for loginWithRedirect
61
- - FR-14342 - Add loginDirectAction to loginWithRedirect options
62
-
63
- ## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)
64
-
65
- - FR-10692 - Remove the ability to select a full category on webhooks page
66
-
67
-
68
-
69
- ## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
70
-
71
- - FR-14324 - Fix android native module and add option for direct social login
72
-
73
- - FR-14287 - Fix grammar of 1 day expiry of api tokens
74
-
75
-
76
- - FR-14308 - Fixed alignment issue with icon in custom social login button
77
-
78
- - FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
79
-
80
- # Change Log
81
-
82
- ## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
83
-
84
- # v6.10.0
85
-
86
- - 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.
87
- - FR-14324 - Fixed Hosted login race condition in Angular and supported prompt login with a silent refresh.
88
-
89
- ### Angular Wrapper 6.10.0:
90
- - FR-14324 - Fixed Auth Guard support for hosted Login.
91
-
92
- ## [6.9.0](https://github.com/frontegg/frontegg-angular/compare/v6.8.0...v6.9.0) (2023-11-20)
93
-
94
- - FR-14201 - Fixed login with SMS resend code action
95
-
96
-
97
- - FR-13913 - Let tenants/users set expiry on client credentials API tokens
98
- - FR-14099 - Fix load custom login routes only when necessary
99
- - FR-13605 - Support adding phone number field to signup page and control his required state
100
-
101
-
102
- # Change Log
103
-
104
- ## [6.8.0](https://github.com/frontegg/frontegg-angular/compare/v6.7.0...v6.8.0) (2023-11-6)
105
-
106
- - FR-14102 - Fixed entitlements Frontegg user-id attribute usage
107
- - FR-13123 - Added support to provide scopes for social logins
108
-
109
-
110
- # Change Log
111
-
112
- ## [6.7.0](https://github.com/frontegg/frontegg-angular/compare/v6.6.0...v6.7.0) (2023-11-1)
113
-
114
- - FR-13327 - Update modern theme grey palette
115
- - FR-13834 - Added Rule based entitlements
116
- - FR-13508 - Mobile native module bridge
117
- - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
118
- - FR-13808 - Support Login with SMS
119
- - FR-13786 - Support tab per tenant
120
-
121
-
122
- ### Angular Wrapper 6.7.0:
123
- - FR-13894 - Add support for additional params in login with redirect action
124
- # Change Log
125
-
126
- ## [6.6.0](https://github.com/frontegg/frontegg-angular/compare/v6.5.0...v6.6.0) (2023-10-24)
127
-
128
- - FR-13772 - Fixed issue on edit user roles modal - at least 1 role is required
129
- - FR-13808 - Support Login with SMS
130
- - FR-13786 - Support tab per tenant
131
-
132
-
133
- ### Angular Wrapper 6.6.0:
134
- - FR-13894 - Add support for additional params in login with redirect action
135
- - FR-13820 - Rule based entitlements preparations
136
- # Change Log
137
-
138
- ## [6.5.0](https://github.com/frontegg/frontegg-angular/compare/v6.4.0...v6.5.0) (2023-10-11)
139
-
140
- - FR-13798 - Added support for login with SMS
141
- - FR-13364 - Improved validations text for sign-in form
142
- -
143
- # Change Log
144
-
145
- ## [6.4.0](https://github.com/frontegg/frontegg-angular/compare/v6.3.0...v6.4.0) (2023-10-4)
146
-
147
- - FR-13364 - Improved validations text for sign in form
148
- - FR-13737 - Changed breached password page to be shown just for block breached password policy
149
- - FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled
150
-
151
-
152
- ## [6.3.0](https://github.com/frontegg/frontegg-angular/compare/v6.2.0...v6.3.0) (2023-10-2)
153
-
154
- - FR-13455 - Fixed impersonation with custom login on embedded initial blank screen
155
- - FR-13649 - Fixed testimonial quote layout for split signup mode
156
-
157
-
158
- # Change Log
159
-
160
- ## [6.2.0](https://github.com/frontegg/frontegg-angular/compare/v6.1.0...v6.2.0) (2023-9-28)
161
-
162
- - Revamped the security page in the Admin Portal
163
- #### Note: no migration is needed to upgrade between versions 5 to 6.
164
-
165
- # Change Log
166
-
167
- ## [6.1.0](https://github.com/frontegg/frontegg-angular/compare/v5.40.0...v6.1.0) (2023-9-27)
168
-
169
- - FR-13509 - Added GTM integration
170
-
171
- ## [5.40.0](https://github.com/frontegg/frontegg-angular/compare/v5.39.0...v5.40.0) (2023-9-5)
172
-
173
- - 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.
174
-
175
-
176
- # Change Log
177
-
178
- ## [5.39.0](https://github.com/frontegg/frontegg-angular/compare/v5.38.0...v5.39.0) (2023-8-28)
179
-
180
- - FR-13142 - Support setRootAccountData action for all account feature
181
- - FR-12321 - Added max validations to session management fields
182
-
183
-
184
- - FR-12974 - Fixed the issue with permissions and roles granted from user groups on User context
185
- - FR-12322 - Change redirect to SSO text
186
- - FR-12979 - Fixed MFA options save button to be disabled if the user has no security write permission
187
-
188
- # Change Log
189
-
190
- ## [5.38.0](https://github.com/frontegg/frontegg-angular/compare/v5.37.0...v5.38.0) (2023-8-14)
191
-
192
- # v5.38.0
193
- - FR-11857 - Added new support for hosted login to load user on load
194
- - FR-12828 - Updated entitlements API response
195
- - FR-12224 - Supported custom login for authenticated users without a tenant alias
196
- - FR-12780 - Improved Entitlements Vanilla JS SDK
197
-
198
- ### Angular Wrapper 5.38.0:
199
- - FR-13038 - Added support for Angular 16
200
- - FR-12986 - Added support of reporting Angular version header
201
- - FR-12043 - Implemented FronteggEntitlementsService for exposing entitlements APIs
202
-
203
- # Change Log
204
-
205
- ## [5.37.0](https://github.com/frontegg/frontegg-angular/compare/v5.36.0...v5.37.0) (2023-7-24)
206
-
207
- - FR-12828 - Added entitlements feature
208
- - FR-12224 - Support custom login for authenticated users without a tenant alias
209
- - FR-12688 - Make the Admin box compatible with the updated type of IUserProfile
210
- - FR-12114 - Remove inactive custom social login provider
211
- - FR-12098 - Fixed admin portal user status updates when email verification is off
212
- - FR-12098 - Fixed workspace title for the vivid theme
213
-
214
- ### Angular Wrapper 5.37.0:
215
- - FR-12043 - Added entitlements feature
216
- # Change Log
217
-
218
- ## [5.36.0](https://github.com/frontegg/frontegg-angular/compare/v5.35.0...v5.36.0) (2023-7-13)
219
-
220
- • FR-12550 - Align all auth methods to get the right login response type
221
- • FR-12664 - Rename redux-saga file to prevent loop imports by webpack
222
- • FR-12098 - Updated Admin portal user status to the correct one if email verification is off
223
- • FR-12020 - Fixed blinking workspace title in admin portal vivid theme
224
- • FR-12114 - Fixed custom social login provider shouldn't be shown if not active
225
- • FR-12628 - Fixed custom login with hosted Oauth in URL
226
- • FR-12575 - Changed remember my device value to be true by default
227
- • FR-12581 - Added support for custom inline html and script
228
- • FR-12343 - Added support for SSO per tenant
229
- • FR-12488 - Backward compatible support for loadUsersV1
230
- • FR-12164 - Added support for MSP bulk user invitation
231
- • FR-12479 - Fixed MSP warning dialog issue
232
- • FR-12408 - Redesigned Entitlements structure
233
-
234
- ### Angular Wrapper 5.36.0:
235
- - FR-12527 - Remove entitlements
236
- # Change Log
237
-
238
- ## [5.35.0](https://github.com/frontegg/frontegg-angular/compare/v5.34.0...v5.35.0) (2023-6-30)
239
-
240
- - MSP update visibility, bugfix
241
- - add security login flows
242
-
243
- # Change Log
244
-
245
- ## [5.34.0](https://github.com/frontegg/frontegg-angular/compare/v5.33.0...v5.34.0) (2023-6-28)
246
-
247
- - FR-12277 - Extended tenants state with the active tenant to support MSP sub-accounts
248
- - FR-12405 - MSP bug fixes
249
- - FR-12381 - Migrated users table to load users by users V2 API
250
-
251
- # Change Log
252
-
253
- ## [5.33.0](https://github.com/frontegg/frontegg-angular/compare/v5.32.0...v5.33.0) (2023-6-22)
254
-
255
- - Update load tenants to new version
256
- - MSP bugfix, improvements
257
- - Add support to load cdn component with the new vite version
258
- - Fix new sso guide dark theme
259
- - Add support props and frontegg hooks in custom components
260
-
261
- # Change Log
262
-
263
- ## [5.32.0](https://github.com/frontegg/frontegg-angular/compare/v5.31.0...v5.32.0) (2023-6-19)
264
-
265
- Added support to load cdn component with the new vite version
266
- - Fix for new sso guide dark theme
267
- - Fix for login per tenant embedded with sub domain logout route
268
- - Create MSP all accounts main page
269
-
270
- # Change Log
271
-
272
- ## [5.31.0](https://github.com/frontegg/frontegg-angular/compare/v5.30.0...v5.31.0) (2023-6-6)
273
-
274
- - Improve login preview for login per tenant self service to rendered inside iframe
275
- - Added required to fields in invite user modal
276
- - Improve error handling for login
277
- - Added MSP - all accounts main page and state
278
-
279
-
280
- # Change Log
281
-
282
- ## [5.30.0](https://github.com/frontegg/frontegg-angular/compare/v5.29.0...v5.30.0) (2023-5-28)
283
-
284
- - Fixed hosted login with hash router
285
- - Support login per tenant self service
286
- - Added Cyprus phone area code 2 fa screen
287
- - Added option to upload metadata file instead of metadata url
288
-
289
- # Change Log
290
-
291
- ## [5.29.0](https://github.com/frontegg/frontegg-angular/compare/v5.28.0...v5.29.0) (2023-5-23)
292
-
293
- - Fix the issue with unnecessary white borders on the dark mode theme
294
- - Add metadataHeaders type to contextOptions
295
- - Add source header to all admin portal and login box requests
296
- - Add login per tenant self service
297
- - SSO Guides enhancements
298
- - [Snyk] Security upgrade babel-plugin-module-resolver from 4.1.0 to 5.0.0
299
- - Remove admin provisioning feature flag
300
- - Report version and framework as requests headers
301
- - [Snyk] Upgrade tslib from 2.3.0 to 2.5.0
302
-
303
- # Change Log
304
-
305
- ## [5.28.0](https://github.com/frontegg/frontegg-angular/compare/v5.27.0...v5.28.0) (2023-5-12)
306
-
307
- - FR-11442 - Removed admin portal provisioning feature flag
308
- - FR-11723 - Fixed refresh token when computer clock is set to a future time
309
- - FR-11735 - Added support for customizing login per tenant in the admin portal
310
- - FR-11442 - Removed legacy SSO tab code
311
- - FR-11718 - Fix users' table UI issues
312
- - FR-11113 - Fixed Frontegg logo overlapping navigation
313
- - FR-11442 - Extract the provisioning tab to a separated page in the admin portal
314
- - FR-11617 - Fixed a11y enter key press issue
315
- - FR-11352 - Added support for nested table
316
- - [Snyk] Security upgrade @azure/storage-blob from 12.11.0 to 12.13.0
317
-
318
- # Change Log
319
-
320
- ## [5.27.0](https://github.com/frontegg/frontegg-angular/compare/v5.26.0...v5.27.0) (2023-5-4)
321
-
322
- - FR-11581 - fix a11y login-box onEnter event for links
323
- - FR-11353 - add new tree graph component
324
-
325
- ## [5.26.0](https://github.com/frontegg/frontegg-angular/compare/v5.25.0...v5.26.0) (2023-4-28)
326
-
327
- - FR-11564 - Social login button shouldn't inherit from secondary color
328
-
329
-
330
- ## [5.25.0](https://github.com/frontegg/frontegg-angular/compare/v5.24.0...v5.25.0) (2023-4-27)
331
-
332
- - Fixed passkeys issue with reCaptcha
333
- - Removed feature flag from passkeys button
334
- - Enable loading Frontegg helper scripts by providing query params to Frontegg external source
335
- - Security upgrade webpack from 5.74.0 to 5.76.0
336
-
337
-
338
- ## [5.24.0](https://github.com/frontegg/frontegg-angular/compare/v5.23.0...v5.24.0) (2023-4-27)
339
-
340
- - Fixed input hover issue on suffix icon
341
- - A11y improvements
342
-
343
-
344
- ## [5.23.0](https://github.com/frontegg/frontegg-angular/compare/v5.22.0...v5.23.0) (2023-4-25)
345
-
346
- - Fix Passkeys button style
347
- - Support login per tenant with search param
348
-
349
- ## [5.22.0](https://github.com/frontegg/frontegg-angular/compare/v5.21.0...v5.22.0) (2023-4-23)
350
- - Lock reduxjs/toolkit version to be compatible in Vite types plugin
351
- - Fixed password input placeholder text in the login box
352
- - Fixed social login buttons order
353
- - Fix Vite js-sha256 warning
354
- - Fixed company name error in split mode sign up
355
- - Fixed phone number dropdown theming
356
- - Added aria labels to buttons
357
-
358
- ### Angular Wrapper 5.22.0:
359
- - FR-11351 - preserve-query-params-for-login-per-tenant
360
-
361
- ## [5.21.0](https://github.com/frontegg/frontegg-angular/compare/v5.20.0...v5.21.0) (2023-4-3)
362
-
363
- - Added support for SCIM groups
364
- - Updated texts across login box - grammar and terminology
365
- - Added impersonation indicator to show impersonator that they're in an impersonation session
366
- - Added passkeys feature
367
-
368
- ### Angular Wrapper 5.21.0:
369
- - Typo fix
370
-
371
- ## [5.20.0](https://github.com/frontegg/frontegg-angular/compare/v5.19.0...v5.20.0) (2023-3-27)
372
-
373
- - FR-11247 - fix version branch 6.82
374
-
375
- - FR-11065 - add passkeys mock ff
376
- - FR-11189 - mfa authenticator app change input type
377
- - FR-10821 - fix table color
378
- - FR-11204 - add unit testing with jest
379
- - FR-11139 - fix groups
380
- - FR-11039 - fix groups dummy
381
- - FR-11039 - ff groups
382
- - FR-10530 - fix ff store name
383
- - FR-11067 - error handling on profile image upload
384
- - FR-11039 - extend users table with groups column
385
-
386
- - FR-10530 - fix ff
387
- - FR-10654 - Fix OIDC loading screen
388
- - FR-10530 - fix ff store name
389
- - FR-10530 - fix ff store name
390
- - FR-10530 - change ff behavior
391
- - FR-10976 - Remove idle session export from default items
392
-
393
-
394
- ## [5.19.0](https://github.com/frontegg/frontegg-angular/compare/v5.18.0...v5.19.0) (2023-3-16)
395
-
396
- - Fixed use permission regex issue to accept a wild card
397
- - User groups design fixes
398
- - Fixed passkeys loading mode and login flow with MFA
399
- - Update dependencies between passkeys and MFA on the privacy page
400
- - Added support to reset Idle session timeout by post messages from the client iFrame
401
- - Added an option to enforce redirect URLs to the same site only to avoid security issues
402
- - Added support for customized social login providers
403
-
404
-
405
- ## [5.18.0](https://github.com/frontegg/frontegg-angular/compare/v5.17.0...v5.18.0) (2023-3-10)
406
-
407
- - Fixed resend OTC with reCaptcha
408
- - Added support to let tenants create and manage user groups in the admin portal under a FF
409
- - Added support to login with passkeys and manage passkeys in the admin portal under a FF
410
- - Fixed invite users issue when the vendor is not forcing roles and permissions
411
- - Support auth strategy and social logins for login per tenants
412
- - Refactored feature flag mechanism to be based on rest-api package
413
- - Fixed validation for postcode in admin portal forms
414
- - Fixed SMS code input to have input type number
415
- - Improved auth screens form UX
416
-
417
- ### Angular Wrapper 5.18.0:
418
- - Added support for redirect url in hosted login mode
419
-
420
- ## [5.17.0](https://github.com/frontegg/frontegg-angular/compare/v5.16.0...v5.17.0) (2023-2-21)
421
-
422
- - Fixed Admin portal SSO provider's options to be correlated with the vendor choice
423
- - Fixed background for table pivot column
424
- - Fixed impersonation by removing unnecessary redirects and adding a refresh call
425
- - Fixed style reorder bug when using @emotion/react and Frontegg Next.JS
426
-
427
- ## [5.16.0](https://github.com/frontegg/frontegg-angular/compare/v5.15.0...v5.16.0) (2023-2-8)
428
-
429
- - Updated M2M tokens to reflect the vendor choice
430
-
431
- ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
432
-
433
- - Fixed go-to-sign-up message position in speedy login layout
434
- - Added an input component to the library for adding members to a tenant
435
- - Fix filtering SSO providers according to the vendor selection
436
- - Added user groups card header component to the library
437
- - Improved the admin portal and login box performance and bundle size
438
-
439
-
440
- ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
441
-
442
- - Fixed error message position in login with SMS screen
443
- - Fixed missing client ID after creating API token
444
-
445
- ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
446
-
447
- - Added email type to all email inputs in the login box and admin portal
448
- - Fixed mobile width of the login box in modern and classic theme
449
- - Fixed the scrolling issue in the privacy page in the admin portal
450
- - Updated SCIM UI
451
- - Added API to customize forget password button in the login with password page
452
- - Improve split mode values layout
453
- - Added support to access API tokens
454
- - Updated Accept Invitation text, icon, and debounce
455
- - Fixed OTC login for mobile
456
- - Added support to sync vendor security policies
457
- - Added impersonation indication for audit logs
458
- - Added support for Impersonation
459
-
460
-
461
- ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
462
-
463
- - Fixed sign up position in dark theme
464
- - Added margin to login error
465
- - Added support for built-in authenticators, security keys, and SMS as MFA methods
466
-
467
-
468
- ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
469
-
470
- - Fixed login with apple redirect URL
471
- - Added impersonation indication in login session table
472
- - Added support for session expired logout on Hosted Login
473
- - Added support for login with Linkedin
474
- - Added support for Google one tap
475
- - Improve insert OTC screen UI
476
- - Improve UX of authentication forms
477
- - Fix apple logo color and match to font color
478
-
479
- ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
480
-
481
- - Few bug fixes
482
-
483
-
484
- ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
485
-
486
- - Fixed mfa input on mobile
487
- - Enabled scim without roles
488
- - Fixed menu component for dark theme
489
- - Added api navigation icon
490
- - Added tests for mfa
491
- - Added apple social login types
492
- - Added support for Hiding Invoices
493
-
494
-
495
- ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
496
-
497
- - Fixed MFA flow issues
498
- - Added support for subscriptions billing collection
499
- - Fixed the issue of the OTC screen submit button is disabled on mobile devices
500
- - Added SCIM section in admin portal under FF
501
-
502
- ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
503
-
504
- - Fixed ignoring `urlPrefix` issue
505
- - Added the ability to Invite a user by bulk API in the admin portal
506
- - Fixed OTC digits are not visible on mobile devices
507
- - Added MFA devices management section in the admin portal under FF
508
- - Fixed the ability to copy invite link for dynamic base URL as well
509
- - Added new abilities to MFA flows under FF
510
- - Added support for providing an external CDN to load fonts in Frontegg components
511
-
512
- ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
513
-
514
- - FR-9750 - change api according to the new names security tabs
515
- - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
516
- - FR-9826 - fix table header in dark theme
517
- - FR-9237 - Max length for secret fields increased to 100
518
- - FR-9742 - enroll mfa list
519
- - FR-9772 - Send NULL on profilePictureUrl rather than null
520
- - FR-9717 - Invite user customize form API
521
- - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
522
-
523
-
524
- ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
525
-
526
- - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
527
- - Added support for customizing admin portal navigation hover color
528
- - Fixed typo of Andorra country in countries dropdown
529
- - Fixed select popup alignment issue
530
- - 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)
531
- - Added mock for feature flags API for admin portal preview mode
532
- - Fixed resend invitation and activate your account API calls
533
- - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
534
- - Added support for customizing fields and tabs in the admin portal
535
-
536
- ### Angular Wrapper 5.7.0:
537
- - Updated README.md with the current integration guide
538
-
539
- ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
540
-
541
- - FR-9186 - support ssr with session and refresh token
542
- - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
543
-
544
- - FR-9186 - fix pipeline
545
- ### AdminPortal 6.36.0:
546
- -
547
-
548
- ### AdminPortal 6.35.0:
549
- -
550
- ### AdminPortal 6.34.0:
551
- -
552
-
553
- ### Angular Wrapper 5.6.0:
554
- - FR-9186 - Fix changelog
555
- - Add karma.conf.js and adjust docker file
556
- - Adjust Test runnner flags, to run in docker
557
- - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
558
- - Change docker image to allow chromium to be installed
559
- - Sanity Check
560
-
561
- ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
562
-
563
- ### AdminPortal 6.34.0:
564
- -
565
-
566
- ### Angular Wrapper 5.5.3:
567
- - FR-9186 - Fix changelog
568
- - Add karma.conf.js and adjust docker file
569
- - Adjust Test runnner flags, to run in docker
570
- - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
571
- - Change docker image to allow chromium to be installed
572
- - Sanity Check
573
- - Sanity check for angular
574
-