mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
release: 1.0.9
This commit is contained in:
parent
98768658b5
commit
8990381845
@ -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.
|
||||
|
@ -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` 的属性来应对单选的情况
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user