Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix committed Oct 8, 2019
1 parent 30e8e9d commit 47a9280
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
node_modules
weapp-componts
wuss
resource
.vuepress
dist
resource
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v 2.3.3
##### 2019-10-08 11:24:00

#### 支持

- w-cell-picker、w-date-picker支持 maskClosable(点击蒙层是否允许关闭) 属性

#### 重构

- 因兼容性问题, 2.3.3版本将移除regeneratorRuntime async/await垫片

## v 2.3.0
##### 2019-08-16 18:30:00

Expand Down
1 change: 1 addition & 0 deletions docs/component_mds/cell-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ data: {
| confirmTextColor | 确认文本颜色 | String | - |
| confirmText | 确认文本文字 | String | '确认' |
| showValue | 是否用value而不是key展示 | Boolean | false |
| maskClosable | 点击蒙层是否允许关闭 | Boolean | true |
| defaultKey | onChange和onSelect事件返回的值是何种格式 [value,value...] [key,key,...] | String | 'value' |

#### Event 事件
Expand Down
1 change: 1 addition & 0 deletions docs/component_mds/date-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ handleSelected(e) {
| cancelTextColor | picker取消文本的字体颜色 | String | - |
| cancelText | picker取消文本 | String | 取消 |
| confirmTextColor | picker确认文本的字体颜色 | String | - |
| maskClosable | 点击蒙层是否允许关闭 | Boolean | true |
| confirmText | picker确认文本 | String | 确认 |
| placeholder | date picker的占位符文本 | String | - |

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vuepress": "^0.14.4"
},
"dependencies": {
"node-sass": "^4.9.3",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"webpack": "^4.20.2"
}
Expand Down

0 comments on commit 47a9280

Please sign in to comment.