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