mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-24 15:01:22 +08:00
fix: show the update time
This commit is contained in:
parent
3b28b671b6
commit
dd3dfee452
@ -28,19 +28,19 @@
|
||||
|
||||
- Add `etEE` locale.
|
||||
|
||||
## 2.37.3
|
||||
## 2.37.3 (2024-01-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-split` has no color if it's not used in a card.
|
||||
|
||||
## 2.37.2
|
||||
## 2.37.2 (2024-01-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
- `n-data-table`'s `downloadCsv` method will export selection & expand column.
|
||||
|
||||
## 2.37.1
|
||||
## 2.37.1 (2024-01-08)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
- `n-auto-complete` adds `empty` slot.
|
||||
- `n-auto-complete` adds `show-empty` prop.
|
||||
|
||||
## 2.37.0
|
||||
## 2.37.0 (2024-01-07)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -117,7 +117,7 @@
|
||||
- Adds `n-flex` component.
|
||||
- `n-pagination` adds `show-quick-jump-dropdown` prop, closes [#5251](https://github.com/tusen-ai/naive-ui/issues/5251).
|
||||
|
||||
## 2.36.0
|
||||
## 2.36.0 (2024-12-18)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -162,7 +162,7 @@
|
||||
- `n-menu` add `responsive` prop, it will collapse overflow menu items in horizontal mode.
|
||||
- `n-menu` add `deriveResponsiveState` method.
|
||||
|
||||
## 2.35.0
|
||||
## 2.35.0 (2023-10-02)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -222,7 +222,7 @@
|
||||
- Add `svSE` locale.
|
||||
- Update `jaJP` locale.
|
||||
|
||||
## 2.34.4
|
||||
## 2.34.4 (2023-05-21)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -253,7 +253,7 @@
|
||||
- Update `zhTW` locale.
|
||||
- Add `faIR` locale.
|
||||
|
||||
## 2.34.3
|
||||
## 2.34.3 (2022-12-24)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -285,14 +285,14 @@
|
||||
|
||||
- Update koKr locale.
|
||||
|
||||
## 2.34.2
|
||||
## 2.34.2 (2022-11-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-config-provider`'s katex type issue.
|
||||
- Fix `n-image` error in toolbar operation during preview, closes [#4144](https://github.com/tusen-ai/naive-ui/issues/4144).
|
||||
|
||||
## 2.34.1
|
||||
## 2.34.1 (2022-11-21)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -300,7 +300,7 @@
|
||||
- Fix `n-tree` misses `getCheckedData` and `getIndeterminateData` methods, closes [#4064](https://github.com/tusen-ai/naive-ui/issues/4064).
|
||||
- Fix `n-data-table`'s column's `align` doesn't work for table header, closes [#4063](https://github.com/tusen-ai/naive-ui/issues/4063).
|
||||
|
||||
## 2.34.0
|
||||
## 2.34.0 (2022-11-21)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -355,13 +355,13 @@
|
||||
- Add arDZ locale.
|
||||
- Add trTR locale.
|
||||
|
||||
## 2.33.5
|
||||
## 2.33.5 (2022-10-12)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-data-table` throws error on tree data check action, closes [#3832](https://github.com/tusen-ai/naive-ui/issues/3832).
|
||||
|
||||
## 2.33.4
|
||||
## 2.33.4 (2022-10-06)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -402,7 +402,7 @@
|
||||
- `n-slider` adds `markFontSize` theme variable, closes [#3820](https://github.com/tusen-ai/naive-ui/issues/3820).
|
||||
- `n-avatar-group` adds `gap` theme variable, closes [#3819](https://github.com/tusen-ai/naive-ui/issues/3819).
|
||||
|
||||
## 2.33.3
|
||||
## 2.33.3 (2022-09-13)
|
||||
|
||||
### Feats
|
||||
|
||||
@ -426,7 +426,7 @@
|
||||
- Fix `n-tree`'s switcher won't work when `:show-irrelevant-nodes="false"` is set & being searched, closes [#3647](https://github.com/tusen-ai/naive-ui/issues/3647).
|
||||
- Fix `n-progress`'s graph may overflow if `type="circle"` and `stroke-width` is too large, closes [#3638](https://github.com/tusen-ai/naive-ui/issues/3638).
|
||||
|
||||
## 2.33.2
|
||||
## 2.33.2 (2022-09-01)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -439,7 +439,7 @@
|
||||
|
||||
- `n-radio` adds `colorActive` theme variable, closes [#3610](https://github.com/tusen-ai/naive-ui/issues/3610).
|
||||
|
||||
## 2.33.1
|
||||
## 2.33.1 (2022-08-29)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -528,7 +528,7 @@
|
||||
- `n-pagination` adds `display-order` prop, closes [#3466](https://github.com/tusen-ai/naive-ui/issues/3466).
|
||||
- `n-grid` adds `layout-shift-disabled` prop, closes [#3301](https://github.com/tusen-ai/naive-ui/issues/3301).
|
||||
|
||||
## 2.32.1
|
||||
## 2.32.1 (2022-07-30)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -539,7 +539,7 @@
|
||||
|
||||
- `n-steps` supports RTL.
|
||||
|
||||
## 2.32.0
|
||||
## 2.32.0 (2022-07-28)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -577,7 +577,7 @@
|
||||
- `n-watermark` adds `global-rotate` prop.
|
||||
- `n-notification` add `keepAliveOnHover` props to control whether the notification will be closed when mouse hover, closes [#3249](https://github.com/tusen-ai/naive-ui/issues/3249).
|
||||
|
||||
## 2.31.0
|
||||
## 2.31.0 (2022-07-07)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -629,13 +629,13 @@
|
||||
- Update ukUA locale.
|
||||
- `n-message` supports RTL.
|
||||
|
||||
## 2.30.8
|
||||
## 2.30.8 (2022-06-29)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-select`'s menu transition style, closes [#3211](https://github.com/tusen-ai/naive-ui/issues/3211).
|
||||
|
||||
## 2.30.7
|
||||
## 2.30.7 (2022-06-29)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -659,7 +659,7 @@
|
||||
- `n-tree-select` adds `render-tag` prop.
|
||||
- `n-notification` adds `titleFontSize`, `metaFontSize`, `descriptionFontSize` theme variables.
|
||||
|
||||
## 2.30.6
|
||||
## 2.30.6 (2022-06-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -671,7 +671,7 @@
|
||||
- Fix `n-data-table`'s column will lose box shadow when set to `ellipsis` & `fixed` simultaneously, closes [#3145](https://github.com/tusen-ai/naive-ui/issues/3145).
|
||||
- Fix `n-image`'s `lazy` prop doesn't work on Safari & Firefox.
|
||||
|
||||
## 2.30.5
|
||||
## 2.30.5 (2022-06-20)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -691,7 +691,7 @@
|
||||
- `n-space` adds `wrap-item` prop.
|
||||
- `n-data-table`'s `on-update:checked-row-keys` will pass row data, closes [#2215](https://github.com/tusen-ai/naive-ui/issues/2215), closes [#2265](https://github.com/tusen-ai/naive-ui/pull/2265)
|
||||
|
||||
## 2.30.4
|
||||
## 2.30.4 (2022-06-15)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -728,7 +728,7 @@
|
||||
- `n-data-table` adds `scrollTo` method, closes [#2570](https://github.com/tusen-ai/naive-ui/issues/2570).
|
||||
- `n-slider` adds `thumb` slot.
|
||||
|
||||
## 2.30.3
|
||||
## 2.30.3 (2022-06-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -742,13 +742,13 @@
|
||||
- `n-cascader` will expand menu to selected value, closes [#3058](https://github.com/tusen-ai/naive-ui/issues/3058).
|
||||
- `n-space` will use `gap` CSS property if possible, closes [#3053](https://github.com/tusen-ai/naive-ui/issues/3053).
|
||||
|
||||
## 2.30.2
|
||||
## 2.30.2 (2022-06-07)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-select` recomputed options on menu close, improves performance.
|
||||
|
||||
## 2.30.1
|
||||
## 2.30.1 (2022-06-07)
|
||||
|
||||
### Feats
|
||||
|
||||
@ -759,7 +759,7 @@
|
||||
- Fix `n-menu` `node-props` is not applied to element with `role="menuitem"` but a inner element.
|
||||
- Fix `n-menu` `node-props` doesn't work with `type="group"` option.
|
||||
|
||||
## 2.30.0
|
||||
## 2.30.0 (2022-06-06)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -799,7 +799,7 @@
|
||||
- `n-dialog` optimizes title style when it's too long.
|
||||
- `n-card` optimizes title style when it's too long.
|
||||
|
||||
## 2.29.1
|
||||
## 2.29.1 (2022-06-03)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -846,7 +846,7 @@
|
||||
- `n-calendar` adds `header` slot, closes [#3036](https://github.com/tusen-ai/naive-ui/issues/3036).
|
||||
- `n-tree` adds `expand-on-click` prop, [#2949](https://github.com/tusen-ai/naive-ui/issues/2949).
|
||||
|
||||
## 2.29.0
|
||||
## 2.29.0 (2022-05-18)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -879,13 +879,13 @@
|
||||
|
||||
- Add nlNL locale.
|
||||
|
||||
## 2.28.4
|
||||
## 2.28.4 (2022-05-11)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-theme-editor`'s content can't be scrolled.
|
||||
|
||||
## 2.28.3
|
||||
## 2.28.3 (2022-05-11)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -943,7 +943,7 @@
|
||||
- `UploadFileInfo` adds `fullPath` and `batchId` attrs.
|
||||
- `DataTableBaseColumn` adds `tree` attr, closes [#2757](https://github.com/tusen-ai/naive-ui/issues/2757).
|
||||
|
||||
## 2.28.2
|
||||
## 2.28.2 (2022-04-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -954,7 +954,7 @@
|
||||
- Fix `n-tree-select`'s menu position may not sync with trigger box if `:allow-checking-not-loaded="true"`.
|
||||
- Fix `n-cascader`'s menu position may not sync with trigger box if `:allow-checking-not-loaded="true"`.
|
||||
|
||||
## 2.28.1
|
||||
## 2.28.1 (2022-04-20)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -986,7 +986,7 @@
|
||||
- Add ptBR locale.
|
||||
- Add koKR locale.
|
||||
|
||||
## 2.28.0
|
||||
## 2.28.0 (2022-04-11)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -1015,7 +1015,7 @@
|
||||
- `n-alert` add `RTL` support.
|
||||
- `n-data-table` adds `allow-checking-not-loaded` prop, closes [#2758](https://github.com/tusen-ai/naive-ui/issues/2758).
|
||||
|
||||
## 2.27.0
|
||||
## 2.27.0 (2022-03-27)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -1074,7 +1074,7 @@
|
||||
|
||||
- Add thTH locale.
|
||||
|
||||
## 2.26.4
|
||||
## 2.26.4 (2022-03-11)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -1090,13 +1090,13 @@
|
||||
- `n-data-table` exports `DataTableFilterState` type.
|
||||
- `n-data-table` exports `DataTableSortState` type.
|
||||
|
||||
## 2.26.3
|
||||
## 2.26.3 (2022-03-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-button`'s loading icon shifts.
|
||||
|
||||
## 2.26.2
|
||||
## 2.26.2 (2022-03-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -1116,7 +1116,7 @@
|
||||
- `n-auto-complete` adds `focus` method.
|
||||
- `n-auto-complete` adds `blur` method.
|
||||
|
||||
## 2.26.1
|
||||
## 2.26.1 (2022-03-06)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -1133,7 +1133,7 @@
|
||||
- `n-input-number` adds `autofocus` prop, closes [#2551](https://github.com/tusen-ai/naive-ui/issues/2551).
|
||||
- `n-date-picker`'s date item click trigger area is as large as cell size, closes [#2552](https://github.com/tusen-ai/naive-ui/issues/2552).
|
||||
|
||||
## 2.26.0
|
||||
## 2.26.0 (2022-03-02)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -1150,7 +1150,7 @@
|
||||
|
||||
- Fix `useMessage` loses styles.
|
||||
|
||||
## 2.25.7
|
||||
## 2.25.7 (2022-03-01)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -3055,13 +3055,13 @@ Update package.json & README.md.
|
||||
|
||||
- Fix `n-dropdown` with `x` and `y` set logs errors when mouse move outside it.
|
||||
|
||||
## 2.1.1
|
||||
## 2.1.1 (2021-03-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
- Fix `n-select` selection overflow counter wrong popover trigger area
|
||||
|
||||
## 2.1.0
|
||||
## 2.1.0 (2021-03-22)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -3086,7 +3086,7 @@ Update package.json & README.md.
|
||||
- Fix `n-card`'s action not placed at bottom after style height is set.
|
||||
- Fix `n-popover`'s `duration` and `delay` prop works unexpectly.
|
||||
|
||||
## 2.0.1
|
||||
## 2.0.1 (2021-03-17)
|
||||
|
||||
### Feats
|
||||
|
||||
@ -3100,7 +3100,7 @@ Update package.json & README.md.
|
||||
- Fix `n-menu` callback props validate array with error.
|
||||
- Fix `n-layout-sider` toggle button is covered.
|
||||
|
||||
## 2.0.0
|
||||
## 2.0.0 (2021-03-15)
|
||||
|
||||
See vue3.md
|
||||
|
||||
|
@ -28,19 +28,19 @@
|
||||
|
||||
- 新增 `etEE` locale
|
||||
|
||||
## 2.37.3
|
||||
## 2.37.3 (2024-01-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-split` 不在卡片中使用没有颜色
|
||||
|
||||
## 2.37.2
|
||||
## 2.37.2 (2024-01-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
- `n-data-table` 的 `downloadCsv` 方法会导出选择列、展开列
|
||||
|
||||
## 2.37.1
|
||||
## 2.37.1 (2024-01-08)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
- `n-auto-complete` 新增 `empty` 插槽
|
||||
- `n-auto-complete` 新增 `show-empty` 属性
|
||||
|
||||
## 2.37.0
|
||||
## 2.37.0 (2024-01-07)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -118,7 +118,7 @@
|
||||
- 新增 `n-flex` 组件
|
||||
- `n-pagination` 新增 `show-quick-jump-dropdown` 属性,关闭 [#5251](https://github.com/tusen-ai/naive-ui/issues/5251)
|
||||
|
||||
## 2.36.0
|
||||
## 2.36.0 (2024-12-18)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -163,7 +163,7 @@
|
||||
- `n-menu` 新增 `responsive` 属性,在水平状态会收起溢出的菜单项
|
||||
- `n-menu` 新增 `deriveResponsiveState` 方法
|
||||
|
||||
## 2.35.0
|
||||
## 2.35.0 (2023-10-02)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -224,7 +224,7 @@
|
||||
- 新增 svSE locale
|
||||
- 更新 jaJP locale
|
||||
|
||||
## 2.34.4
|
||||
## 2.34.4 (2023-05-21)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -256,7 +256,7 @@
|
||||
- 更新 `zhTW` 国际化
|
||||
- 新增 `faIR` 国际化
|
||||
|
||||
## 2.34.3
|
||||
## 2.34.3 (2022-12-24)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -288,14 +288,14 @@
|
||||
|
||||
- 更新 koKr 国际化
|
||||
|
||||
## 2.34.2
|
||||
## 2.34.2 (2022-11-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-config-provider` 的 katex 的类型问题
|
||||
- 修复 `n-image` 预览工具栏操作报错,关闭 [#4144](https://github.com/tusen-ai/naive-ui/issues/4144)
|
||||
|
||||
## 2.34.1
|
||||
## 2.34.1 (2022-11-21)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -303,7 +303,7 @@
|
||||
- 修复 `n-tree` 缺少 `getCheckedData` 和 `getIndeterminateData` 方法,关闭 [#4064](https://github.com/tusen-ai/naive-ui/issues/4064)
|
||||
- 修复 `n-data-table` 列的 `align` 配置对表头不生效,关闭 [#4063](https://github.com/tusen-ai/naive-ui/issues/4063)
|
||||
|
||||
## 2.34.0
|
||||
## 2.34.0 (2022-11-21)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -356,13 +356,13 @@
|
||||
- 新增 arDZ locale
|
||||
- 新增 trTR locale
|
||||
|
||||
## 2.33.5
|
||||
## 2.33.5 (2022-10-12)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-data-table` 树形数据勾选时报错,关闭 [#3832](https://github.com/tusen-ai/naive-ui/issues/3832)
|
||||
|
||||
## 2.33.4
|
||||
## 2.33.4 (2022-10-06)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -404,7 +404,7 @@
|
||||
- `n-slider` 新增 `markFontSize` 主题变量,关闭 [#3820](https://github.com/tusen-ai/naive-ui/issues/3820)
|
||||
- `n-avatar-group` 新增 `gap` 主题变量,关闭 [#3819](https://github.com/tusen-ai/naive-ui/issues/3819)
|
||||
|
||||
## 2.33.3
|
||||
## 2.33.3 (2022-09-13)
|
||||
|
||||
### Feats
|
||||
|
||||
@ -428,7 +428,7 @@
|
||||
- 修复 `n-tree` 在设定 `:show-irrelevant-nodes="false"` 并搜索后展开关闭按钮失效,关闭 [#3647](https://github.com/tusen-ai/naive-ui/issues/3647)
|
||||
- 修复 `n-progress` 在 `type="circle"` 并且 `stroke-width` 过大时,圆圈可能溢出,关闭 [#3638](https://github.com/tusen-ai/naive-ui/issues/3638)
|
||||
|
||||
## 2.33.2
|
||||
## 2.33.2 (2022-09-01)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -441,7 +441,7 @@
|
||||
|
||||
- `n-radio` 新增 `colorActive` 主题变量,关闭 [#3610](https://github.com/tusen-ai/naive-ui/issues/3610)
|
||||
|
||||
## 2.33.1
|
||||
## 2.33.1 (2022-08-29)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -531,7 +531,7 @@
|
||||
- `n-grid` 新增 `layout-shift-disabled` 属性,关闭 [#3301](https://github.com/tusen-ai/naive-ui/issues/3301)
|
||||
- `n-data-table` 新增 `sticky-expanded-rows` 属性,支持固定展开内容,关闭 [#3485](https://github.com/tusen-ai/naive-ui/issues/3485).
|
||||
|
||||
## 2.32.1
|
||||
## 2.32.1 (2022-07-30)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -542,7 +542,7 @@
|
||||
|
||||
- `n-steps` 支持 RTL
|
||||
|
||||
## 2.32.0
|
||||
## 2.32.0 (2022-07-28)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -581,7 +581,7 @@
|
||||
- `n-watermark` 新增 `global-rotate` 属性
|
||||
- `n-notification` 新增 `keepAliveOnHover` 属性,用于设置鼠标移入时是否保持通知框显示,关闭 [#3249](https://github.com/tusen-ai/naive-ui/issues/3249)
|
||||
|
||||
## 2.31.0
|
||||
## 2.31.0 (2022-07-07)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -633,13 +633,13 @@
|
||||
- 更新 ukUA locale
|
||||
- `n-message` 支持 RTL
|
||||
|
||||
## 2.30.8
|
||||
## 2.30.8 (2022-06-29)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-select` 菜单的 transition 样式,关闭 [#3211](https://github.com/tusen-ai/naive-ui/issues/3211)
|
||||
|
||||
## 2.30.7
|
||||
## 2.30.7 (2022-06-29)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -663,7 +663,7 @@
|
||||
- `n-tree-select` 新增 `render-tag` 属性
|
||||
- `n-notification` 新增 `titleFontSize`、`metaFontSize`、`descriptionFontSize` 主题变量
|
||||
|
||||
## 2.30.6
|
||||
## 2.30.6 (2022-06-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -675,7 +675,7 @@
|
||||
- 修复 `n-data-table` 在列同时设为 `ellipsis` 和 `fixed` 时会丢失固定列的阴影
|
||||
- 修复 `n-image` 的 `lazy` 属性在 Safari 和 Firefox 上工作不正常
|
||||
|
||||
## 2.30.5
|
||||
## 2.30.5 (2022-06-20)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -695,7 +695,7 @@
|
||||
- `n-space` 新增 `wrap-item` 属性
|
||||
- `n-data-table` 的 `on-update:checked-row-keys` 会传出行数据,关闭 [#2215](https://github.com/tusen-ai/naive-ui/issues/2215),关闭 [#2265](https://github.com/tusen-ai/naive-ui/pull/2265)
|
||||
|
||||
## 2.30.4
|
||||
## 2.30.4 (2022-06-15)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -732,7 +732,7 @@
|
||||
- `n-data-table` 新增 `scrollTo` 方法,关闭 [#2570](https://github.com/tusen-ai/naive-ui/issues/2570)
|
||||
- `n-slider` 新增 `thumb` 插槽
|
||||
|
||||
## 2.30.3
|
||||
## 2.30.3 (2022-06-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -746,13 +746,13 @@
|
||||
- `n-cascader` 在单选状态下会展开选中的值,关闭 [#3058](https://github.com/tusen-ai/naive-ui/issues/3058)
|
||||
- `n-space` 在可能的情况下会使用 `gap` CSS 属性,关闭 [#3053](https://github.com/tusen-ai/naive-ui/issues/3053)
|
||||
|
||||
## 2.30.2
|
||||
## 2.30.2 (2022-06-07)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-select` 每次关闭菜单时会重新计算选项,提升了性能
|
||||
|
||||
## 2.30.1
|
||||
## 2.30.1 (2022-06-07)
|
||||
|
||||
### Feats
|
||||
|
||||
@ -763,7 +763,7 @@
|
||||
- 修复 `n-menu` `node-props` 属性没有添加到 `role="menuitem"` 的元素上,而是添加到了里层元素
|
||||
- 修复 `n-menu` `node-props` 对 `type="group"` 的选项不生效
|
||||
|
||||
## 2.30.0
|
||||
## 2.30.0 (2022-06-06)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -803,7 +803,7 @@
|
||||
- `n-dialog` 优化标题过长时的样式
|
||||
- `n-card` 优化标题过长时的样式
|
||||
|
||||
## 2.29.1
|
||||
## 2.29.1 (2022-06-03)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -850,7 +850,7 @@
|
||||
- `n-calendar` 新增 `header` slot,关闭 [#3036](https://github.com/tusen-ai/naive-ui/issues/3036)
|
||||
- `n-tree` 新增 `expand-on-click` 属性, [#2949](https://github.com/tusen-ai/naive-ui/issues/2949)
|
||||
|
||||
## 2.29.0
|
||||
## 2.29.0 (2022-05-18)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -883,13 +883,13 @@
|
||||
|
||||
- 新增 nlNL locale
|
||||
|
||||
## 2.28.4
|
||||
## 2.28.4 (2022-05-11)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-theme-editor` 内容不能滚动
|
||||
|
||||
## 2.28.3
|
||||
## 2.28.3 (2022-05-11)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -948,7 +948,7 @@
|
||||
- `UploadFileInfo` 新增 `fullPath` 和 `batchId` 属性
|
||||
- `DataTableBaseColumn` 新增 `tree` 属性,关闭 [#2757](https://github.com/tusen-ai/naive-ui/issues/2757)
|
||||
|
||||
## 2.28.2
|
||||
## 2.28.2 (2022-04-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -959,7 +959,7 @@
|
||||
- 修复 `n-tree-select` 在 `:allow-checking-not-loaded="true"` 的情况下菜单可能和选框位置不同步
|
||||
- 修复 `n-cascader` 在 `:allow-checking-not-loaded="true"` 的情况下菜单可能和选框位置不同步
|
||||
|
||||
## 2.28.1
|
||||
## 2.28.1 (2022-04-20)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -991,7 +991,7 @@
|
||||
- 新增 ptBR locale
|
||||
- 新增 koKR locale
|
||||
|
||||
## 2.28.0
|
||||
## 2.28.0 (2022-04-11)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -1020,7 +1020,7 @@
|
||||
- `n-alert` 添加 `RTL` 支持
|
||||
- `n-data-table` 新增 `allow-checking-not-loaded` 属性,关闭 [#2758](https://github.com/tusen-ai/naive-ui/issues/2758)
|
||||
|
||||
## 2.27.0
|
||||
## 2.27.0 (2022-03-27)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -1079,7 +1079,7 @@
|
||||
|
||||
- 新增 thTH locale.
|
||||
|
||||
## 2.26.4
|
||||
## 2.26.4 (2022-03-11)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -1095,13 +1095,13 @@
|
||||
- `n-data-table` 导出 `DataTableFilterState` 类型
|
||||
- `n-data-table` 导出 `DataTableSortState` 类型
|
||||
|
||||
## 2.26.3
|
||||
## 2.26.3 (2022-03-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修复 `n-button` loading 图标漂移
|
||||
|
||||
## 2.26.2
|
||||
## 2.26.2 (2022-03-09)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -1121,7 +1121,7 @@
|
||||
- `n-auto-complete` 新增 `focus` 方法
|
||||
- `n-auto-complete` 新增 `blur` 方法
|
||||
|
||||
## 2.26.1
|
||||
## 2.26.1 (2022-03-06)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -1138,7 +1138,7 @@
|
||||
- `n-input-number` 新增 `autofocus` 属性,关闭 [#2551](https://github.com/tusen-ai/naive-ui/issues/2551)
|
||||
- `n-date-picker` 扩大日期点击触发范围,关闭 [#2552](https://github.com/tusen-ai/naive-ui/issues/2552)
|
||||
|
||||
## 2.26.0
|
||||
## 2.26.0 (2022-03-02)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -1155,7 +1155,7 @@
|
||||
|
||||
- 修复 `useMessage` 丢失样式
|
||||
|
||||
## 2.25.7
|
||||
## 2.25.7 (2022-03-01)
|
||||
|
||||
### Fixes
|
||||
|
||||
@ -3058,13 +3058,13 @@
|
||||
|
||||
- 修正 `n-dropdown` 在设定 `x` 和 `y` 之后鼠标在外面移动会报错
|
||||
|
||||
## 2.1.1
|
||||
## 2.1.1 (2021-03-22)
|
||||
|
||||
### Fixes
|
||||
|
||||
- 修正 `n-select` 选择器溢出计数器 popover 触发区域有误
|
||||
|
||||
## 2.1.0
|
||||
## 2.1.0 (2021-03-22)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -3089,7 +3089,7 @@
|
||||
- 修正 `n-card` 设定高度后 action 不在底部的问题
|
||||
- 修正 `n-popover` 的 `duration` 和 `delay` 属性执行有问题
|
||||
|
||||
## 2.0.1
|
||||
## 2.0.1 (2021-03-17)
|
||||
|
||||
### Feats
|
||||
|
||||
@ -3103,7 +3103,7 @@
|
||||
- 修正 `n-menu` 回调类 prop 不接受数组
|
||||
- 修正 `n-layout-sider` 按钮被遮挡的问题
|
||||
|
||||
## 2.0.0
|
||||
## 2.0.0 (2021-03-15)
|
||||
|
||||
参考 vue3.md
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user