docs(changelog): fulfill

This commit is contained in:
07akioni 2021-09-24 01:24:47 +08:00
parent b3e59bd418
commit 0e6926cef4
2 changed files with 14 additions and 3 deletions

View File

@ -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)

View File

@ -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)