waibu-mpa 2.15.0 → 2.15.1

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.
@@ -243,7 +243,7 @@ async function componentFactory () {
243
243
  return { value: item, text: (item + '') }
244
244
  })
245
245
  }
246
- if (!isEmpty(prop) && !prop.required) options.unshift({ value: '', text: '_blank_' })
246
+ if (!isEmpty(prop)) options.unshift({ value: '', text: '_blank_' })
247
247
  for (const opt of options) {
248
248
  const sel = find(values, v => opt.value === v)
249
249
  const ttext = camelCase(`${prop.name} ${opt.text}`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-mpa",
3
- "version": "2.15.0",
3
+ "version": "2.15.1",
4
4
  "description": "MPA support 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-05-16
4
+
5
+ - [2.15.1] Bug fix in ```component.js```
6
+
3
7
  ## 2026-05-11
4
8
 
5
9
  - [2.15.0] Updates to match ```dobo@2.23.0``` specs