@bnsights/bbsf-admin-portal 1.2.25 → 1.2.27

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 CHANGED
@@ -2,41 +2,56 @@
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.25 / 23-06-2026
8
-
9
- =====================
10
-
11
- - Update controls package to 1.2.28.
12
- - Consumed FileUpload validation error message overrides from the controls package.
13
-
14
- ## 1.2.24 / 22-06-2026
15
-
16
- =====================
17
-
18
- - Update controls package to 1.2.27.
19
- - Consumed optional `BBSF-FileUpload` cropper support for organization logos.
20
-
21
- ## 1.2.23 / 15-06-2026
22
-
23
- =====================
24
-
25
- - Update controls package to 1.2.26.
26
- - Exposed the controls package `LogoCropperComponent` through the admin portal package update.
27
- - Added explicit package exports for admin portal style assets so Angular browser and application builders can resolve package SCSS imports.
28
- - Updated admin portal global styles to import controls variables with the explicit `.scss` extension while preserving the existing deep asset path.
29
-
30
- ## 1.2.22 / 15-06-2026
31
-
32
- =====================
33
-
34
- - Update controls package to 1.2.25.
35
- - Consume the Tiptap-powered BBSF MarkdownEditor from the controls package.
36
-
37
- ## 1.2.21 / 14-06-2026
38
-
39
- =====================
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.27 / 19-08-2026
8
+
9
+ =====================
10
+
11
+ - Added optional multilingual Description (English/Arabic) textarea to the Department add and edit modals, following the localizations comment pattern (`MultiLingualTextArea`, max length 5000).
12
+ - Added `DepartmentDescriptionDTO` to `DepartmentModel`; requires `Bnsights.CoreLib` with the Department `DescriptionEN`/`DescriptionAR` columns (migration `AddDepartmentDescription`).
13
+ - Removed unused package dependencies: `socicon`, `@fortawesome/fontawesome-free`, `@ngx-translate/http-loader` (consuming apps that need them declare their own copies).
14
+
15
+ ## 1.2.26 / 06-07-2026
16
+
17
+ =====================
18
+
19
+ - Update controls package to 1.2.29.
20
+ - Added allowed install scripts for Font Awesome and core-js package dependencies.
21
+
22
+ ## 1.2.25 / 23-06-2026
23
+
24
+ =====================
25
+
26
+ - Update controls package to 1.2.28.
27
+ - Consumed FileUpload validation error message overrides from the controls package.
28
+
29
+ ## 1.2.24 / 22-06-2026
30
+
31
+ =====================
32
+
33
+ - Update controls package to 1.2.27.
34
+ - Consumed optional `BBSF-FileUpload` cropper support for organization logos.
35
+
36
+ ## 1.2.23 / 15-06-2026
37
+
38
+ =====================
39
+
40
+ - Update controls package to 1.2.26.
41
+ - Exposed the controls package `LogoCropperComponent` through the admin portal package update.
42
+ - Added explicit package exports for admin portal style assets so Angular browser and application builders can resolve package SCSS imports.
43
+ - Updated admin portal global styles to import controls variables with the explicit `.scss` extension while preserving the existing deep asset path.
44
+
45
+ ## 1.2.22 / 15-06-2026
46
+
47
+ =====================
48
+
49
+ - Update controls package to 1.2.25.
50
+ - Consume the Tiptap-powered BBSF MarkdownEditor from the controls package.
51
+
52
+ ## 1.2.21 / 14-06-2026
53
+
54
+ =====================
40
55
 
41
56
  - Update controls package to 1.2.24
42
57