mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
commit
dd6a8de66a
@ -1,4 +1,12 @@
|
||||
# CHANGELOG
|
||||
## 1.1.5 (2020-05-28)
|
||||
### Features
|
||||
- Add `display-directive` prop for `n-collapse` and `n-collapse-item`.
|
||||
- Add `class` and `style` prop for `n-select`'s `option`.
|
||||
- Add `debug` prop for `n-select`.
|
||||
### Fixes
|
||||
- Fix the problem that `n-select` can still be cleared when disabled.
|
||||
|
||||
## 1.1.4 (2020-05-28)
|
||||
### Fixes
|
||||
- Fix the problem that the input value of `n-select` may be modified directly.
|
||||
|
@ -1,4 +1,12 @@
|
||||
# CHANGELOG
|
||||
## 1.1.5 (2020-05-28)
|
||||
### Features
|
||||
- 为 `n-collapse` 和 `n-collapse-item` 增加了 `display-directive` 属性
|
||||
- 为 `n-select` 的 `option` 增加了 `class` 和 `style` 属性
|
||||
- 为 `n-select` 增加 `debug` 模式
|
||||
### Fixes
|
||||
- 修正了 `n-select` 在 disabled 状态下能被清除的问题
|
||||
|
||||
## 1.1.4 (2020-05-28)
|
||||
### Fixes
|
||||
- 修正了 `n-select` 在多选情况下传入值被直接修改的问题
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "naive-ui",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"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