mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
doc(change-log): 1.2.1
This commit is contained in:
parent
5932ca2e85
commit
302d899f25
@ -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`.
|
||||
|
@ -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` 属性
|
||||
|
@ -207,6 +207,7 @@ export default {
|
||||
default: true
|
||||
},
|
||||
type: {
|
||||
// TODO: warning message
|
||||
validator (value) {
|
||||
return [
|
||||
'default',
|
||||
|
Loading…
Reference in New Issue
Block a user