@bnsights/bbsf-admin-portal 1.2.20-beta.0 → 1.2.21

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/README.md +21 -15
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,21 +2,27 @@
2
2
 
3
3
  BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular modules for the BBSF Admin Portal pages.
4
4
 
5
- For more info please visit [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
6
-
7
- ## 1.2.20 / 10-06-2026
8
-
9
- =====================
10
-
11
- - Fixed package stylesheet imports for Angular esbuild application builder compatibility.
12
- - Replaced webpack-era `/node_modules/...` SCSS imports in `style.scss` and `style-rtl.scss` with relative package imports.
13
- - Removed `.css` extension from SCSS Font Awesome imports so Sass resolves and inlines the stylesheet.
14
- - Replaced the webpack-only `~@fortawesome/...` import in `login.css` with a relative CSS import.
15
- - Updated `@bnsights/bbsf-controls` dependency to `1.2.23`.
16
-
17
- ## 1.2.19 / 14-04-2026
18
-
19
- =====================
5
+ For more info please visit [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
6
+
7
+ ## 1.2.21 / 14-06-2026
8
+
9
+ =====================
10
+
11
+ - Update controls package to 1.2.24
12
+
13
+ ## 1.2.20 / 10-06-2026
14
+
15
+ =====================
16
+
17
+ - Fixed package stylesheet imports for Angular esbuild application builder compatibility.
18
+ - Replaced webpack-era `/node_modules/...` SCSS imports in `style.scss` and `style-rtl.scss` with relative package imports.
19
+ - Removed `.css` extension from SCSS Font Awesome imports so Sass resolves and inlines the stylesheet.
20
+ - Replaced the webpack-only `~@fortawesome/...` import in `login.css` with a relative CSS import.
21
+ - Updated `@bnsights/bbsf-controls` dependency to `1.2.23`.
22
+
23
+ ## 1.2.19 / 14-04-2026
24
+
25
+ =====================
20
26
 
21
27
  - Fix organization edit issue
22
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bnsights/bbsf-admin-portal",
3
- "version": "1.2.20-beta.0",
3
+ "version": "1.2.21",
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.23-beta.0",
16
+ "@bnsights/bbsf-controls": "1.2.24",
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",