Skip to content

Commit

Permalink
->v2.9.3 vux is alive. 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Apr 8, 2019
1 parent 6fdcb35 commit 65f3947
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vux",
"version": "2.9.2",
"version": "2.9.3",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ methods:
en: get labels of current value
zh-CN: 根据 value 获取字面值
changes:
next:
2.9.3:
en:
- '[fix] "fix Uncaught TypeError: Cannot assign to read only property 'exports' of object '#'" bug #3386'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/selector/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ methods:
en: get full value including all the props(if option items are object)
zh-CN: 获取当前完整值,在使用了 valueMap 里可以用该方法来获取当前选中值的原始对象
changes:
next:
2.9.3:
en:
- '[fix] fix the chinese bracket show error when direction=rtl #2864'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/v-chart/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: |
组件部分属性可能未列出,可以直接参考 [F2文档](https://antv.alipay.com/zh-cn/f2/3.x/api/index.html)
changes:
next:
2.9.3:
en:
- '[enhance] v-point can set size and shape, v-line can set shape'
zh-CN:
Expand Down

0 comments on commit 65f3947

Please sign in to comment.