@frontegg/angular 6.3.0 → 6.4.0-alpha.6389214449

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