diff --git a/package.json b/package.json index e5eb91fdf..65d07ca69 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/components/popup-picker/metas.yml b/src/components/popup-picker/metas.yml index 4713efb44..e663873d2 100644 --- a/src/components/popup-picker/metas.yml +++ b/src/components/popup-picker/metas.yml @@ -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: diff --git a/src/components/sticky/metas.yml b/src/components/sticky/metas.yml index 9405773cf..b11bdede7 100644 --- a/src/components/sticky/metas.yml +++ b/src/components/sticky/metas.yml @@ -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: diff --git a/src/components/swiper/metas.yml b/src/components/swiper/metas.yml index e8da5a75b..19f370bbc 100644 --- a/src/components/swiper/metas.yml +++ b/src/components/swiper/metas.yml @@ -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: diff --git a/src/components/tabbar/metas.yml b/src/components/tabbar/metas.yml index 887e14c49..e21456321 100755 --- a/src/components/tabbar/metas.yml +++ b/src/components/tabbar/metas.yml @@ -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: diff --git a/src/components/toast/metas.yml b/src/components/toast/metas.yml index 500bb6d9a..3472a2926 100755 --- a/src/components/toast/metas.yml +++ b/src/components/toast/metas.yml @@ -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: diff --git a/src/components/x-input/metas.yml b/src/components/x-input/metas.yml index beeaa0987..74cd1517f 100644 --- a/src/components/x-input/metas.yml +++ b/src/components/x-input/metas.yml @@ -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: