@frontegg/angular 5.15.0-alpha.4103820630 → 5.15.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 +146 -0
  2. package/package.json +2 -2
package/CHANGELOG.md ADDED
@@ -0,0 +1,146 @@
1
+ # Change Log
2
+
3
+ ## [5.15.0](https://github.com/frontegg/frontegg-angular/compare/v5.14.0...v5.15.0) (2023-2-7)
4
+
5
+ - Fixed go-to-sign-up message position in speedy login layout
6
+ - Added an input component to the library for adding members to a tenant
7
+ - Fix filtering SSO providers according to the vendor selection
8
+ - Added user groups card header component to the library
9
+ - Improved the admin portal and login box performance and bundle size
10
+
11
+
12
+ ## [5.14.0](https://github.com/frontegg/frontegg-angular/compare/v5.13.0...v5.14.0) (2023-1-29)
13
+
14
+ - Fixed error message position in login with SMS screen
15
+ - Fixed missing client ID after creating API token
16
+
17
+ ## [5.13.0](https://github.com/frontegg/frontegg-angular/compare/v5.12.0...v5.13.0) (2023-1-25)
18
+
19
+ - Added email type to all email inputs in the login box and admin portal
20
+ - Fixed mobile width of the login box in modern and classic theme
21
+ - Fixed the scrolling issue in the privacy page in the admin portal
22
+ - Updated SCIM UI
23
+ - Added API to customize forget password button in the login with password page
24
+ - Improve split mode values layout
25
+ - Added support to access API tokens
26
+ - Updated Accept Invitation text, icon, and debounce
27
+ - Fixed OTC login for mobile
28
+ - Added support to sync vendor security policies
29
+ - Added impersonation indication for audit logs
30
+ - Added support for Impersonation
31
+
32
+
33
+ ## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16)
34
+
35
+ - Fixed sign up position in dark theme
36
+ - Added margin to login error
37
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
38
+
39
+
40
+ ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11)
41
+
42
+ - Fixed login with apple redirect URL
43
+ - Added impersonation indication in login session table
44
+ - Added support for session expired logout on Hosted Login
45
+ - Added support for login with Linkedin
46
+ - Added support for Google one tap
47
+ - Improve insert OTC screen UI
48
+ - Improve UX of authentication forms
49
+ - Fix apple logo color and match to font color
50
+
51
+ ## [5.10.0](https://github.com/frontegg/frontegg-angular/compare/v5.9.0...v5.10.0) (2022-12-22)
52
+
53
+ - Few bug fixes
54
+
55
+
56
+ ## [5.9.0](https://github.com/frontegg/frontegg-angular/compare/v5.8.1...v5.9.0) (2022-12-20)
57
+
58
+ - Fixed mfa input on mobile
59
+ - Enabled scim without roles
60
+ - Fixed menu component for dark theme
61
+ - Added api navigation icon
62
+ - Added tests for mfa
63
+ - Added apple social login types
64
+ - Added support for Hiding Invoices
65
+
66
+
67
+ ## [5.8.1](https://github.com/frontegg/frontegg-angular/compare/v5.8.0...v5.8.1) (2022-12-13)
68
+
69
+ - Fixed MFA flow issues
70
+ - Added support for subscriptions billing collection
71
+ - Fixed the issue of the OTC screen submit button is disabled on mobile devices
72
+ - Added SCIM section in admin portal under FF
73
+
74
+ ## [5.8.0](https://github.com/frontegg/frontegg-angular/compare/v5.7.1...v5.8.0) (2022-12-8)
75
+
76
+ - Fixed ignoring `urlPrefix` issue
77
+ - Added the ability to Invite a user by bulk API in the admin portal
78
+ - Fixed OTC digits are not visible on mobile devices
79
+ - Added MFA devices management section in the admin portal under FF
80
+ - Fixed the ability to copy invite link for dynamic base URL as well
81
+ - Added new abilities to MFA flows under FF
82
+ - Added support for providing an external CDN to load fonts in Frontegg components
83
+
84
+ ## [5.7.1](https://github.com/frontegg/frontegg-angular/compare/v5.7.0...v5.7.1) (2022-11-28)
85
+
86
+ - FR-9750 - change api according to the new names security tabs
87
+ - FR-9717 - update rest api to have optional name in add user payload - and make sure to not send name if not exist
88
+ - FR-9826 - fix table header in dark theme
89
+ - FR-9237 - Max length for secret fields increased to 100
90
+ - FR-9742 - enroll mfa list
91
+ - FR-9772 - Send NULL on profilePictureUrl rather than null
92
+ - FR-9717 - Invite user customize form API
93
+ - FR-9597 - Webhooks - missing validation error on UI when added not allowed URL
94
+
95
+
96
+ ## [5.7.0](https://github.com/frontegg/frontegg-angular/compare/v5.6.0...v5.7.0) (2022-11-23)
97
+
98
+ - Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
99
+ - Added support for customizing admin portal navigation hover color
100
+ - Fixed typo of Andorra country in countries dropdown
101
+ - Fixed select popup alignment issue
102
+ - 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)
103
+ - Added mock for feature flags API for admin portal preview mode
104
+ - Fixed resend invitation and activate your account API calls
105
+ - Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
106
+ - Added support for customizing fields and tabs in the admin portal
107
+
108
+ ### Angular Wrapper 5.7.0:
109
+ - Updated README.md with the current integration guide
110
+
111
+ ## [5.6.0](https://github.com/frontegg/frontegg-angular/compare/v5.5.3...v5.6.0) (2022-11-10)
112
+
113
+ - FR-9186 - support ssr with session and refresh token
114
+ - FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
115
+
116
+ - FR-9186 - fix pipeline
117
+ ### AdminPortal 6.36.0:
118
+ -
119
+
120
+ ### AdminPortal 6.35.0:
121
+ -
122
+ ### AdminPortal 6.34.0:
123
+ -
124
+
125
+ ### Angular Wrapper 5.6.0:
126
+ - FR-9186 - Fix changelog
127
+ - Add karma.conf.js and adjust docker file
128
+ - Adjust Test runnner flags, to run in docker
129
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
130
+ - Change docker image to allow chromium to be installed
131
+ - Sanity Check
132
+
133
+ ## [5.5.3](https://github.com/frontegg/frontegg-angular/compare/v5.5.2...v5.5.3) (2022-10-26)
134
+
135
+ ### AdminPortal 6.34.0:
136
+ -
137
+
138
+ ### Angular Wrapper 5.5.3:
139
+ - FR-9186 - Fix changelog
140
+ - Add karma.conf.js and adjust docker file
141
+ - Adjust Test runnner flags, to run in docker
142
+ - FR-9186 - Generate changelog based on AdminPortal and LoginBox changes
143
+ - Change docker image to allow chromium to be installed
144
+ - Sanity Check
145
+ - Sanity check for angular
146
+
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@frontegg/angular",
3
- "version": "5.15.0-alpha.4103820630",
3
+ "version": "5.15.0",
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.70.0",
10
+ "@frontegg/js": "6.71.0",
11
11
  "csstype": "^3.0.8",
12
12
  "fast-deep-equal": "^3.1.3",
13
13
  "stream": "^0.0.2",