@frontegg/angular 5.8.1 → 5.9.0-alpha.3738992436

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