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