@frontegg/angular 5.33.0 → 5.34.0-alpha.5401013429

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