Skip to content

Commit 28ec662

Browse files
committed
update readme
1 parent 27fb932 commit 28ec662

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* [+] 增加了焦点管理模块。
66
* [+] `Overlay` 组件增加 `autofocus``modal` 两个 prop,分别用来指定浮层是否需要抢占焦点、以及是否将后续焦点移动限制在浮层内。
77
* [+] `Dialog` 组件增加 `escapable` prop,允许对话框通过按下 <kbd>esc</kbd> 键关闭。
8+
* [+]`AlertBox``ConfirmBox``PromptBox` 增加了键盘交互([#216](https://github.com/ecomfe/veui/issues/216))。
9+
* [+] 增加了 `Input` 组件的 `tiny``micro` 尺寸样式。
810

911
### 🐞 问题修复
1012

packages/veui-theme-one/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"less-plugin-est": "^2.0.5"
2020
},
2121
"peerDependencies": {
22-
"veui": "1.0.0-alpha.7"
22+
"veui": "1.0.0-alpha.8"
2323
},
2424
"devDependencies": {
2525
"stylelint": "^8.4.0",

0 commit comments

Comments
 (0)