Skip to content

Commit

Permalink
chore: update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Nov 20, 2019
1 parent 5b44bfc commit 6ee7fc7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@
### 💡 主要变更

* [+] `Switch` 组件增加了 `on-label``off-label` prop 以及 `content` 作用域插槽,支持在内部输出提示文字或其它内容。
* [^] 重写了 overlay manager,修复了输出的 `z-index` 无限制上涨的问题。
* [*] 调整了耦合组件的关联机制,现在 `Column``Tab` 等组件可以被封装在其它组件内,填充入 `Table``Tabs` 等的插槽中使用。

### 🐞 问题修复

* [^] 修复 `Tabs` 组件有时为激活 tab 的操作设置了错误参数的问题。
* [^] 修复 `Schedule` 组件合并选择范围时可能出现的问题。
* [^] 修正了大量样式细节。

## 2.0.0-alpha.1

Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-dls-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"publish": "rm *.js"
},
"peerDependencies": {
"veui": "2.0.0-alpha.1"
"veui": "2.0.0-alpha.2"
},
"devDependencies": {
"esm": "^3.0.84",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-one-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"publish": "rm *.js"
},
"peerDependencies": {
"veui": "2.0.0-alpha.1"
"veui": "2.0.0-alpha.2"
},
"devDependencies": {
"esm": "^3.0.84",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui-theme-one/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"veui-theme-one-icons": "^2.0.0-alpha.1"
},
"peerDependencies": {
"veui": "2.0.0-alpha.1"
"veui": "2.0.0-alpha.2"
},
"devDependencies": {
"babel-plugin-lodash": "^3.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/veui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ And you should include `veui` and `vue-awesome` in the configs for `babel-loader

## Browser Support

Evergreen browsers, IE9 and above.
Evergreen browsers, IE11 and above.

0 comments on commit 6ee7fc7

Please sign in to comment.