@frontegg/angular 5.40.0 → 5.41.0-alpha.6261494928

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