@frontegg/angular 5.36.0 → 5.37.0-alpha.5596977006

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