diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 9a963a53d..45f62cd22 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -1,5 +1,9 @@ # Changelog +### Tips + +The current document is the changelog of Vant 2.x. If you want to view the changelog of Vant 3.x, please visit [Vant 3.x Changelog](https://youzan.github.io/vant/next/#/en-US/changelog). + ### Intro Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). @@ -10,6 +14,8 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). - Minor version:released every one to two months, including backwards compatible features. - Major version:including breaking changes and new features. +## Details + ### [v2.11.1](https://github.com/youzan/vant/compare/v2.11.0...v2.11.1) `2020-11-26` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 551294810..849565c6d 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -1,5 +1,9 @@ # 更新日志 +### 提示 + +当前文档为 Vant 2.x 版本的更新日志,如需查询 Vant 3.x 的更新内容,请访问 [Vant 3.x 更新日志](https://youzan.github.io/vant/next/#/zh-CN/changelog)。 + ### 介绍 Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 @@ -10,6 +14,8 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 - 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。 - 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。 +## 更新内容 + ### [v2.11.1](https://github.com/youzan/vant/compare/v2.11.0...v2.11.1) `2020-11-26` @@ -29,7 +35,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 **Bug Fixes** -- Button: 修复图标按钮和图标按钮无法垂直对齐的问题 [#7636](https://github.com/youzan/vant/issues/7636) +- Button: 修复图标按钮和非图标按钮无法垂直对齐的问题 [#7636](https://github.com/youzan/vant/issues/7636) - Popover: 修复在 nuxt.js 上编译报错的问题 [f3ad7e](https://github.com/youzan/vant/commit/f3ad7ed1a77cd2f19001489ea64df0d61429ce33) ### [v2.11.0](https://github.com/youzan/vant/compare/v2.10.14...v2.11.0) diff --git a/src/action-bar/README.md b/src/action-bar/README.md index 2d4392847..facf20cbf 100644 --- a/src/action-bar/README.md +++ b/src/action-bar/README.md @@ -58,7 +58,7 @@ Use `badge` prop to show badge in icon. ```html - + diff --git a/src/action-bar/README.zh-CN.md b/src/action-bar/README.zh-CN.md index f81365cfe..caf84c64c 100644 --- a/src/action-bar/README.zh-CN.md +++ b/src/action-bar/README.zh-CN.md @@ -60,7 +60,7 @@ export default { ```html - + diff --git a/src/action-bar/demo/index.vue b/src/action-bar/demo/index.vue index b09aa0b00..e041ab55f 100644 --- a/src/action-bar/demo/index.vue +++ b/src/action-bar/demo/index.vue @@ -36,7 +36,7 @@ - + diff --git a/src/action-bar/test/__snapshots__/demo.spec.js.snap b/src/action-bar/test/__snapshots__/demo.spec.js.snap index b285e9dca..1cbd0d40b 100644 --- a/src/action-bar/test/__snapshots__/demo.spec.js.snap +++ b/src/action-bar/test/__snapshots__/demo.spec.js.snap @@ -99,7 +99,7 @@ exports[`should render demo and match snapshot 1`] = ` tabindex="0" >
Icon1 @@ -162,7 +162,7 @@ exports[`should render demo and match snapshot 1`] = `