release: 1.0.9

This commit is contained in:
07akioni 2020-04-23 18:37:58 +08:00
parent 98768658b5
commit 8990381845
3 changed files with 19 additions and 1 deletions

View File

@ -1,4 +1,13 @@
# CHANGELOG
## 1.0.9 (2020-04-23)
### Features
- Add `autofocus` prop on `n-input`.
- Add `closable` option on `NMessage`.
### Fixes
- Fix the problem that the default value of `n-tag` `closable` is set to `true`.
- Fix the problem that `n-data-table` can't use all `pagination`'s props.
- Fix the problem that `n-pagination`'s `on-page-size-change` prop doesn't work.
## 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.

View File

@ -1,4 +1,13 @@
# CHANGELOG
## 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` 不生效的问题
## 1.0.7 (2020-04-10)
### Features
- 为 `n-data-table``column` 增加了 `filter-option-value` 的属性来应对单选的情况

View File

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