mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
docs(changelog): fix
This commit is contained in:
parent
69219446c8
commit
95703aa04e
@ -1,5 +1,11 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 2.17.2 (2021-09-06)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-tree-select` shows key not label when `show-path=true`, closes [#1095](https://github.com/TuSimple/naive-ui/issues/1095).
|
||||
|
||||
## 2.17.1 (2021-09-06)
|
||||
|
||||
### Fixes
|
||||
@ -23,7 +29,6 @@
|
||||
- Fix `n-input-number`'s `step` calculate error when the value is decimal, closes [#1007](https://github.com/TuSimple/naive-ui/issues/1007).
|
||||
- Fix `n-popselect`' s default placement and padding.
|
||||
- Fix `n-calendar`'s text color of disabled date.
|
||||
- Fix `n-tree-select` show-path prop fixed, closes [#1095](https://github.com/TuSimple/naive-ui/issues/1095).
|
||||
|
||||
### Feats
|
||||
|
||||
|
@ -1,5 +1,11 @@
|
||||
# CHANGELOG
|
||||
|
||||
## 2.17.2 (2021-09-06)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-tree-select` 显示路径是展示 key 而不是 label,关闭 [#1095](https://github.com/TuSimple/naive-ui/issues/1095)
|
||||
|
||||
## 2.17.1 (2021-09-06)
|
||||
|
||||
### Fixes
|
||||
@ -23,7 +29,6 @@
|
||||
- 修复 `n-input-number` 的 `step` 值为小数时计算错误,关闭 [#1007](https://github.com/TuSimple/naive-ui/issues/1007)
|
||||
- 修复 `n-popselect` 的默认位置和 padding
|
||||
- 修复 `n-calendar` 禁用日期的字体颜色
|
||||
- 修复 `n-tree-select` 修复显示路径,关闭 [#1095](https://github.com/TuSimple/naive-ui/issues/1095)
|
||||
|
||||
### Feats
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user