docs(changelog): 2.10.1

This commit is contained in:
chenjiahan 2020-08-10 21:08:21 +08:00
parent d9a0eb07e7
commit 750605db2b
2 changed files with 39 additions and 0 deletions

View File

@ -10,6 +10,25 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
- Minor versionreleased every one to two months, including backwards compatible features.
- Major versionincluding breaking changes and new features.
### [v2.10.1](https://github.com/youzan/vant/compare/v2.10.0...v2.10.1)
`2020-08-10`
**Feature**
- Button: add loading slot [#6966](https://github.com/youzan/vant/issues/6966)
- Locale: adding Norwegian Language support [#6962](https://github.com/youzan/vant/issues/6962)
**style**
- ContactList: add safe area inset bottom [#6970](https://github.com/youzan/vant/issues/6970)
- TabbarItem: increase icon size to 22px [#6972](https://github.com/youzan/vant/issues/6972)
**Bug Fixes**
- AddressEdit: incorrect label wrap on safari [#6969](https://github.com/youzan/vant/issues/6969)
- Icon: fix badge number align [#6975](https://github.com/youzan/vant/issues/6975) [#6952](https://github.com/youzan/vant/issues/6952)
### [v2.10.0](https://github.com/youzan/vant/compare/v2.9.4...v2.10.0)
`2020-08-07`

View File

@ -10,6 +10,26 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
- 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。
### [v2.10.1](https://github.com/youzan/vant/compare/v2.10.0...v2.10.1)
`2020-08-10`
**Feature**
- Button: 新增 loading 插槽 [#6966](https://github.com/youzan/vant/issues/6966)
- Locale: 新增挪威语语言包 [#6962](https://github.com/youzan/vant/issues/6962)
**style**
- ContactList: 适配 iOS 底部安全区 [#6970](https://github.com/youzan/vant/issues/6970)
- TabbarItem: 图标大小扩大为 22px [#6972](https://github.com/youzan/vant/issues/6972)
**Bug Fixes**
- AddressEdit: 修复在 safari 上左侧文字换行的问题 [#6969](https://github.com/youzan/vant/issues/6969)
- ContactEdit: 修复在 safari 上左侧文字换行的问题 [#6969](https://github.com/youzan/vant/issues/6969)
- Icon: 修复徽标数字不居中的问题 [#6975](https://github.com/youzan/vant/issues/6975) [#6952](https://github.com/youzan/vant/issues/6952)
### [v2.10.0](https://github.com/youzan/vant/compare/v2.9.4...v2.10.0)
`2020-08-07`