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