@frontegg/angular 5.11.0 → 5.12.0-alpha.3929895169

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