naive-ui/CHANGELOG.zh-CN.md

1191 lines
36 KiB
Markdown
Raw Normal View History

2020-03-21 15:14:35 +08:00
# CHANGELOG
## Pending
2021-07-30 00:22:54 +08:00
### 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` 属性
2021-07-30 00:22:54 +08:00
- `n-select` 新增 `on-clear` 属性
### Fixes
- 修复 `n-dropdown` 循环渲染时点击异常
2021-07-29 09:09:41 +08:00
## 2.15.11 (2021-07-29)
### Fixes
- 修复 `n-data-table` pagination 的报错
2021-07-29 02:16:59 +08:00
## 2.15.10 (2021-07-29)
### Feats
2021-07-29 02:08:09 +08:00
- `n-pagination` 新增 `prev`、`next` 插槽,有关 [#648](https://github.com/TuSimple/naive-ui/issues/648)
- `n-tag` 新增 `color`,关闭 [#693](https://github.com/TuSimple/naive-ui/issues/693)
- `n-dynamic-tags` 新增 `color`,关闭 [#693](https://github.com/TuSimple/naive-ui/issues/693)
- `n-time-picker` 优化 now 按钮的逻辑,关闭 [#401](https://github.com/TuSimple/naive-ui/issues/401)
2021-07-29 00:56:16 +08:00
- `n-pagination` `PaginationInfo` 增加 `itemCount` 属性,关闭 [#585](https://github.com/TuSimple/naive-ui/issues/585)
### Fixes
- 修复 `n-message``destroyAll` 方法不生效
- 修复 `n-timeline` 的 header slot 单独使用无效的问题
- 修复 `n-select` 当属性是 `disabled``filterable` 时样式错误, 关闭 [#698](https://github.com/TuSimple/naive-ui/issues/698)
- 修复 `n-upload` 拥有 `file-list` & `disabled` 属性时操作按钮仍然显示,关闭 [#668](https://github.com/TuSimple/naive-ui/issues/668)
2021-07-28 01:59:25 +08:00
## 2.15.9 (2021-07-28)
### Feats
- `n-message` 增加 `destroyAll` 方法
- `n-input-number` 增加 `prefix`、`suffix` slots, 关闭 [#609](https://github.com/TuSimple/naive-ui/issues/609)
### Fixes
- 修复 `n-message` 的 options 中 `duration` 配置无效
2021-07-27 01:05:42 +08:00
## 2.15.8 (2021-07-27)
### Feats
- `n-menu` 新增 `expand-icon` 属性, 关闭 [#414](https://github.com/TuSimple/naive-ui/issues/414)
- `n-descriptions``n-descriptions-item` 增加 `label-style``content-style` 属性,关闭 [#536](https://github.com/TuSimple/naive-ui/issues/536)
### Fixes
2021-07-27 00:45:47 +08:00
- 修复 `n-data-table` `n-spin`的样式穿透问题,关闭 [#663](https://github.com/TuSimple/naive-ui/issues/663)
2021-07-25 22:13:57 +08:00
## 2.15.7 (2021-07-25)
### Feats
- `n-time-picker` 增加 `actions` 属性, 关闭 [#401](https://github.com/TuSimple/naive-ui/issues/401)
- `n-mention` 新增 `render-label` 属性
- `n-switch` 增加 `checked`、`unchecked` 插槽
- `n-switch` 增加 `loading` 属性,关闭 [#301](https://github.com/TuSimple/naive-ui/issues/301)
- `n-select` 按下箭头会打开菜单,有关 [#300](https://github.com/TuSimple/naive-ui/issues/300)
- `n-tree-select` 按下箭头会打开菜单,有关 [#300](https://github.com/TuSimple/naive-ui/issues/300)
- `n-cascader` 按下箭头会打开菜单,有关 [#300](https://github.com/TuSimple/naive-ui/issues/300)
- `n-popover``trigger` 属性支持 `'focus'`,关闭 [#477](https://github.com/TuSimple/naive-ui/issues/477)
- `n-message-provider` 新增 `duration``max` 属性
- `n-data-table` 新增 `flex-height` 属性,关闭 [#596](https://github.com/TuSimple/naive-ui/issues/596)
### Fixes
- 修复 `n-carousel` 中箭头按钮在特定浏览器下无法显示问题,关闭 [#625](https://github.com/TuSimple/naive-ui/issues/625)
- 修复 `n-layout-sider` `width` 不能为字符串,关闭 [#607](https://github.com/TuSimple/naive-ui/issues/607)
- 修复 `n-slider` `disabled` 属性不生效,关闭 [#641](https://github.com/TuSimple/naive-ui/issues/641)
2021-07-25 15:43:45 +08:00
- 修复 `n-input` 在只读时仍展示清除按钮
- 修复 `n-data-table` 在 table-layout 为 auto 时不展示滚动条,关闭 [#518](https://github.com/TuSimple/naive-ui/issues/518)
- 修复 `n-data-table` 无数据时头部 checkbox 显示状态不正确
- 修复 `n-data-table` header 和 body 滚动不同步
2021-07-23 02:34:12 +08:00
## 2.15.6 (2021-07-23)
### Feats
- `n-menu` 新增 `render-icon` 属性
- `n-upload` 新增 `show-file-list` 属性
- `n-dropdown` 新增 `render-icon` 属性
2021-07-20 00:06:57 +08:00
- `n-checkbox-group` 新增 `min``max` 属性
- `n-mention` 新增 `empty` slot
2021-07-23 02:14:00 +08:00
- `useDialog` 选项新增 `on-mask-click`属性, 关闭 [#419](https://github.com/TuSimple/naive-ui/issues/419)
2021-07-22 01:21:41 +08:00
- `n-space` `justify` 属性支持 `center`、`space-around` 和 `space-between`
- `n-date-picker` 新增 `close-on-select` 属性, 关闭 [#541](https://github.com/TuSimple/naive-ui/issues/541)
2021-07-23 02:14:00 +08:00
- `n-dialog` 新增 `action` 属性,关闭 [#550](https://github.com/TuSimple/naive-ui/issues/550)
- `n-mention``option.label` 支持使用渲染函数
- `n-color-picker` 新增 `actions` 属性,关闭 [#319](https://github.com/TuSimple/naive-ui/issues/319)
### Fixes
- 修复 `n-space``display: grid` 的元素显示不正确,关闭 `https://github.com/TuSimple/naive-ui/issues/546`
- 修复 `n-dropdown``render-label` 属性对 group 类型 option 失效
- 修复 `n-datatable``scroll-x` 属性设置后 table 内容宽度未沾满容器宽度,关闭 [#518](https://github.com/TuSimple/naive-ui/issues/518)
- 修复 `n-descriptions` 无法使用 `v-for` 的子元素
- 修复 `n-dialog` `positive-text` 为空仍然显示按钮,关闭 [#549](https://github.com/TuSimple/naive-ui/issues/549)
- 修复 `n-pagination` `PaginationInfo``endIndex` 数据错误,关闭 [#584](https://github.com/TuSimple/naive-ui/issues/584)
- 修复 `n-data-table` `rowClassName` 的类型是 string 的时候不生效问题,关闭 [#582](https://github.com/TuSimple/naive-ui/issues/582)
2021-07-16 01:50:51 +08:00
## 2.15.5 (2021-07-16)
### Feats
- `n-tree` 新增 `render-label`、`render-prefix` 和 `render-suffix` 属性
- `n-rate` 新增 `allow-half` 属性
2021-07-10 01:34:33 +08:00
- `n-carousel` 新增 `show-arrow` 属性
- `n-slider` 新增 `format-tooltip` 属性
- `n-upload``on-finish` 回调参数中新增 `event`
- `n-rate` 新增 `readonly` 属性
- `n-time-picker` 新增 `seconds`、`minutes`、`hours`属性
- `n-notification` 导出 `NotificationApi`, `NotificationOptions` and `NotificationReactive` 类型
- `n-avatar` 新增 `on-error` 属性,关闭[#394](https://github.com/TuSimple/naive-ui/issues/394)
- `n-image` 新增 `on-error` 属性,关闭[#394](https://github.com/TuSimple/naive-ui/issues/394)
- `n-image` 新增 `object-fit` 属性,关闭[#394](https://github.com/TuSimple/naive-ui/issues/394)
- `n-avatar` 新增 `object-fit` 属性,关闭[#394](https://github.com/TuSimple/naive-ui/issues/394)
- `n-menu` 默认展开选中项的全部父级,关闭[#481](https://github.com/TuSimple/naive-ui/issues/481)
### Fixes
- 修复 `n-calendar``default-value` 属性无法使用
- 修复 `n-pagination` `item-count` 为 0 时页数不对
- 修复 `n-scrollbar` `content-style` 无法覆盖默认样式的宽度
- 修复 `n-select` placeholder transition
- 修复 `n-loading-bar` `useLoadingBar` 返回类型可能为 undefined
- 修复 `n-tag``type` 增加 `primary` 类型
- 修复 `n-dynamic-tags``type` 增加 `primary` 类型
2021-07-09 01:01:05 +08:00
## 2.15.4 (2021-07-09)
### Feats
- `n-steps` 新增 `'finish'``'error'` 状态下的图标定制
- `n-tree` 导出 `TreeDragInfo` & `TreeDropInfo` 类型
2021-07-09 00:55:55 +08:00
- `n-empty` 导出 `icon` slot
- `useDialog` 选项增加 `maskClosable` 属性,关闭 [#420](https://github.com/TuSimple/naive-ui/issues/420)
### Fixes
- 修复 `n-data-table` 在只有一侧固定列时固定列阴影不更新
- 修复 `n-data-table` 在未设定 `props.scrollX` 但为每个列设定宽度后固定列阴影不更新
- 修复 `n-result` 图片在 Safari 和手机端不显示
- 修复 `n-drawer-content``header-style` 样式未应用于头部
2021-07-09 00:55:55 +08:00
- 修复 `n-dialog` 实例调用 `destroy` 函数错误
- 修复 `n-select` 自定义 label 的显示问题,关闭 [#352](https://github.com/TuSimple/naive-ui/issues/352)
- 修复 `n-image-group` 当切换图片预览时,初始化缩放比例 [#423](https://github.com/TuSimple/naive-ui/issues/423)
- 修复 `n-carousel` 设定 `autoplay` 点击后 dot active 状态不正常,关闭 [#434](https://github.com/TuSimple/naive-ui/issues/434)
- 修复 `n-input` 清空按钮位置引起的样式问题,关闭 [#428](https://github.com/TuSimple/naive-ui/issues/428)
- 修复 `n-image` 不接受 attributes
- 修复 `n-image` 设定 border-radius 无效,关闭 [#427](https://github.com/TuSimple/naive-ui/issues/427)
- 修复 `n-tab-pane` 再没有子节点时报错
- 修复 `n-select` clear 按钮在 `n-spin` 内过大,关闭 [#454](https://github.com/TuSimple/naive-ui/issues/454)
- 修复 `n-select` 选项没有被正常更新,关闭 [#441](https://github.com/TuSimple/naive-ui/issues/441)
2021-07-05 17:02:15 +08:00
## 2.15.3 (2021-07-05)
### Feats
- `n-loading-bar` 导出 `LoadingBarApi` 类型
2021-07-16 01:21:15 +08:00
- `n-image` 增加 `img-props` 属性
- 在部分组件上添加原生 `title` 属性,以提高用户体验
- `n-tree` 在 TreeOption 中增加 `prefix``suffix` 属性
- `n-carousel` 增加 `dot-placement` 属性
- `n-auto-complete` 新增 `loading` 属性,关闭 [#241](https://github.com/TuSimple/naive-ui/issues/241)
- `n-slider` 增加 `tooltip` 属性,关闭 [#362](https://github.com/TuSimple/naive-ui/issues/362)
- `n-input` 新增 `loading` 属性
### Fixes
- 修复 `n-upload` `multiple=false` 对于拖拽不生效,关闭 [#363](https://github.com/TuSimple/naive-ui/issues/363)
2021-07-04 00:30:55 +08:00
- 修复 `n-dropdown``<a />` 的样式
- 修复 `n-menu` tooltip 中 `<a />` 的样式,关闭 [#338](https://github.com/TuSimple/naive-ui/issues/338)
- 修复 `n-carousel` 无法使用 `v-for` 的子元素
- 修复 `n-form` `label-align` 属性失效,关闭 [#213](https://github.com/TuSimple/naive-ui/issues/213)
- 修复 `n-data-table` 在不设定 `max-height` 时固定列阴影失效,关闭 [#376](https://github.com/TuSimple/naive-ui/issues/376)
2021-07-02 18:23:17 +08:00
## 2.15.2 (2021-07-02)
### Feats
- `n-carousel` 增加 `trigger` 属性增加触发切换的方式
- `n-menu` 新增 `dropdown-placement` 属性
- `n-upload` 新增 `before-upload` 属性
- `n-image` 新增 `alt` 属性.
2021-07-01 11:16:36 +08:00
- 支持小键盘的 enter 键
- `n-spin` 支持 `icon` 插槽为了自定义加载图标closes[#260](https://github.com/TuSimple/naive-ui/issues/260)
- `n-spin` 新增 `rotate` 属性控制自定义加载图标是否有旋转动画
- `n-form` 导出 `FormItemRule` & `FormRules` 类型
2021-07-02 17:08:25 +08:00
- `n-select` 新增 `render-tag` 属性
### Fixes
- 修复 `n-log` 在未设定语言时仍然对缺少 highlight.js 报错,关闭 [#327](https://github.com/TuSimple/naive-ui/issues/327)
2021-07-01 00:12:48 +08:00
- 移除 `n-calendar` 无用的 console.log
- 修复 loading-bar 自动消失,关闭 [#343](https://github.com/TuSimple/naive-ui/issues/343)
- 修复 `n-select` 打开菜单时没有自动滚动到选中项,关闭 [#346](https://github.com/TuSimple/naive-ui/issues/346)
- 修复 `n-tab-pane` 在使用 v-if 时报错
- 修复 `n-modal` `on-negative-click` 返回 false 时 modal 依然关闭
2021-07-02 17:08:25 +08:00
- 修复 `n-collapse` 在 accordion 模式下默认指定展开属性无效,关闭 [#350](https://github.com/TuSimple/naive-ui/issues/350)
- 修复 `n-tag` 缺少 `on-update-checked` 属性
- 修复 `n-menu` 折叠时 `render-label` 对于 dropdown 不生效
2021-06-30 21:04:13 +08:00
## 2.15.1 (2021-06-30)
- 修复缺少 `web-types.json`
2021-06-29 23:56:28 +08:00
## 2.15.0 (2021-06-29)
### Breaking Changes
- `n-select``SelectOption` `render` 属性不再渲染 label 而是整个选项
### Feats
- `n-carousel` 支持触控操作,关闭 [#271](https://github.com/TuSimple/naive-ui/issues/271)
- `n-input` 新增 `input-props` 属性
- `n-message` 优化 `useMessage` 当没有 `n-message-provider` 时的报错信息,增加关联的文档链接
- 为 webstorm 添加 `web-types.json`,但是我还是推荐使用 VSCode 和 Volar`web-types.json` 只能为编码提供很有限的信息
- `n-tree-select` 新增 `leaf-only` 属性
- `n-tree` 新增 `leaf-only` 属性
- `n-select``SelectOption``label` 属性支持渲染函数
- `n-select` 新增 `render-option` 属性
- `n-select` 导出 `SelectOption` & `SelectGroupOption` 类型
- `n-popover` 支持使用 `header` slot
- `n-dropdown` 新增 `render-label` 属性
### Fixes
- 修复 `n-date-picker` `n-provider` 传递 `date-locale` 属性无效,关闭 [#250](https://github.com/TuSimple/naive-ui/issues/250)
- Fix `n-input` clear button placeholder prevent clicking on actual component [#288](https://github.com/TuSimple/naive-ui/issues/288)
- 修复 `n-carousel` 点击当前页对应的控制按钮时,组件显示异常
- 修复 `n-menu` 折叠时 `render-label` 对于 tooltip 不生效
- 修复 `n-dropdown` 不能在选项中渲染 `n-popover`
2021-06-23 15:31:24 +08:00
## 2.14.0 (2021-06-23)
### Breaking Changes
- `n-element` 移除了 `abstract` 属性
- `n-element` 不再在 default slot 返回主题变量,请使用 `useThemeVars` 代替
### Feats
- 新增 `n-carousel` 组件
- 新增 `useThemeVars` 函数提供主题变量
- `n-upload` 新增 `on-update:file-list` 属性,关闭 [#135](https://github.com/TuSimple/naive-ui/issues/135)
- `n-date-picker` 新增 `update-value-on-close` 属性
### Fixes
- 修复 `n-select` 在可过滤单选模式下在 iOS Safari 无法输入,关闭 [#230](https://github.com/TuSimple/naive-ui/issues/230)
- 修复 `n-input-number` 缺少 `on-update-value` 属性
- 修复 `n-input-number` 值无法为 `null`
- 修复 `n-input-number` 的按钮在值清空后无法使用,关闭 [#251](https://github.com/TuSimple/naive-ui/issues/251)
- 修复 `n-data-table` 展开图标光标样式不是 pointer关闭 [#261](https://github.com/TuSimple/naive-ui/issues/261)
## Refactors
- `n-input-number` 会直接聚焦,关闭 [#244](https://github.com/TuSimple/naive-ui/issues/244)
2021-06-21 22:09:27 +08:00
## 2.13.0 (2021-06-21)
### Feats
- `n-dropdown` 新增 `on-clickoutside` 属性,关闭 [#123](https://github.com/TuSimple/naive-ui/issues/123)
- `n-menu` 新增 `render-label` 属性,关闭 [#84](https://github.com/TuSimple/naive-ui/issues/84)
- `n-tree` 支持键盘操作
- 新增 `n-tree-select` 组件
### Fixes
- 修复 `n-tree` 缺少 `on-update-expanded-keys`、`on-update-selected-keys`、`on-update-checked-keys` 属性
- 修复 `n-tree` 拖拽悬浮叶节点报错,关闭 [#200](https://github.com/TuSimple/naive-ui/issues/200)
- 修复 `n-tree``selected-keys` 属性影响原数组
2021-06-21 22:44:21 +08:00
- 修复 `n-select` 在 multiple filterable 模式下输入框有无用的空行
- 修复 `n-button` 的 loading 图标在 iOS Safari 上不显示,关闭 [#219](https://github.com/TuSimple/naive-ui/issues/219)
- 修复 `n-date-picker` 非 clearable 不显示图标
- 修复 `n-time-picker` clearable 状态下图标位置不正确,关闭 [#222](https://github.com/TuSimple/naive-ui/issues/222)
2021-06-19 16:40:46 +08:00
## 2.12.2 (2021-06-19)
### Fixes
- 修复 `n-form-item` 始终展示必需的星号
2021-06-19 16:40:46 +08:00
## 2.12.1 (2021-06-19)
2021-06-17 21:51:11 +08:00
### Feats
- `n-form`, `n-form-item` 增强 `show-require-mark` 属性,关闭 [#171](https://github.com/TuSimple/naive-ui/issues/171)
2021-06-17 21:53:40 +08:00
- `n-dropdown` 支持 class 属性,关闭 [#180](https://github.com/TuSimple/naive-ui/issues/180)
- `n-input` 新增 `show-password-toggle` 属性
- `n-popselect` 支持 class 属性
- `n-select` 新增 `render-label` 属性
- `n-popselect` 新增 `render-label` 属性
2021-06-17 21:51:11 +08:00
### Fixes
- 修复 `n-input` 中英文字符切换输入时抖动,关闭[#174](https://github.com/TuSimple/naive-ui/issues/174)
- 修复 `n-icon` 在使用 setup script 时,`$parent` 默认是一个空对象,访问 `$parent.$options` 会是 `undefined`
- 修复 `n-notification` 位置不正确
- 修复 `n-message` 的 content & option 类型不正确
2021-06-18 15:14:11 +08:00
## 2.12.0 (2021-06-16)
2021-06-16 23:06:21 +08:00
### Breaking Changes
2021-06-17 21:51:11 +08:00
- 移除了 `n-a``to` 属性。现在如果你需要把 `n-a` 用作 router-link你可以参考文档网站
2021-06-16 23:06:21 +08:00
### Feats
- `n-tree` 选项支持 `disabled` & `checkboxDisabled` 属性
- `n-input-number` 支持键盘的上键和下键操作
### Fixes
- 修复 `n-cascader` 在 win10 Chrome 环境下文字模糊的问题
2021-06-16 23:12:08 +08:00
- 修复 `n-tree` 在 block line 模式下点击缩进空白无法触发选择
2021-06-18 15:14:11 +08:00
## 2.11.12 (2021-06-16)
### Feats
- `n-drawer-content` 新增 `closable` 属性,关闭 [#139](https://github.com/TuSimple/naive-ui/issues/139)
- `n-element` 向 default slot 传递 `themeVars`
- `n-element` 新增 `abstract` 属性
### Fixes
- 修复 `n-radio-group` 不触发 form-item 验证
- 修复 `n-auto-complete` 无法自定义元素
2021-06-15 11:23:16 +08:00
## 2.11.11 (2021-06-15)
### Feats
- `n-tag` 添加 `RTL` 支持
2021-06-15 11:23:16 +08:00
### Fixes
-`vue``vue-router` 移至 peer dependencies 避免重复打包
2021-06-15 01:09:52 +08:00
## 2.11.9 (2021-06-15)
### Feats
2021-06-15 01:03:12 +08:00
- `n-space` 支持 wai-aria
- `n-button-group` 支持 wai-aria
- `n-progress` 支持 wai-aria
- `n-menu` 支持使用 `<a />``<router-link />` 作为 label关闭 [#84](https://github.com/TuSimple/naive-ui/issues/84)
2021-06-15 00:47:46 +08:00
- `n-input-number` 新增 `show-button` 属性
- `n-rate` 支持使用 default slot 自定义图标
- `n-rate` 新增 color 属性
- `n-rate` 新增 size 属性
### Fixes
- 修复 `n-card``header-style` 没有应用于 header 上 [#103](https://github.com/TuSimple/naive-ui/issues/103)
- 修复 `n-dialog``destroyAll` 方法缺失
2021-06-14 22:48:57 +08:00
- 修复 `n-data-table` 缺少 `on-update-sorter`、`on-update-filters`、`on-update-page`、`on-update-page-size` 属性
2021-06-14 10:08:27 +08:00
## 2.11.8 (2021-06-13)
### Feats
- `n-data-table` 导出 `DataTableCreateRowClassName`、`DataTableCreateRowKey`、`DataTableCreateRowProps` 类型
### Fixes
- 修复 `n-calendar``on-update:value` 属性类型
- 修复 `n-form-item``grid-template-columns` 样式属性对子元素布局的影响 [#93](https://github.com/TuSimple/naive-ui/pull/93)
- 修复 `n-data-table``rowKey`, `rowClassName`, `rowProps`, `summary` 属性类型和期望值不兼容
2021-06-14 10:08:27 +08:00
## 2.11.7 (2021-06-12)
### Fixes
- 修复 `n-slider` 在 touchstart 发生时没有阻止滚动
- 修复 `n-color-picker` 默认值不跟随模式设定
2021-06-12 15:42:46 +08:00
- 修复缺少 `lodash` & `lodash-es` 类型
2021-06-11 18:48:51 +08:00
## 2.11.6 (2021-06-11)
### Feats
- `n-spin``size` 属性支持 number 类型
- `n-date-picker` 支持 `footer` 插槽
### Fixes
- 修正 `n-slider` 不支持触摸事件
- 修正 `n-button` 在 head 内部的 script 被引入造成崩溃 [#68](https://github.com/TuSimple/naive-ui/pull/68)
- 修正 `n-spin` 动画闪烁
- 修正 `n-menu` 缺少 `on-update-value``on-update-expanded-keys` 属性
2021-06-11 17:26:42 +08:00
- 修正 `n-popconfirm` icon slot 不生效
2021-06-11 17:28:00 +08:00
- 修正 `n-tabs` 在控制台输出无用信息
- 修正 `n-color-picker` 设定 `modes` 无效 [#77](https://github.com/TuSimple/naive-ui/issues/77)
2021-06-10 22:54:48 +08:00
## 2.11.5 (2021-06-10)
### Feats
- `n-dropdown` 新增 `disabled` 属性
2021-06-10 19:44:55 +08:00
- `n-card` 增加 `:target` 的样式
### Fixes
- 修复 `n-popover` 有时在手动模式不会同步位置
- 修复 `n-transfer` 的无数据 Icon 没有开关动画
- 修复 `n-message` API 的 option 不是可选的
- 修复 `n-calendar` 展示日期计算错误
- 修复 `n-input` 缺失 `password` 的声明
- 修复 `n-menu` 的菜单和子菜单的 `extra` 属性的类型定义
2021-06-10 22:54:48 +08:00
- 修复 `n-dropdown` 选项鼠标形状不是 pointer
2021-06-07 13:12:02 +08:00
## 2.11.4
2021-06-06 10:45:20 +08:00
### Feats
- `n-button` 支持 wai-aria
2021-06-06 11:04:29 +08:00
- `n-card` 支持 wai-aria
2021-06-06 11:24:48 +08:00
- `n-switch` 支持 wai-aria
2021-06-06 11:53:42 +08:00
- `n-menu` 部分支持 wai-aria
2021-06-06 18:25:13 +08:00
- `n-divider` 部分支持 wai-aria
2021-06-07 09:01:20 +08:00
- `n-data-table` 新增 `row-props` 属性
- `n-date-picker` 新增 `ranges` 属性
2021-06-06 10:45:20 +08:00
### Fixes
- 修正 `n-tab-pane` `display-directive` 不生效
2021-06-06 19:18:34 +08:00
- 修正 `n-drawer` 动画
- 修正 `n-scrollbar` 在 windows chrome 有重叠轨道
2021-06-05 21:34:33 +08:00
## 2.11.3
### Fixes
- 修复 `n-collapse` `default-expanded-names` 不生效
2021-06-05 21:19:31 +08:00
## 2.11.2
### Fixes
- 修复 `n-dropdown` 默认位置不是 `bottom`
- 修复 `n-date-picker` 输入组件在 `date` & `datetime` 类型下未设定主题
- 修复 `n-config-provider` 没有合并继承的主题
### Feats
- `n-collapse` 新增 `arrow` slot
2021-06-05 19:53:26 +08:00
## 2.11.1
更新 package.json & README.md
2021-06-05 01:03:27 +08:00
## 2.11.0
### Breaking Changes
- `n-affix``listen-to` 属性默认为 `document` (曾为首个可滚动的父节点)
### Feats
- `n-affix``listen-to` 属性支持 `Window | Document | HTMLElement`
- `n-anchor` 新增 `offset-target` 属性
- `n-select` 新增 `virtual-scroll` 属性
- `n-select` 新增 `consistent-menu-width` 属性
- `n-date-picker` 在确认后再更新值
### Fixes
- 修正 `n-date-picker` 在没有值的状态下起始日期 disabled 状态不正确
- 修正 `n-input-number` 在 blur 后不会恢复有效的值
- 修正 `n-date-picker` 在值为 null 的时候仍然显示选中日期
### Deprecated
- 废弃了 `n-affix``offset-top` 属性,请使用 `trigger-top` 代替
- 废弃了 `n-affix``offset-bottom` 属性,请使用 `trigger-bottom` 代替
- 移除了 `n-anchor``listen-to` 属性
2021-05-26 17:09:58 +08:00
## 2.10.0
2021-05-25 21:18:41 +08:00
### Breaking Changes
- `n-popover``placement` 属性默认值设为 `'top'`
2021-05-25 21:18:41 +08:00
### Feats
- `n-tabs` 新增 `on-close` 属性
- `n-tabs` 新增 `on-add` 属性
- `n-tab-pane` 新增 `tab` slot
- `n-tab-pane``tab` 属性支持渲染函数和 VNode
- `n-tabs``type` 新增 `'line'` 选项
- `n-tabs` 添加阴影来展示滚动状态
2021-05-26 15:38:40 +08:00
- `n-tabs` 新增 `pane-style` 属性
### Fixes
- 修正 `n-layout` `scrollTo` 方法在原生滚动时不生效
### Deprecated
- `n-tab-pane``label` 属性被废弃,请使用 `tab` 属性代替
2021-05-25 21:18:41 +08:00
2021-05-25 19:25:43 +08:00
## 2.9.0
2021-05-19 12:03:35 +08:00
### Breaking Changes
- `n-layout-sider` 移除了 `show-content`,使用 `show-collapsed-content` 代替
2021-05-19 12:03:35 +08:00
### Feats
2021-05-22 00:54:44 +08:00
- `n-data-table` 支持树形数据
- `n-data-table` 新增 `cascade` 属性
- `n-data-table` 新增 `children-key` 属性
- `n-data-table` 新增 `indent` 属性
2021-05-19 12:03:35 +08:00
- `n-button` 新增 `tag` 属性
- `n-data-table` 新增 `table-layout` 属性
2021-05-19 15:45:31 +08:00
- `n-tree` 新增 `block-line` 属性
2021-05-24 10:49:11 +08:00
- `n-tree` 支持拖放
2021-05-24 14:10:28 +08:00
- `n-menu` 新增 `inverted` 属性
2021-05-24 16:25:26 +08:00
- `n-dropdown` 新增 `inverted` 属性
- `n-tabs` 新增 `addable` 属性
- `n-tabs` 新增 `tab-style` 属性
- `n-tabs` 新增 `tabs-padding` 属性
- `n-tabs` 新增 `default-value` 属性
- `n-layout-sider` & `n-layout-footer` & `n-layout-header` 新增 `inverted` 属性
- `n-data-table``max-height` & `min-height` 属性接受 CSS 属性
2021-05-25 15:05:41 +08:00
- `n-layout` & `n-layout-content` 新增 `embedded` 属性
2021-05-19 12:03:35 +08:00
### Fixes
- `n-layout` & `n-layout-sider``scrollTo` 在使用原生滚动条时不生效
- `n-layout-sider``collapse-mode` 属性不生效
- 内部 selection 组件的主题 peers 中 popover 的 key 不正确
2021-05-19 02:25:38 +08:00
## 2.8.0
### Perf
- 优化 `n-data-table` 初始渲染次数
- 优化 `n-select` 首次打开后打开用时
- 优化 `n-anchor` 滚动性能
### Feats
2021-05-16 18:51:03 +08:00
- `n-tree` 新增 `virtual-scroll` 属性
2021-05-17 04:18:32 +08:00
- `n-data-table` 新增 `virtual-scroll` 属性
2021-05-17 15:52:00 +08:00
- `n-cascader` 新增 `virtual-scroll` 属性
- `n-pagination` 新增 `item-count` 属性
- `n-pagination` 新增 `prefix` 属性
- `n-pagination` 新增 `prefix` slot
- `n-pagination` 新增 `suffix` 属性
- `n-pagination` 新增 `suffix` slot
2021-05-19 00:59:06 +08:00
- `n-input` 新增 `show-count` 属性
2021-05-16 18:51:03 +08:00
### Fixes
- 修正 `n-layout-sider` 折叠后不显示菜单
- 修正 `n-input-number` 在输入不合法 blur 时没有重设回原始值
- 修正 `n-pagination` 在非受控模式下不更新页数
2021-04-25 20:25:11 +08:00
## 2.7.4
2021-04-25 20:25:11 +08:00
### Feats
2021-04-23 23:20:21 +08:00
- `n-form-item` 可以在 `n-form` 外使用
### Fixes
- 修正 `n-checkbox` 勾选图标不显示
- 修正 `n-date-picker` 触发器的图标 transition 效果
- 修正 `n-p`、`n-ol`、`n-ul` 作为最后一个子元素 margin bottom 不是 0
- 修正 `n-checkbox-group` 在非受控模式不工作
- 修正 `n-data-table` 取消全部选择不工作
2021-04-22 00:09:41 +08:00
## 2.7.3
2021-04-21 16:36:25 +08:00
### Feats
- `n-data-table` 高亮排序列
- `n-data-table` 列增加 `render-filter` 属性
- `n-data-table` 列增加 `render-filter-icon` 属性
2021-04-21 16:36:25 +08:00
### Fixes
- `n-data-table` 固定列 box-shadow 在暗色模式更明显
2021-04-21 16:36:25 +08:00
- 修正 `n-color-picker` 值折行
2021-04-22 00:09:41 +08:00
- 修正 `n-form` FormRuleItem.trigger 类型
2021-04-21 16:36:25 +08:00
2021-04-21 14:50:27 +08:00
## 2.7.2
### Feats
2021-04-21 11:23:34 +08:00
2021-04-21 14:47:24 +08:00
- `n-data-table` 增加 `summary` 属性
2021-04-21 11:23:34 +08:00
- `n-data-table``'type=selection'` 的列增加 `options` 选项
### Fixes
- Fix `n-layout` 横向溢出的问题
2021-04-20 13:07:00 +08:00
## 2.7.1
### Feats
2021-04-20 02:18:23 +08:00
- `n-checkbox` 增加 `focusable` 属性
2021-04-20 02:36:31 +08:00
- `n-cascader` 增加 `action` slot
2021-04-20 02:18:23 +08:00
### Fixes
- 修正 `n-cascader` 点击 checkbox 会触发 loading
- 修正 `n-cascader` 菜单遮罩样式
2021-04-19 22:05:43 +08:00
## 2.7.0
### Breaking Changes
- `n-drawer` 默认不再包含 padding填充 drawer 的内容可以使用 `n-drawer-content`
### Feats
- `n-drawer` 增加 `content-style` 属性
- `n-layout` 增加 `content-style` 属性
- `n-layout-sider` 增加 `content-style` 属性
2021-04-19 01:31:36 +08:00
## 2.6.0
2021-04-18 22:50:50 +08:00
### Feats
- `n-config-provider` 增加 `cls-prefix` 属性
### Fixes
- 修正 `n-popover` 在静态提升时可能影响别的 popover 的问题
2021-04-14 15:47:42 +08:00
## 2.5.1
2021-04-14 12:03:42 +08:00
### Feats
- `n-color-picker` 增加 `show-alpha` 属性
### Fixes
- 修正 `n-select` 默认 `fallback-option` 属性使组件崩溃
2021-04-13 22:29:14 +08:00
## 2.5.0
2021-04-09 00:43:33 +08:00
### Feats
- 添加 `n-skeleton` 组件
2021-04-09 18:06:22 +08:00
- 添加 `n-calendar` 组件
2021-04-13 17:50:26 +08:00
- 添加 `n-color-picker` 组件
2021-04-09 18:06:22 +08:00
- `n-date-picker` locale 增加 `firstDayOfWeek`
2021-04-13 02:04:31 +08:00
- `n-select` 增加 `showArrow` 属性
2021-04-09 00:43:33 +08:00
### Fixes
- 修正 `n-date-picker` 触发器在焦点在面板内的时候没有 focus 样式
2021-04-13 22:29:14 +08:00
- 修正 `n-button` 加载状态宽度闪烁的问题
- 修正 `n-time-picker``n-date-picker` 内部关闭动画闪烁的问题
- 修正 popover 内部的卸载组件应卸载于 popover 内部
## 2.4.2
### Feats
- 添加 `n-form-item-gi` 组件
### Fixes
- 修正 `n-ellipsis` & `n-data-table` ellpisis 单元格文本垂直排列错位
- 修正 `n-select` 在输入法输入过程中就进行过滤
2021-04-07 22:11:01 +08:00
## 2.4.1
### Fixes
- 修正 `n-select` 单选过滤模式的光标颜色
- 修正 `n-select` 菜单的 action 部分不能 focus
2021-04-07 16:31:14 +08:00
## 2.4.0
2021-04-03 11:29:37 +08:00
### Feats
2021-04-07 13:10:45 +08:00
- 添加 `n-image` 组件
2021-04-06 18:06:04 +08:00
- 添加 `n-global-style` 组件
- 添加 `n-theme-editor` 组件
2021-04-03 11:29:37 +08:00
- 添加 `n-page-header` 组件
- `n-statistic` 增加 `label` slot
- `n-breadcrumb-item` 增加 `separator` slot & prop
2021-04-03 15:17:52 +08:00
- `n-button` 增加 `bordered` prop
2021-04-05 23:58:45 +08:00
- `n-card` 增加 `footer-style` prop
2021-04-03 11:29:37 +08:00
### Refactors
- 重构 `n-statistic` 样式
2021-04-07 16:31:14 +08:00
- `n-menu` 增加 `options` prop 去替代 `items` prop`items` prop 被废弃
2021-04-03 11:29:37 +08:00
### Fixes
2021-04-05 22:57:19 +08:00
- 修正 `n-anchor` `ignore-gap` 不生效的问题
- 修正 `n-collapse` 内容被 `overflow: hidden` 截断
- 修正 `n-select` tag 文本溢出
- 修正 `n-popover` 在移动端无法正常关闭的问题
## 2.3.1
### Fixes
- 修正 `n-layout-sider` 横向宽度溢出
2021-03-29 12:51:39 +08:00
## 2.3.0
2021-04-05 14:38:39 +08:00
### Breaking Changes
2021-03-29 12:51:39 +08:00
- 折叠对于 `position="absolute"``n-layout-sider` 不再生效
- 对于包含 `n-layout-sider``n-layout` 必须设定 `has-sider`
2021-03-29 01:38:09 +08:00
## 2.2.0
2021-03-26 13:47:53 +08:00
### Feats
2021-03-27 12:06:08 +08:00
- 新增 `n-mention` 组件
2021-03-26 13:47:53 +08:00
- `n-data-table` 支持行展开
### Fixes
- 修正 `n-input` 在暗色主题 focus 状态下的背景颜色在 warning 和 error 的状态不正确
- 修正 `n-input` 在 warning 和 error 状态下光标颜色不正确
- 修正 `n-select` 的 namespace 不正确
- 修正 `n-cascader` 的 namespace 不正确
- 修正 `n-input` 在 textarea 模式无法选中
- 修正 `n-input` 在 textarea 模式没有 box-shadow
- 修正 `n-input` 在 textarea 模式 `autosize` 由于字体不一致导致行数有误
- 修正 `n-input` 在 textarea 模式 `autosize` 在外部使 props.value 改变的时候行数不会变化
### Refactors
- 替换了 `n-empty` 的图标 & 增大了它的尺寸
## 2.1.3
### Fixes
- 修正 `n-data-table` 对于不是最后一个的 td 没有右侧边框
- 修正 `n-data-table` 头部在表格宽度大于 `scroll-x` 的时候不够宽
## 2.1.2
### Feats
- `n-data-table` column 新增 `colSpan``rowSpan` 属性
2021-03-24 17:52:22 +08:00
- `n-data-table` column 新增 `titleColSpan` 属性
### Fixes
- 修正 `n-dropdown` 在设定 `x``y` 之后鼠标在外面移动会报错
## 2.1.1
### Fixes
- 修正 `n-select` 选择器溢出计数器 popover 触发区域有误
2021-03-22 00:41:07 +08:00
## 2.1.0
2021-04-05 14:38:39 +08:00
### Breaking Changes
- `n-popover` 默认 `duration` 设为 `100`
- `n-popover` 默认 `delay` 设为 `100`
- `n-tooltip` 默认 `showArrow` 设为 `true`
### Feats
- `n-config-provider``theme-overrides` 支持继承
2021-03-20 15:27:37 +08:00
- `n-card` 新增 `hoverable` 属性
- `n-select` 新增 `max-tag-count` 属性
- `n-cascader` 新增 `max-tag-count` 属性
- `n-popover` 新增 `get-disabled` 属性
- 新增 `n-ellipsis` 文本省略组件
2021-03-21 14:06:46 +08:00
- `n-popover` `width` prop 新增 `'trigger'` 的值
- `n-data-table` 的列的 `ellipsis` 属性可设为 `n-ellipsis` 的 props
### Fixes
2021-03-20 15:27:37 +08:00
- 修正 `n-cascader` 再点击清除按钮后菜单出现
- 修正 `n-card` 设定高度后 action 不在底部的问题
- 修正 `n-popover``duration``delay` 属性执行有问题
2021-03-17 10:47:55 +08:00
## 2.0.1
### Feats
- `n-layout-sider` 新增 `default-collapsed` 属性
2021-03-17 02:45:01 +08:00
- `n-modal` 支持自定义位置
### Fixes
- 修正 `n-menu` 垂直折叠时 `n-menu-item` tooltip 不显示的问题
- 修正 `n-menu` `collapsed-icon-size` 不生效的问题
2021-03-17 10:47:55 +08:00
- 修正 `n-menu` 回调类 prop 不接受数组
- 修正 `n-layout-sider` 按钮被遮挡的问题
## 2.0.0
参考 vue3.md
2020-10-08 02:55:40 +08:00
## 1.6.0
2020-08-27 13:48:43 +08:00
### Fixes
2020-08-27 13:48:43 +08:00
- 修正了 `n-auto-complete` 使用 `textarea` 作为输入元素时菜单无法关闭的问题
- 修正了嵌套 `n-icon` 没有被打平的问题
- 修正了 `n-date-picker` 在类型为 `date``datetime` 时面板不显示年的问题
2020-08-27 16:05:13 +08:00
### Features
2020-10-08 02:55:40 +08:00
- `n-button` 增加 `dashed` 属性
2020-09-30 00:17:48 +08:00
- 增加 `n-space` 组件
2020-08-27 16:05:13 +08:00
- `n-drawer` 内容可滚动
2020-09-02 10:05:11 +08:00
### Localization
2020-09-02 10:05:11 +08:00
- `n-log` 添加 zhCN 本地化
2020-08-27 13:48:43 +08:00
2020-08-15 16:49:58 +08:00
## 1.5.5 (2020-08-15)
2020-08-20 00:00:47 +08:00
### Breaking Changes
2020-08-08 20:15:18 +08:00
- 修正了所有 `separator` 的拼写(原来错拼为 `seperator`
### Fixes
- 修正了未设定主题时样式报错的问题
2020-08-20 00:00:47 +08:00
- 修正了 `n-select` `single` `filterable` 时 placeholder 的样式问题
2020-08-08 20:15:18 +08:00
2020-08-08 13:39:31 +08:00
## 1.5.4 (2020-08-08)
2020-08-08 13:39:31 +08:00
### Fixes
2020-08-08 13:39:31 +08:00
- 修正了 Message、Notification、Confirm 不随主题切换的问题
## 1.5.3 (2020-07-23)
### Fixes
- 修正了 `n-select``placeholder` 为空的时候显示出错的问题
2020-07-22 17:29:04 +08:00
## 1.5.2 (2020-07-22)
2020-07-22 17:29:04 +08:00
### Fixes
2020-07-22 17:29:04 +08:00
- 修正了 `n-radio` 无法聚焦的问题
- 修正了 `n-data-table``max-height` 样式失效的问题 https://bugs.chromium.org/p/chromium/issues/detail?id=1107223
### Refactors
- 重构了 `n-tag` 的样式
## 1.5.1 (2020-07-20)
### Features
2020-07-22 17:29:04 +08:00
-`n-time-picker` 增加了 `disabled` 属性
### Fixes
2020-07-22 17:29:04 +08:00
- 修正了 `n-radio` 下的子元素无法获取焦点的问题
2020-07-08 23:15:31 +08:00
## 1.5.0 (2020-07-09)
2020-07-08 23:15:31 +08:00
### Breaking Changes
2020-07-08 23:15:31 +08:00
- 重构了试验性的设定主色功能
2020-07-08 23:15:31 +08:00
### Fixes
2020-07-08 23:15:31 +08:00
- 修正了一些零碎的样式错误
2020-06-23 18:45:54 +08:00
## 1.4.1 (2020-06-23)
2020-06-23 18:45:54 +08:00
### Features
2020-07-21 21:04:21 +08:00
-`n-select` 增加了 `autofocus` 属性
2020-06-23 18:45:54 +08:00
2020-06-18 23:53:07 +08:00
## 1.4.0 (2020-06-19)
2020-06-18 23:53:07 +08:00
### Breaking Changes
2020-06-18 23:53:07 +08:00
- `n-menu` 不再支持 slot API
2020-06-18 23:53:07 +08:00
### Features
2020-06-18 23:53:07 +08:00
- 增加了试验性的设定主色功能
2020-06-06 00:08:18 +08:00
## 1.3.5 (2020-06-06)
2020-06-06 00:08:18 +08:00
### Features
2020-06-06 00:08:18 +08:00
-`n-button` 增加了 `attr-type` 属性
2020-06-04 20:15:56 +08:00
### Fixes
2020-06-04 20:15:56 +08:00
- 修正了 `n-input` 如果太宽里面的 input 元素宽度不会展开的问题
- 修正了 `n-input-group``n-input-number` 边框的样式瑕疵
## 1.3.4 (2020-06-05)
2020-06-05 23:26:10 +08:00
### Fixes
2020-06-05 23:26:10 +08:00
- 修正了 `n-a``to` 属性不能为对象的问题
2020-06-03 14:00:52 +08:00
## 1.3.3 (2020-06-03)
2020-06-03 14:00:52 +08:00
### Features
2020-06-03 14:00:52 +08:00
- 增加了 `$NOs.theme` 来获取当前操作系统的主题
2020-06-01 23:45:30 +08:00
## 1.3.2 (2020-06-02)
2020-06-01 23:45:30 +08:00
### Fixes
2020-06-01 23:45:30 +08:00
- 修正了 `n-log` 的加载器显示等宽字体的问题
- 修正了 `n-button` icon 有关的类名没有被正确应用的问题
2020-06-01 19:11:22 +08:00
## 1.3.1 (2020-06-01)
2020-06-01 19:11:22 +08:00
### Fixes
2020-06-01 19:11:22 +08:00
- 修正了 `n-data-table` 选框列的选框没有垂直居中的问题
- 修正了 `n-data-table` 表头没 border-color transition 的问题
2020-06-01 20:27:00 +08:00
- 修正了 `$NConfirm``show-icon` & `closable` & `bordered` 属性设置无效的问题
2020-06-01 19:11:22 +08:00
### Features
2020-06-01 19:11:22 +08:00
- 增加并调整了一些 `n-config-consumer` 样式方案中的颜色
## 1.3.0 (2020-06-01)
2020-06-01 13:09:24 +08:00
### Breaking Changes
2020-06-01 13:09:24 +08:00
- UI 默认样式不再包含外部字体文件,如果需要使用 UI 提供的字体需要明确引入
2020-06-01 13:09:24 +08:00
### Features
2020-06-01 13:09:24 +08:00
-`n-layout` 增加了 `themed-style` 属性
2020-06-01 13:09:24 +08:00
### Fixes
2020-06-01 13:09:24 +08:00
- 修正了 `n-layout-sider` 圆形按钮没有随着折叠状态滚动的问题
- 修正了 `n-form-item` feedback 如果在一开始被设定则消失没有动画的问题
- 修正了 `n-data-table` max-height 相关属性在所有情况下都会被应用的问题
- 修正了一些组件的样式瑕疵
2020-06-01 13:09:24 +08:00
### Refactors
2020-06-01 13:09:24 +08:00
- 调整了一些组件亮色主题下的样式
2020-05-29 15:57:18 +08:00
## 1.2.1 (2020-05-29)
2020-05-29 15:57:18 +08:00
### Fixes
2020-05-29 15:57:18 +08:00
- 修正了 `n-slider` 弹框没有 z-index 的问题
## 1.2.0 (2020-05-29)
2020-05-29 15:57:18 +08:00
### Features
2020-05-29 15:57:18 +08:00
-`n-form-item` 增加了 `feedback``validation-status` 属性
2020-05-28 14:29:31 +08:00
## 1.1.5 (2020-05-28)
2020-05-28 14:29:31 +08:00
### Features
2020-05-28 14:29:31 +08:00
-`n-collapse``n-collapse-item` 增加了 `display-directive` 属性
-`n-select``option` 增加了 `class``style` 属性
-`n-select` 增加 `debug` 模式
2020-05-28 14:29:31 +08:00
### Fixes
2020-05-28 14:29:31 +08:00
- 修正了 `n-select` 在 disabled 状态下能被清除的问题
2020-05-28 12:11:31 +08:00
## 1.1.4 (2020-05-28)
2020-05-28 12:11:31 +08:00
### Fixes
2020-05-28 12:11:31 +08:00
- 修正了 `n-select` 在多选情况下传入值被直接修改的问题
2020-05-28 12:11:31 +08:00
### Refactors
2020-05-28 12:11:31 +08:00
- 一个 UI 实例最多在一个 Vue 上安装一次
2020-05-20 23:05:05 +08:00
## 1.1.3 (2020-05-20)
2020-05-20 23:05:05 +08:00
### Chores
2020-05-20 23:05:05 +08:00
- 更新 css-render 的依赖
2020-05-20 23:05:05 +08:00
### Fixes
2020-05-28 12:11:31 +08:00
- 修正了 `n-transfer` 在值改变时动画出错的问题
2020-05-20 23:05:05 +08:00
2020-05-19 15:18:29 +08:00
## 1.1.2 (2020-05-19)
2020-05-19 15:18:29 +08:00
### Features
2020-05-19 15:18:29 +08:00
-`n-step` 增加内容的 slot
-`n-checkbox` 增加了 `label` prop
2020-05-19 15:18:29 +08:00
### Performance Improvements
2020-05-19 15:18:29 +08:00
- 所有定位组件按需注册监听器
- 在寻找可滚动节点的过程中使用缓存
- 提升了 `n-button` beforeDestroy 的性能
- 减少了 `n-checkbox` 在值未改变时的重复渲染
- 提升了文字内容的 `n-avatar` 的性能
2020-05-18 20:19:52 +08:00
## 1.1.1 (2020-05-18)
2020-05-18 20:19:52 +08:00
### Fixes
2020-05-18 20:19:52 +08:00
- 更新 css-render 的依赖
- 默认类型的按钮的 icon 的颜色
2020-05-19 15:18:29 +08:00
### Performance Improvements
2020-05-18 20:19:52 +08:00
- 减少了 `n-menu-item` 没用的重复渲染
- 减少了文档页面没用的重复渲染
2020-05-18 20:19:52 +08:00
### Refactors
2020-05-18 20:19:52 +08:00
- 为了性能重构了 `n-nimbus-service-layout` 的部分代码
2020-05-16 22:07:58 +08:00
## 1.1.0 (2020-05-16)
2020-05-16 22:07:58 +08:00
### Features
2020-05-16 22:07:58 +08:00
- `n-button` 接受自定义颜色
2020-05-18 20:19:52 +08:00
### Refactors
2020-05-16 22:07:58 +08:00
- 将内部所有使用 $slots 的地方换为 $scopedSlots 来获得更好的鲁棒性
- 将部分按钮样式生成转移到组件内动态进行
2020-05-15 02:03:31 +08:00
## 1.0.14 (2020-05-15)
2020-05-15 01:53:01 +08:00
### Fixes
2020-05-15 01:53:01 +08:00
- 修正了 `line``n-tabs` 线不随 `activeName` 属性改变的问题
- 修正了 `n-tabs` 滚动按钮没有随着宽度改变触发的问题
- 修正了 `n-tabs` 高度变化会导致一些不期望的调用的问题
## 1.0.13 (2020-05-14)
### Fixes
2020-05-15 02:03:31 +08:00
- 修正 `n-form-item-col` & `n-form-item-row` 的 label slot 不显示的问题
2020-04-30 13:15:31 +08:00
## 1.0.12 (2020-04-30)
2020-04-30 13:15:31 +08:00
### Fixes
2020-04-30 13:15:31 +08:00
- 修正了一些 CSS 长度属性格式化错误的问题
2020-04-30 11:04:30 +08:00
## 1.0.11 (2020-04-30)
2020-04-29 22:06:26 +08:00
### Features
2020-04-29 22:06:26 +08:00
-`n-select` 增加了 `fallback-option` 属性用于控制无对应选项时的回退选项
2020-04-29 22:06:26 +08:00
### Fixes
2020-04-29 22:06:26 +08:00
- 解决了 `n-data-table` 在没有数据时 `max-height``min-height` 错误显示的问题
2020-04-29 22:06:26 +08:00
### Breaking Changes
2020-04-29 22:06:26 +08:00
- `n-data-table``max-height``min-height` 会对表格部分的整体生效,不只是表格的内容部分
- `n-select` 在默认情况下会显示选项中不存在的值
2020-04-28 22:54:17 +08:00
## 1.0.10 (2020-04-28)
2020-04-28 22:54:17 +08:00
### Features
2020-04-28 22:54:17 +08:00
-`n-collapse` 增加了 `arrow-placement` 属性
2020-04-29 22:06:26 +08:00
-`n-collapse-item` 增加了`arrow` slot
2020-04-28 22:54:17 +08:00
### Fixes
2020-04-28 22:54:17 +08:00
- 解决了可卸载组件在嵌套成 `modal > drawer > component` 样子的时候会被卸载到错误位置的问题
2020-04-23 18:37:58 +08:00
## 1.0.9 (2020-04-23)
2020-04-23 18:37:58 +08:00
### Features
2020-04-23 18:37:58 +08:00
-`n-input` 增加了 `autofocus` 选项
-`NMessage` 增加了 `closable` 选项
2020-04-23 18:37:58 +08:00
### Fixes
2020-04-23 18:37:58 +08:00
- 解决了 `n-tag` `closable` 默认值被设为 `true` 的问题
- 解决了 `n-data-table` 不能使用全部 `pagination` prop 的问题
- 解决了 `n-pagination` `on-page-size-change` 不生效的问题
2020-04-29 11:02:15 +08:00
## 1.0.8 (2020-04-22)
2020-04-29 11:02:15 +08:00
### Features
2020-04-29 22:12:57 +08:00
- 增加 `n-dynamic-tags` 组件
2020-04-29 11:02:15 +08:00
- `styleScheme` 新增暴露颜色 `tableHeaderOverlayBackgroundColor` & `inputOverlayBackgroundColor`
2020-04-10 16:36:21 +08:00
## 1.0.7 (2020-04-10)
2020-04-10 16:36:21 +08:00
### Features
2020-04-10 16:36:21 +08:00
-`n-data-table``column` 增加了 `filter-option-value` 的属性来应对单选的情况
2020-04-10 16:36:21 +08:00
### Fixes
2020-04-10 16:36:21 +08:00
- 解决了 `n-collpase-item` 不支持 `number` 的问题
## 1.0.6 (2020-04-03)
2020-04-03 17:35:47 +08:00
### Fixes
2020-04-03 17:35:47 +08:00
- 解决了所有的 `console` 语句都在打包中被删除了的问题
2020-03-27 17:32:53 +08:00
## 1.0.5 (2020-03-27)
2020-03-27 17:06:20 +08:00
### Features
- 改变 `n-data-table` 的 filters 的数据类型从数组改变成对象
2020-03-27 17:06:20 +08:00
### Fixes
- `n-data-table` 在有多列筛选的情况下数据不能被正确筛选
2020-03-27 17:06:20 +08:00
2020-03-26 19:36:04 +08:00
## 1.0.4 (2020-03-26)
2020-03-26 19:36:04 +08:00
### Features
2020-03-26 19:36:04 +08:00
- 当选项过多时,`n-data-table` 过滤菜单的内容可以滚动
2020-03-25 22:33:55 +08:00
## 1.0.3 (2020-03-25)
2020-03-25 22:33:55 +08:00
### Features
2020-03-25 22:33:55 +08:00
- `$NMessage`, `$NNotification`, `$NConfirm` 的获取到的主题会应用到他们的内部组件
### Fixes
2020-03-25 22:33:55 +08:00
- 多个 naive-ui 共存时定位元素会产生冲突
- `n-form-item` 的 validate 方法在某些 validator 的返回值下不会 resolve
- `$NConfirm` 主题未随 `n-config-provider` 切换
## 1.0.2 (2020-03-23)
### Fixes
2020-03-25 20:25:02 +08:00
- `n-transfer` 的选项在值变化之后没有重置
- `n-nimbus-service-layout` (deprecated) 没有兼容 Vue Router(3.1 版本以下) `push` 方法的返回值
2020-03-21 15:14:35 +08:00
## 1.0.1 (2020-03-21)
2020-03-21 15:14:35 +08:00
### Features
2020-03-21 15:14:35 +08:00
- `n-layout-sider``show-trigger` 增加了 `'bar'` & `'arrow-circle'` 选项
2020-03-21 15:14:35 +08:00
### Fixes
- `n-scrollbar` 的轨道会挡住鼠标事件
### Features
- `n-data-table` 增加了 empty 插槽 [#86](https://github.com/TuSimple/naive-ui/issues/86)