mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
2.11.5
This commit is contained in:
parent
3120750135
commit
5db8daa937
@ -1,6 +1,6 @@
|
||||
# CHANGELOG
|
||||
|
||||
## Pending
|
||||
## 2.11.5 (2021-06-10)
|
||||
|
||||
### Feats
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
- Fix `n-calendar` date calculate incorrectly
|
||||
- Fix `n-input` missing the `password` type declaration.
|
||||
- Fix `n-menu` the type definition of `extra` property of menu and submenu.
|
||||
- Fix `n-dropdown` mouse cursor is not pointer.
|
||||
|
||||
## 2.11.4
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# CHANGELOG
|
||||
|
||||
## Pending
|
||||
## 2.11.5 (2021-06-10)
|
||||
|
||||
### Feats
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
- 修复 `n-calendar` 展示日期计算错误
|
||||
- 修复 `n-input` 缺失 `password` 的声明
|
||||
- 修复 `n-menu` 的菜单和子菜单的 `extra` 属性的类型定义
|
||||
- 修复 `n-dropdown` 选项鼠标形状不是 pointer
|
||||
|
||||
## 2.11.4
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "2.11.4",
|
||||
"version": "2.11.5",
|
||||
"description": "A Vue 3 Component Library. Fairly Complete, Customizable Themes, Uses TypeScript, Not Too Slow",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -1 +1 @@
|
||||
export default '2.11.4'
|
||||
export default '2.11.5'
|
||||
|
Loading…
Reference in New Issue
Block a user