mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
release: 1.0.4
This commit is contained in:
parent
0ab743277e
commit
ff3ab3a1e3
@ -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.
|
||||
|
@ -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` 的获取到的主题会应用到他们的内部组件
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user