sumba 2.1.5 → 2.1.7

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.
@@ -3,7 +3,7 @@
3
3
  <c:sumba-nav-dropdown-user no-menu />
4
4
  <c:nav-divider />
5
5
  <c:nav-toggle-fullscreen />
6
- <c:nav-dropdown-darkmode dropdown-menu="end" />
7
- <c:nav-dropdown-language dropdown-menu="end" />
6
+ <c:nav-dropdown-darkmode dropdown-menu-dir="end" />
7
+ <c:nav-dropdown-language dropdown-menu-dir="end" />
8
8
  </c:nav>
9
9
  </c:navbar>
@@ -4,7 +4,7 @@
4
4
  </c:nav>
5
5
  <c:nav tag="ul" dim="width:100" flex="justify-content:end">
6
6
  <c:nav-toggle-fullscreen />
7
- <c:nav-dropdown-darkmode dropdown-menudir="end" />
8
- <c:nav-dropdown-language dropdown-menudir="end" />
7
+ <c:nav-dropdown-darkmode dropdown-menu-dir="end" />
8
+ <c:nav-dropdown-language dropdown-menu-dir="end" />
9
9
  </c:nav>
10
10
  </c:navbar>
@@ -39,6 +39,7 @@ async function navDropdownUser () {
39
39
  <c:div margin="top-1" text="align:center">${req.user.firstName} ${req.user.lastName}</c:div>
40
40
  </c:dropdown-item>
41
41
  </div>
42
+ <c:dropdown-item divider />
42
43
  `)
43
44
  html.push(profile)
44
45
  } else {
package/index.js CHANGED
@@ -54,6 +54,7 @@ async function factory (pkgName) {
54
54
  ]
55
55
  }, {
56
56
  title: 'help',
57
+ icon: 'signInfo',
57
58
  level: 9999,
58
59
  children: [
59
60
  { title: 'contactForm', href: 'sumba:/help/contact-form' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "2.1.5",
3
+ "version": "2.1.7",
4
4
  "description": "Biz Suite for Bajo Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-02-04
4
+
5
+ - [2.1.7] Add icon to the menu
6
+ - [2.1.7] Bug fix on ```<c:nav-dropdown-user>```
7
+
8
+ ## 2026-02-03
9
+
10
+ - [2.1.6] Bug fix on widget's menu direction
11
+
3
12
  ## 2026-01-26
4
13
 
5
14
  - [2.1.5] Bug fix on feature ```siteId```