Skip to content

Commit

Permalink
Merge pull request #459 from ielgnaw/staging
Browse files Browse the repository at this point in the history
feat: bump to 2.5.8-beta.12
  • Loading branch information
ielgnaw committed Nov 28, 2023
2 parents e357866 + fd7f3df commit 1022dd2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion example/components/changelog/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@

<div class="changelog-wrapper">

### 2.5.8-beta.12 {page=#/changelog}

* **[fix]**:
- [Tab 选项卡](#/tab) 修复 tab 组件 type 类型为 card-tab 一直抛 warn 问题
* **[add]**:
- [Table表格](#/table) Column resize style update

---

### 2.5.8-beta.11 {page=#/changelog}

* **[add]**:
Expand Down Expand Up @@ -90,7 +99,7 @@
* **[fix]**:
- [SearchSelect 查询选择器](#/searchselect) 修复 window 系统中,中文输入法的情况下,输入后直接回车数据展示问题
- [Sideslider 侧栏](#/sideslider) 修复侧边栏宽度仅支持数字的问题
- [ Table表格](#/table) 修复设置 fixed 属性时,页面宽度变化不能及时响应重新绘制的问题 [#387](https://github.com/TencentBlueKing/bkui-vue2/issues/387)
- [Table表格](#/table) 修复设置 fixed 属性时,页面宽度变化不能及时响应重新绘制的问题 [#387](https://github.com/TencentBlueKing/bkui-vue2/issues/387)
- [Button 基础按钮](#/button) 修复 outline 与 loading 同时为 true 时, loading 指示器不可见的问题 [#404](https://github.com/TencentBlueKing/bkui-vue2/issues/404)

---
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.8-beta.11",
"version": "2.5.8-beta.12",
"description": "基于蓝鲸 Magicbox 和 Vue 的前端组件库",
"main": "dist/bk-magic-vue.min.js",
"files": [
Expand Down Expand Up @@ -58,7 +58,7 @@
"@babel/register": "~7.4.4",
"@babel/runtime": "~7.4.5",
"@babel/runtime-corejs2": "~7.4.5",
"@blueking/magicbox-header": "~1.1.60",
"@blueking/magicbox-header": "~1.1.61",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@vue/babel-helper-vue-jsx-merge-props": "~1.0.0",
Expand Down

0 comments on commit 1022dd2

Please sign in to comment.