@frontegg/angular 5.37.0-alpha.5645584471 → 5.37.0

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