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