Skip to content

Commit

Permalink
Merge pull request #494 from ielgnaw/patch
Browse files Browse the repository at this point in the history
feat: bump to 2.5.9-beta.7
  • Loading branch information
ielgnaw authored Feb 28, 2024
2 parents 1fca6cb + f99251a commit b1b0f7e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions example/components/changelog/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@

<div class="changelog-wrapper">

### 2.5.9-beta.7 {page=#/changelog}

* **[fix]**:
- [Cascade 级联选框](#/cascade) 修复叶子结点相同导致多选错误的问题

---

### 2.5.9-beta.6 {page=#/changelog}

* **[add]**:
- [TagInput 标签输入框](#/tag-input) tooltips 展示被折叠的内容
- [Cascade 级联选框](#/cascade) 支持extension插槽

---

### 2.5.9-beta.5 {page=#/changelog}

* **[fix]**:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bk-magic-vue",
"version": "2.5.9-beta.5",
"version": "2.5.9-beta.7",
"description": "基于蓝鲸 Magicbox 和 Vue 的前端组件库",
"main": "dist/bk-magic-vue.min.js",
"files": [
Expand Down Expand Up @@ -197,4 +197,4 @@
"tags": "./bkui-vue2-helper/tags.json",
"attributes": "./bkui-vue2-helper/attributes.json"
}
}
}

0 comments on commit b1b0f7e

Please sign in to comment.