naive-ui/CHANGELOG.zh-CN.md

70 lines
2.5 KiB
Markdown
Raw Normal View History

2020-03-21 15:14:35 +08:00
# CHANGELOG
2020-04-30 11:04:30 +08:00
## 1.0.11 (2020-04-30)
2020-04-29 22:06:26 +08:00
### Features
-`n-select` 增加了 `fallback-option` 属性用于控制无对应选项时的回退选项
### Fixes
- 解决了 `n-data-table` 在没有数据时 `max-height``min-height` 错误显示的问题
### Breaking Changes
- `n-data-table``max-height``min-height` 会对表格部分的整体生效,不只是表格的内容部分
- `n-select` 在默认情况下会显示选项中不存在的值
2020-04-28 22:54:17 +08:00
## 1.0.10 (2020-04-28)
### Features
-`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
- 解决了可卸载组件在嵌套成 `modal > drawer > component` 样子的时候会被卸载到错误位置的问题
2020-04-23 18:37:58 +08:00
## 1.0.9 (2020-04-23)
### Features
-`n-input` 增加了 `autofocus` 选项
-`NMessage` 增加了 `closable` 选项
### Fixes
- 解决了 `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)
### 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)
### Features
-`n-data-table``column` 增加了 `filter-option-value` 的属性来应对单选的情况
### Fixes
- 解决了 `n-collpase-item` 不支持 `number` 的问题
## 1.0.6 (2020-04-03)
2020-04-03 17:35:47 +08:00
### Fixes
- 解决了所有的 `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)
### Features
- 当选项过多时,`n-data-table` 过滤菜单的内容可以滚动
2020-03-25 22:33:55 +08:00
## 1.0.3 (2020-03-25)
### Features
- `$NMessage`, `$NNotification`, `$NConfirm` 的获取到的主题会应用到他们的内部组件
### Fixes
- 多个 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)
### Features
- `n-layout-sider``show-trigger` 增加了 `'bar'` & `'arrow-circle'` 选项
### Fixes
- `n-scrollbar` 的轨道会挡住鼠标事件