mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
docs(changelog): fulfill
This commit is contained in:
parent
b3e59bd418
commit
0e6926cef4
@ -9,9 +9,13 @@
|
||||
### Fixes
|
||||
|
||||
- Fix `n-global-style` applies style transition on first mount.
|
||||
- Fix `n-drawer` border transition [#1211].
|
||||
- Fix `n-alert` aria support.
|
||||
- Fix `n-checkbox` aria support.
|
||||
- Fix `n-drawer` border transition, closes[#1211].
|
||||
- Fix `n-input-number`'s `value` prop can't be `null` type.
|
||||
|
||||
### Feats
|
||||
|
||||
- `n-checkbox` add aria support.
|
||||
- `n-alert` aria support.
|
||||
|
||||
## 2.19.1 (2021-09-21)
|
||||
|
||||
|
@ -9,6 +9,13 @@
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-global-style` 在首次挂载时应用样式过渡
|
||||
- 修复 `n-drawer` 边界缺少 transition,关闭 [#1211]
|
||||
- 修复 `n-input-number` 的 `value` 属性不能为 null 类型
|
||||
|
||||
### Feats
|
||||
|
||||
- `n-checkbox` 增加 aria 支持
|
||||
- `n-alert` 增加 aria 支持
|
||||
|
||||
## 2.19.1 (2021-09-21)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user