mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
docs(changelog): fixes
This commit is contained in:
parent
4994ec45c5
commit
6d73888865
@ -2,12 +2,16 @@
|
||||
|
||||
## Pending
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- `useLoadingBar`'s `finish` method won't work if no `start` is called.
|
||||
|
||||
### Feats
|
||||
|
||||
- `n-scrollbar` add `scrollbarWidth`, `scrollbarHeight` and `scrollbarBorderRadius` common theme variables, closes [#649](https://github.com/TuSimple/naive-ui/issues/649).
|
||||
- `n-menu` doesn't should icon placeholder when `render-icon` returns falsy value, closes [#722](https://github.com/TuSimple/naive-ui/issues/722).
|
||||
- `n-menu` add `render-extra` prop.
|
||||
- Cancel `n-loading-bar` components `finish`'s logic that the default event.
|
||||
- `n-select` add `on-clear` prop.
|
||||
|
||||
## 2.15.11 (2021-07-29)
|
||||
|
||||
@ -24,6 +28,7 @@
|
||||
- `n-dynamic-tags` add `color`, closes [#693](https://github.com/TuSimple/naive-ui/issues/693).
|
||||
- `n-time-picker` optimization the now button logic, closes [#401](https://github.com/TuSimple/naive-ui/issues/401).
|
||||
- `n-pagination` `PaginationInfo` add `itemCount` prop, closes [#585](https://github.com/TuSimple/naive-ui/issues/585).
|
||||
- `n-select` add `on-clear` prop.
|
||||
|
||||
### Fixes
|
||||
|
||||
|
@ -2,12 +2,16 @@
|
||||
|
||||
## Pending
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- `useLoadingBar` 中 `finish` 方法只有在调用过 `start` 后才生效
|
||||
|
||||
### Feats
|
||||
|
||||
- `n-scrollbar` 增加 `scrollbarWidth`、`scrollbarHeight` 和 `scrollbarBorderRadius` 公共主题变量,关闭 [#649](https://github.com/TuSimple/naive-ui/issues/649)
|
||||
- `n-menu` 在 `render-icon` 返回 falsy 值的时候不渲染 icon 的占位符,关闭 [#722](https://github.com/TuSimple/naive-ui/issues/722)
|
||||
- `n-menu` 新增 `render-extra` 属性
|
||||
- 取消 `n-loading-bar` 中 `finish` 方法的兜底逻辑
|
||||
- `n-select` 新增 `on-clear` 属性
|
||||
|
||||
## 2.15.11 (2021-07-29)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user