mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
release: 1.0.10
This commit is contained in:
parent
040579d46b
commit
8ec2423896
@ -1,4 +1,11 @@
|
||||
# CHANGELOG
|
||||
## 1.0.10 (2020-04-28)
|
||||
### Features
|
||||
- Add `arrow-placement` prop on `n-collapse`.
|
||||
- Add `arrow` slot on `n-collapsed-item`.
|
||||
### Fixes
|
||||
- Fix the problem that detachable components detached in wrong place when nested like `modal > drawer > component`.
|
||||
|
||||
## 1.0.9 (2020-04-23)
|
||||
### Features
|
||||
- Add `autofocus` prop on `n-input`.
|
||||
|
@ -1,4 +1,11 @@
|
||||
# CHANGELOG
|
||||
## 1.0.10 (2020-04-28)
|
||||
### Features
|
||||
- 为 `n-collapse` 增加了 `arrow-placement` 属性
|
||||
- 为 `n-collapsed-item` 增加了`arrow` slot
|
||||
### Fixes
|
||||
- 解决了可卸载组件在嵌套成 `modal > drawer > component` 样子的时候会被卸载到错误位置的问题
|
||||
|
||||
## 1.0.9 (2020-04-23)
|
||||
### Features
|
||||
- 为 `n-input` 增加了 `autofocus` 选项
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"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