docs(changelog): pending

This commit is contained in:
07akioni 2020-08-27 16:05:13 +08:00
parent d4053fad5d
commit 99c72a01ce
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
### Fixes
- Fix the problem that `n-auto-complete`'s menu can't be closed when use `textarea` as input.
- Fix the problem that nested `n-icon` is not flattened.
### Features
- Make `n-drawer` content scrollable.
## 1.5.5 (2020-08-15)
### Breaking Changes

View File

@ -3,6 +3,8 @@
### Fixes
- 修正了 `n-auto-complete` 使用 `textarea` 作为输入元素时菜单无法关闭的问题
- 修正了嵌套 `n-icon` 没有被打平的问题
### Features
- `n-drawer` 内容可滚动
## 1.5.5 (2020-08-15)
### Breaking Changes