release: 1.0.11

This commit is contained in:
07akioni 2020-04-30 11:04:30 +08:00
parent 7032309dbe
commit c87260c772
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# CHANGELOG
## PENDING
## 1.0.11 (2020-04-30)
### Features
- Add `fallback-option` prop for `n-select` to deal with the value with no corresponding option.
### Fixes

View File

@ -1,5 +1,5 @@
# CHANGELOG
## PENDING
## 1.0.11 (2020-04-30)
### Features
- 为 `n-select` 增加了 `fallback-option` 属性用于控制无对应选项时的回退选项
### Fixes

View File

@ -10,7 +10,7 @@ Set `closable` to make message closable by a click.
export default {
methods: {
emitInfo() {
this.$NMessage.success(
this.$NMessage.info(
"I don't know why nobody told you how to unfold your love",
{
closable: true,

View File

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