release: 1.0.4

This commit is contained in:
07akioni 2020-03-26 19:36:04 +08:00
parent 0ab743277e
commit ff3ab3a1e3
3 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,8 @@
# CHANGELOG
## 1.0.4 (2020-03-26)
### Features
- Filter menu in `n-data-table` is scrollable when there are too many items.
## 1.0.3 (2020-03-25)
### Features
- `$NMessage`, `$NNotification`, `$NConfirm`'s theme will be applied on their children components.

View File

@ -1,4 +1,8 @@
# CHANGELOG
## 1.0.4 (2020-03-26)
### Features
- 当选项过多时,`n-data-table` 过滤菜单的内容可以滚动
## 1.0.3 (2020-03-25)
### Features
- `$NMessage`, `$NNotification`, `$NConfirm` 的获取到的主题会应用到他们的内部组件

View File

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