naive-ui/CHANGELOG.zh-CN.md

30 lines
1.0 KiB
Markdown
Raw Normal View History

2020-03-21 15:14:35 +08:00
# CHANGELOG
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` 的轨道会挡住鼠标事件