Skip to content

Commit 65f3947

Browse files
committed
->v2.9.3 vux is alive. 🚀
1 parent 6fdcb35 commit 65f3947

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vux",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"main": "index.js",
55
"description": "Mobile web UI based on Vue and WeUI",
66
"keywords": [

src/components/picker/metas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ methods:
144144
en: get labels of current value
145145
zh-CN: 根据 value 获取字面值
146146
changes:
147-
next:
147+
2.9.3:
148148
en:
149149
- '[fix] "fix Uncaught TypeError: Cannot assign to read only property 'exports' of object '#'" bug #3386'
150150
zh-CN:

src/components/selector/metas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ methods:
7474
en: get full value including all the props(if option items are object)
7575
zh-CN: 获取当前完整值,在使用了 valueMap 里可以用该方法来获取当前选中值的原始对象
7676
changes:
77-
next:
77+
2.9.3:
7878
en:
7979
- '[fix] fix the chinese bracket show error when direction=rtl #2864'
8080
zh-CN:

src/components/v-chart/metas.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |
1212
组件部分属性可能未列出,可以直接参考 [F2文档](https://antv.alipay.com/zh-cn/f2/3.x/api/index.html)
1313
1414
changes:
15-
next:
15+
2.9.3:
1616
en:
1717
- '[enhance] v-point can set size and shape, v-line can set shape'
1818
zh-CN:

0 commit comments

Comments
 (0)