@frontegg/angular 5.22.0 → 5.23.0-alpha.4796364078

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