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