This commit is contained in:
07akioni 2021-06-21 22:09:27 +08:00
parent cdb1ade28d
commit 1deb3fb023
4 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# CHANGELOG
## 2.13.0 (2021-06-21)
### Feats
- `n-dropdown` add `on-clickoutside` prop, closes [#123](https://github.com/TuSimple/naive-ui/issues/123).

View File

@ -1,5 +1,7 @@
# CHANGELOG
## 2.13.0 (2021-06-21)
### Feats
- `n-dropdown` 新增 `on-clickoutside` 属性,关闭 [#123](https://github.com/TuSimple/naive-ui/issues/123)

View File

@ -1,6 +1,6 @@
{
"name": "naive-ui",
"version": "2.12.2",
"version": "2.13.0",
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
"main": "lib/index.js",
"module": "es/index.js",

View File

@ -1 +1 @@
export default '2.12.2'
export default '2.13.0'