mini-antui
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -0,1 +1,8 @@ | ||
## 0.4.5 | ||
`2018-11-21` | ||
- **Enhancement** | ||
- `popup`新增参数`zIndex`,用来指定组件层级 | ||
## 0.4.4 | ||
@@ -2,0 +9,0 @@ |
@@ -29,3 +29,3 @@ import lifecycle from '../mixins/lifecycle'; | ||
results.push({ id: id, value: value }); | ||
items.push(this); | ||
items.push({ id: id, value: value, setData: this.setData }); | ||
this.setData({ | ||
@@ -60,3 +60,3 @@ confirmStyle: true | ||
results.push({ id: id, value: value }); | ||
items.push(this); | ||
items.push({ id: id, value: value, setData: this.setData }); | ||
onChange(results); | ||
@@ -72,3 +72,3 @@ } | ||
results.push({ id: id, value: value }); | ||
items.push(this); | ||
items.push({ id: id, value: value, setData: this.setData }); | ||
} else { | ||
@@ -75,0 +75,0 @@ confirmStyle = ''; |
{ | ||
"name": "mini-antui", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "小程序版AntUI", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
129830