@bnsights/bbsf-admin-portal 1.2.22 → 1.2.24
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.
- package/README.md +8 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,11 +4,19 @@ BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular m
|
|
|
4
4
|
|
|
5
5
|
For more info please visit [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
|
|
6
6
|
|
|
7
|
+
## 1.2.24 / 22-06-2026
|
|
8
|
+
|
|
9
|
+
=====================
|
|
10
|
+
|
|
11
|
+
- Update controls package to 1.2.27.
|
|
12
|
+
- Consumed optional `BBSF-FileUpload` cropper support for organization logos.
|
|
13
|
+
|
|
7
14
|
## 1.2.23 / 15-06-2026
|
|
8
15
|
|
|
9
16
|
=====================
|
|
10
17
|
|
|
11
18
|
- Update controls package to 1.2.26.
|
|
19
|
+
- Exposed the controls package `LogoCropperComponent` through the admin portal package update.
|
|
12
20
|
- Added explicit package exports for admin portal style assets so Angular browser and application builders can resolve package SCSS imports.
|
|
13
21
|
- Updated admin portal global styles to import controls variables with the explicit `.scss` extension while preserving the existing deep asset path.
|
|
14
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bnsights/bbsf-admin-portal",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.24",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^19.2.15",
|
|
6
6
|
"@angular/cdk": "^19.2.15",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@amcharts/amcharts5": "5.6.2",
|
|
16
|
-
"@bnsights/bbsf-controls": "1.2.
|
|
16
|
+
"@bnsights/bbsf-controls": "1.2.27",
|
|
17
17
|
"@bnsights/bbsf-utilities": "1.2.10",
|
|
18
18
|
"@bnsights/bbsf-utilities-doc": "1.2.1",
|
|
19
19
|
"@fortawesome/fontawesome-free": "5.15.2",
|