Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed Feb 9, 2018
1 parent 27fb932 commit 28ec662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* [+] 增加了焦点管理模块。
* [+] `Overlay` 组件增加 `autofocus``modal` 两个 prop,分别用来指定浮层是否需要抢占焦点、以及是否将后续焦点移动限制在浮层内。
* [+] `Dialog` 组件增加 `escapable` prop,允许对话框通过按下 <kbd>esc</kbd> 键关闭。
* [+]`AlertBox``ConfirmBox``PromptBox` 增加了键盘交互([#216](https://github.com/ecomfe/veui/issues/216))。
* [+] 增加了 `Input` 组件的 `tiny``micro` 尺寸样式。

### 🐞 问题修复

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 @@ -19,7 +19,7 @@
"less-plugin-est": "^2.0.5"
},
"peerDependencies": {
"veui": "1.0.0-alpha.7"
"veui": "1.0.0-alpha.8"
},
"devDependencies": {
"stylelint": "^8.4.0",
Expand Down

0 comments on commit 28ec662

Please sign in to comment.