mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-17 13:20:52 +08:00
docs(changelog): fix typo
This commit is contained in:
parent
002e36b303
commit
7a96f947fd
@ -4,9 +4,9 @@
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-tree` throw error when use `pattern` prop filter the tree node, closes [#2960].
|
||||
- Fix `n-watermark` not working when provided `cls-prefix`
|
||||
- Fix `n-dropdown`'s incorrect render arrow when props `show-arrow: true` [#2977](https://github.com/TuSimple/naive-ui/issues/2977)
|
||||
- Fix `n-tree` throw error when use `pattern` prop filter the tree node, closes [#2960](https://github.com/TuSimple/naive-ui/issues/2960).
|
||||
- Fix `n-watermark` not working when `cls-prefix` is set.
|
||||
- Fix `n-dropdown`'s incorrect render arrow when `:show-arrow="true"` [#2977](https://github.com/TuSimple/naive-ui/issues/2977)
|
||||
- Fix `n-upload-dragger` doesn't take full width.
|
||||
- Fix `n-global-style` doesn't clear body element's padding and margin.
|
||||
- Fix `n-modal` won't clear document body's overflow style if it's unmounted when it is shown, closes [#3015](https://github.com/TuSimple/naive-ui/issues/3015).
|
||||
@ -23,7 +23,7 @@
|
||||
- Fix `n-select`'s filter font size is a bit small in single select mode.
|
||||
- Fix `n-select`'s count tag's popover is too high when overflow tag's count is small.
|
||||
- Fix `n-date-picker`'s first time scroll state of items is not aligned when `type="monthrange"`.
|
||||
- Fix `n-form-item`'s asterisk in required mode can be selected 的必填星号可以被选中
|
||||
- Fix `n-form-item`'s asterisk in required mode can be selected.
|
||||
- Fix `n-list`'s color is incorrect inside `n-popover` in dark mode.
|
||||
|
||||
### Feats
|
||||
@ -44,7 +44,7 @@
|
||||
- `n-date-picker`'s `shortcuts` prop supports readonly tuple type.
|
||||
- `n-step` adds `disabled` prop.
|
||||
- `n-calendar` adds `header` slot, closes [#3036](https://github.com/TuSimple/naive-ui/issues/3036).
|
||||
- `n-tree` add `expand-on-click` prop, [#2949](https://github.com/TuSimple/naive-ui/issues/2949)
|
||||
- `n-tree` adds `expand-on-click` prop, [#2949](https://github.com/TuSimple/naive-ui/issues/2949).
|
||||
|
||||
## 2.29.0
|
||||
|
||||
|
@ -4,9 +4,9 @@
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-tree` 使用 `pattern` 属性过滤树节点时报错, 关闭 [#2960].
|
||||
- 修复 `n-tree` 使用 `pattern` 属性过滤树节点时报错, 关闭 [#2960](https://github.com/TuSimple/naive-ui/issues/2960)
|
||||
- 修复 `n-watermark` 在全局配置了 `cls-prefix` 时失效
|
||||
- 修复 `n-dropdown` 在 `show-arrow: true` 情况下不显示箭头的问题,关闭[#2977](https://github.com/TuSimple/naive-ui/issues/2977)
|
||||
- 修复 `n-dropdown` 在 `:show-arrow="true"` 情况下不显示箭头的问题,关闭[#2977](https://github.com/TuSimple/naive-ui/issues/2977)
|
||||
- 修复 `n-upload-dragger` 没有占据满宽度
|
||||
- 修复 `n-global-style` 没有清空 body 的 padding 和 margin
|
||||
- 修复 `n-modal` 在显示时被卸载不会清除 body 的 overflow,关闭 [#3015](https://github.com/TuSimple/naive-ui/issues/3015)
|
||||
|
Loading…
Reference in New Issue
Block a user