Skip to content

Commit

Permalink
->2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
airyland committed Jan 4, 2018
1 parent 3b1f71b commit acfc64f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.7.6",
"version": "2.7.7",
"main": "index.js",
"description": "Mobile web UI based on Vue and WeUI",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/popup-picker/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ events:
en: emits when picker value is changed
zh-CN: picker 值变化时触发,即滑动 picker 时触发
changes:
next:
v2.7.7:
en:
- '[fix] remove the first top line #2371'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/sticky/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ methods:
en: manually re-bind sticky
zh-CN: 手动重新绑定,用于内容变化导致位置变化定位不再正确的情况
changes:
next:
v2.7.7:
en:
- '[fix] Fix the problem of inaccurate positioning and invalid positioning 0 #2367'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/swiper/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ events:
en: fires after height is caculated
zh-CN: 高度获取后触发
changes:
next:
v2.7.7:
en:
- '[fix] fix cannot scroll body when touching with one item'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/tabbar/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tabbar-item:
en: emits when tabbar item is clicked
zh-CN: 点击菜单项时触发
changes:
next:
v2.7.7:
en:
- '[fix] fix tabbar-item ssr rendering issue'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/toast/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ events:
en: emits when toast hides
zh-CN: 提示隐藏时触发
changes:
next:
v2.7.7:
en:
- '[fix] plugin options is used as toast default options'
zh-CN:
Expand Down
2 changes: 1 addition & 1 deletion src/components/x-input/metas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ methods:
en: reset input value and clear errors
zh-CN: 重置输入框值,清除错误信息
changes:
next:
v2.7.7:
en:
- '[fix] Fix error message not change bugs #2348'
zh-CN:
Expand Down

0 comments on commit acfc64f

Please sign in to comment.