Skip to content

Commit

Permalink
->v2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jul 24, 2017
1 parent dcb2438 commit dded4de
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.5.3",
"version": "2.5.4",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/group/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ slots:
en: title slot
zh-CN: 标题插槽
changes:
next:
v2.5.4:
en:
- '[enhance] XSwitch:labelAlign support justify #1707'
zh-CN:
Expand Down
4 changes: 2 additions & 2 deletions src/components/sticky/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ slots:
zh-CN: 内容插槽
methods:
bindSticky:
version: next
version: v2.5.4
en: manually re-bind sticky
zh-CN: 手动重新绑定,用于内容变化导致位置变化定位不再正确的情况
changes:
next:
v2.5.4:
en:
- '[fix] Auto re-bind after router-view transition is finished'
- '[fix] Fix position fixed not work in ios #1657'
Expand Down
4 changes: 2 additions & 2 deletions src/components/tabbar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ tabbar-item:
en: emits when tabbar item is clicked
zh-CN: 点击菜单项时触发
on-index-change:
version: next
version: v2.5.4
en: emits when value is changed
zh-CN: value 值变化时触发
changes:
next:
v2.5.4:
en:
- '[feature] Add event:on-index-change #1715'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-img/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ props:
en: delay execute lazyload function because sometimes transition between routes will cause problems
zh-CN: 延迟执行,在存在路由过渡时立即执行可能会导致进入页面后并不会正确加载图片。该属性在 2.5.4 后已经不推荐使用,推荐使用 BusPlugin 来通知组件页面已经载入完成。
changes:
next:
v2.5.4:
en:
- '[feature] re-init after router-view transition is finished'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/bus/metas.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
changes:
next:
v2.5.4:
en:
- '[feature] new plugin for managing events'
zh-CN:
Expand Down

0 comments on commit dded4de

Please sign in to comment.