mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-17 13:20:52 +08:00
2.4.0
This commit is contained in:
parent
f5fba0fcd9
commit
ef8753febc
@ -1,10 +1,6 @@
|
||||
# CHANGELOG
|
||||
|
||||
## Pending
|
||||
|
||||
### Refactors
|
||||
|
||||
- `n-menu` add `options` prop to replace `items` prop, `items` prop is deprecated.
|
||||
## 2.4.0
|
||||
|
||||
### Feats
|
||||
|
||||
@ -20,6 +16,7 @@
|
||||
### Refactors
|
||||
|
||||
- Refactor `n-statistic`'s style
|
||||
- `n-menu` add `options` prop to replace `items` prop, `items` prop is deprecated.
|
||||
|
||||
### Fixes
|
||||
|
||||
|
@ -1,10 +1,6 @@
|
||||
# CHANGELOG
|
||||
|
||||
## Pending
|
||||
|
||||
### Refactors
|
||||
|
||||
- `n-menu` 增加 `options` prop 去替代 `items` prop,`items` prop 被废弃
|
||||
## 2.4.0
|
||||
|
||||
### Feats
|
||||
|
||||
@ -20,6 +16,7 @@
|
||||
### Refactors
|
||||
|
||||
- 重构 `n-statistic` 样式
|
||||
- `n-menu` 增加 `options` prop 去替代 `items` prop,`items` prop 被废弃
|
||||
|
||||
### Fixes
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "2.3.1",
|
||||
"version": "2.4.0",
|
||||
"description": "A Vue UI Framework. Caring About Styles, Themed, Batteries Included, Not Rather Slow.",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user