sumba 2.1.6 → 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.
@@ -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.6",
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,10 @@
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
+
3
8
  ## 2026-02-03
4
9
 
5
10
  - [2.1.6] Bug fix on widget's menu direction