Merge pull request #141 from TuSimple/freestyle

release: 1.1.5
This commit is contained in:
07akioni 2020-05-28 14:35:10 +08:00 committed by GitHub Enterprise
commit dd6a8de66a
3 changed files with 17 additions and 1 deletions

View File

@ -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.

View File

@ -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` 在多选情况下传入值被直接修改的问题

View File

@ -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",