@frontegg/angular 6.4.0 → 6.5.0-alpha.6480074255

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