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