doc(change-log): 1.2.1

This commit is contained in:
07akioni 2020-05-29 15:57:18 +08:00
parent 5932ca2e85
commit 302d899f25
3 changed files with 17 additions and 0 deletions

View File

@ -1,4 +1,12 @@
# CHANGELOG
## 1.2.1 (2020-05-29)
### Fixes
- Fix the problem that `n-slider` tooltip has no z-index.
## 1.2.0 (2020-05-29)
### Features
- Add `feedback` and `validation-status` props for `n-form-item`.
## 1.1.5 (2020-05-28)
### Features
- Add `display-directive` prop for `n-collapse` and `n-collapse-item`.

View File

@ -1,4 +1,12 @@
# CHANGELOG
## 1.2.1 (2020-05-29)
### Fixes
- 修正了 `n-slider` 弹框没有 z-index 的问题
## 1.2.0 (2020-05-29)
### Features
- 为 `n-form-item` 增加了 `feedback``validation-status` 属性
## 1.1.5 (2020-05-28)
### Features
- 为 `n-collapse``n-collapse-item` 增加了 `display-directive` 属性

View File

@ -207,6 +207,7 @@ export default {
default: true
},
type: {
// TODO: warning message
validator (value) {
return [
'default',