docs(changelog): fixes

This commit is contained in:
07akioni 2021-08-06 02:28:51 +08:00
parent 4d926eecd4
commit d129cf2476
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
- Fix `n-slider` loss floating point decimal precision, closes [#751](https://github.com/TuSimple/naive-ui/issues/751).
- Fix `n-data-table` `onUpdatePage` and `onUpdatePageSize` not triggered while using jsx.
- Fix `n-progress`'s `percentage` prop exception in default.
- Fix `n-progress`'s `percentage` prop default value doesn't work with different types.
- Fix `n-select` hide close icon when option is disabled.
- Fix `n-modal` can't be closed when using custom content, closes [#788](https://github.com/TuSimple/naive-ui/issues/788).

View File

@ -12,8 +12,8 @@
- 修复 `n-slider` 丢失浮点数小数精度,关闭 [#751](https://github.com/TuSimple/naive-ui/issues/751)
- 修复 `n-data-table` `onUpdatePage``onUpdatePageSize` 在使用 jsx 时不触发的问题
- 修复 `n-progress``percentage` 属性默认值异常
- 修复 `n-select` 当选项禁用时需要隐藏关闭图标
- 修复 `n-progress``percentage` 属性默认值不能适应多种类型
- 修复 `n-select` 当选项禁用时隐藏关闭图标
- 修复 `n-modal` 使用自定义内容无法正常关闭,关闭 [#788](https://github.com/TuSimple/naive-ui/issues/788)
## 2.16.0 (2021-08-02)