mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
docs(changelog): fix
This commit is contained in:
parent
00ba0f3f0d
commit
a1eaa27da5
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user