@frontegg/angular 5.13.0 → 5.14.0-alpha.4036827099

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