release: 1.0.7

This commit is contained in:
07akioni 2020-04-10 16:36:21 +08:00
parent d917d31585
commit 57b68ed1a9
3 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# CHANGELOG
## 1.0.6 2020-04-03
## 1.0.7 (2020-04-10)
### Features
- Add `filter-option-value` prop for `n-data-table`'s `column` to better deal with single filter mode.
### Fixes
- Fix the problem that `n-collpase-item` don't support `number` typed `name`.
## 1.0.6 (2020-04-03)
### Fixes
- Fix the problem that all the `console` statements are stripped in the bundle.

View File

@ -1,5 +1,11 @@
# CHANGELOG
## 1.0.6 2020-04-03
## 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)
### Fixes
- 解决了所有的 `console` 语句都在打包中被删除了的问题

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "1.0.6",
"version": "1.0.7",
"description": "A Vue UI Framework. Caring About Styles, Themed, Batteries Included.",
"main": "lib/index.js",
"module": "es/index.js",