sumba 2.1.4 → 2.1.6

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>
@@ -6,7 +6,7 @@ async function siteId (opts = {}) {
6
6
  maxLength: 50,
7
7
  ref: {
8
8
  site: {
9
- model: 'SumbaUser',
9
+ model: 'SumbaSite',
10
10
  propName: 'id',
11
11
  type: '1:1'
12
12
  }
@@ -6,16 +6,10 @@ async function userId (opts = {}) {
6
6
  type: 'string',
7
7
  maxLength: 50,
8
8
  ref: {
9
- site: {
10
- model: 'SumbaSite',
11
- propName: 'id',
12
- type: '1:1'
13
- },
14
9
  user: {
15
10
  model: 'SumbaUser',
16
11
  propName: 'id',
17
- type: '1:1',
18
- fields: ['id', 'username', 'email', 'firstName', 'lastName']
12
+ type: '1:1'
19
13
  }
20
14
  },
21
15
  index: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sumba",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
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-03
4
+
5
+ - [2.1.6] Bug fix on widget's menu direction
6
+
7
+ ## 2026-01-26
8
+
9
+ - [2.1.5] Bug fix on feature ```siteId```
10
+ - [2.1.5] Bug fix on feature ```userId```
11
+
3
12
  ## 2026-01-21
4
13
 
5
14
  - [2.1.4] Update translations