mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
release: 1.0.7
This commit is contained in:
parent
d917d31585
commit
57b68ed1a9
@ -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.
|
||||
|
||||
|
@ -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` 语句都在打包中被删除了的问题
|
||||
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user