Skip to content

Commit

Permalink
fix check/radio buttongroup style
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Sep 21, 2017
1 parent 9fc5355 commit e64f18e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.3.1

* [+] `Tooltip` 增加延时显示/隐藏的 prop `showDelay``hideDelay`
* [^] 修复不引入 `ButtonGroup` 时,`CheckButtonGroup``RadioButtonGroup` 部分样式丢失的问题。

### 0.3.0

*此版本包含多个 breaking change,升级前请仔细阅读下列说明。*
Expand All @@ -14,6 +19,7 @@
* [^] 为组件支持了 `:focus-ring` 的 polyfill,需要使用方自行引入。详见 [#121](https://github.com/ecomfe/veui/issues/121)**[Breaking change]**
* [^] 优化了 `Uploader` 组件的部分 prop、slot 的命名。详见 [#133](https://github.com/ecomfe/veui/issues/133)**[Breaking change]**
* [+] `Uploader` 的 prop `maxSize` 现在支持形如 `'100KB'` 的字符串作为值。
* [^] `Uploader` 的 prop `accept` 现在需要按规范书写,。详见[此处](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Limiting_accepted_file_types)**[Breaking change]**
* [^] 修复 `RegionPicker` 浮层在特殊情况下显示上的问题。
* [+]`Table` 增加 `select-mode` prop,用于提供单选模式。
* [^] 修复 `Dropdown``ui``link` 时的样式。
Expand Down
1 change: 1 addition & 0 deletions packages/veui-theme-x/components/check-button-group.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "../lib.less";
@import "./button-group.less";
@import (reference) "../grouped-button.less";

.veui-check-button-group {
Expand Down
1 change: 1 addition & 0 deletions packages/veui-theme-x/components/radio-button-group.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "../lib.less";
@import "./button-group.less";
@import (reference) "../grouped-button.less";

.veui-radio-button-group {
Expand Down

0 comments on commit e64f18e

Please sign in to comment.