@frontegg/angular 5.39.0 → 5.40.0-alpha.6082593416

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