waibu-bootstrap 2.1.2 → 2.1.3

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.
@@ -8,6 +8,7 @@ function formatSentence (item, params) {
8
8
  if (this.params.attr.expanded) attr.rounded = 'width:0'
9
9
  merge(attr, omit(item, ['component', 'icon', 'ohref', 'html']))
10
10
  if (this.params.attr.text && !attr.active) attr.text = this.params.attr.text
11
+ if (!attr.active) attr.background = 'color:transparent'
11
12
  const result = [`<c:${cmp}`]
12
13
  for (const k in attr) {
13
14
  result.push(attr[k] === true ? k : `${k}="${attr[k]}"`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-bootstrap",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "Bootstrap suport for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-01-17
4
+
5
+ - [2.1.3] Sidebar buttons in inactive state should be transparent
6
+
3
7
  ## 2026-01-13
4
8
 
5
9
  - [2.1.1] Bug fix on waibuMpa's widgeting system