@frontegg/angular 5.8.0 → 5.8.1-alpha.3684135078

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