sumba 2.1.6 → 2.1.8
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/index.js
CHANGED
|
@@ -37,6 +37,7 @@ async function factory (pkgName) {
|
|
|
37
37
|
},
|
|
38
38
|
menuHandler: [{
|
|
39
39
|
title: 'account',
|
|
40
|
+
icon: 'person',
|
|
40
41
|
level: 9998,
|
|
41
42
|
children: [
|
|
42
43
|
// anonymous only
|
|
@@ -54,6 +55,7 @@ async function factory (pkgName) {
|
|
|
54
55
|
]
|
|
55
56
|
}, {
|
|
56
57
|
title: 'help',
|
|
58
|
+
icon: 'signInfo',
|
|
57
59
|
level: 9999,
|
|
58
60
|
children: [
|
|
59
61
|
{ title: 'contactForm', href: 'sumba:/help/contact-form' },
|
package/package.json
CHANGED
package/wiki/CHANGES.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changes
|
|
2
2
|
|
|
3
|
+
## 2026-02-05
|
|
4
|
+
|
|
5
|
+
- [2.1.8] Bug fix on site update: ```hostname``` should be editable
|
|
6
|
+
- [2.1.8] Missing icon on ```account``` menu
|
|
7
|
+
|
|
8
|
+
## 2026-02-04
|
|
9
|
+
|
|
10
|
+
- [2.1.7] Add icon to the menu
|
|
11
|
+
- [2.1.7] Bug fix on ```<c:nav-dropdown-user>```
|
|
12
|
+
|
|
3
13
|
## 2026-02-03
|
|
4
14
|
|
|
5
15
|
- [2.1.6] Bug fix on widget's menu direction
|