docs(changelog): fix

This commit is contained in:
07akioni 2021-08-02 01:22:05 +08:00
parent 00ba0f3f0d
commit a1eaa27da5
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@
### Breaking Changes
- `useLoadingBar`'s `finish` method won't work if no `start` is called.
- `n-input`'s `type='input'` is renamed to `type='text'`.
### Feats
@ -20,7 +21,6 @@
- Fix `n-dropdown` click exception when using v-for.
- Fix `n-modal` cannot customize classes when use preset, closes [#744](https://github.com/TuSimple/naive-ui/issues/744).
- Fix `n-cascader` menu width shifts in virtual scroll mode, closes [#728](https://github.com/TuSimple/naive-ui/issues/728).
- Fix `n-input` type of `type` errors.
## 2.15.11 (2021-07-29)

View File

@ -5,6 +5,7 @@
### Breaking Changes
- `useLoadingBar``finish` 方法只有在调用过 `start` 后才生效
- `n-input``type='input'` 被重命名为 `type='text'`
### Feats
@ -20,7 +21,6 @@
- 修复 `n-dropdown` 循环渲染时点击异常
- 修复 `n-modal` 使用预设时无法自定义类,关闭 [#744](https://github.com/TuSimple/naive-ui/issues/744)
- 修复 `n-cascader` 的菜单虚拟滚动时宽度展示不一致问题,关闭 [#728](https://github.com/TuSimple/naive-ui/issues/728)
- 修复 `n-input``type` 类型错误
## 2.15.11 (2021-07-29)