mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-06 20:49:46 +08:00
[changelog] 0.11.0
This commit is contained in:
parent
47a4953733
commit
a518063718
@ -17,4 +17,4 @@ github_changelog_generator \
|
||||
--issues-label "**Issue**" \
|
||||
--pr-label "**Improvements**" \
|
||||
--no-unreleased \
|
||||
-o $basepath/../../docs/examples-docs/zh-CN/changelog-generated.md
|
||||
-o $basepath/../../docs/markdown/zh-CN/changelog-generated.md
|
||||
|
@ -1,5 +1,18 @@
|
||||
## Changelog
|
||||
|
||||
### [0.11.0](https://github.com/youzan/vant/tree/v0.11.0)
|
||||
`2017-11-17`
|
||||
|
||||
**Breaking changes**
|
||||
- add i18n support [\#310](https://github.com/youzan/vant/pull/310) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- remove some unnecessary props [\#323](https://github.com/youzan/vant/pull/323) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Improvements**
|
||||
- add Pagination component [\#327](https://github.com/youzan/vant/pull/327) [\#328](https://github.com/youzan/vant/pull/328) [@zgrong](https://github.com/zgrong) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- add Locale component [\#310](https://github.com/youzan/vant/pull/310) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- add Internationalization document [\#321](https://github.com/youzan/vant/pull/321) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Icon: add-o icon add radius [\#326](https://github.com/youzan/vant/pull/326) [@cookfront](https://github.com/cookfront)
|
||||
|
||||
### [0.10.9](https://github.com/youzan/vant/tree/v0.10.9)
|
||||
`2017-11-15`
|
||||
|
||||
@ -7,7 +20,7 @@
|
||||
- Icon: add new icons [\#315](https://github.com/youzan/vant/pull/315) [@cookfront](https://github.com/cookfront)
|
||||
|
||||
**Bug Fixes**
|
||||
- Search: fix box-sizing wrong [\#312](https://github.com/youzan/vant/pull/312) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Search: fix box-sizing [\#312](https://github.com/youzan/vant/pull/312) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.10.8](https://github.com/youzan/vant/tree/v0.10.8)
|
||||
`2017-11-11`
|
||||
|
@ -1,5 +1,27 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.11.0](https://github.com/youzan/vant/tree/v0.11.0) (2017-11-17)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.10.9...v0.11.0)
|
||||
|
||||
**Issue**
|
||||
|
||||
- 项目使用的zan-doc是开源的吗? 已经找不到仓库了 ? [\#319](https://github.com/youzan/vant/issues/319)
|
||||
- van-popup的closeOnClickOverlay 设置无效 [\#317](https://github.com/youzan/vant/issues/317)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[new feature\] Pagination code review [\#328](https://github.com/youzan/vant/pull/328) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- feat: 分页组件 [\#327](https://github.com/youzan/vant/pull/327) ([zgrong](https://github.com/zgrong))
|
||||
- \[bug fix\] Icon: add-o icon add radius [\#326](https://github.com/youzan/vant/pull/326) ([cookfront](https://github.com/cookfront))
|
||||
- \[new feature\] optimize find-parent [\#325](https://github.com/youzan/vant/pull/325) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[new feature\] optimize clickoutside [\#324](https://github.com/youzan/vant/pull/324) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] remove unnecessary props [\#323](https://github.com/youzan/vant/pull/323) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Doc\] add Internationalization document [\#321](https://github.com/youzan/vant/pull/321) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Doc\] translate theme & demo pages [\#320](https://github.com/youzan/vant/pull/320) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Doc\] update vant-demo respo [\#318](https://github.com/youzan/vant/pull/318) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bug fix\] add lost cart icon [\#316](https://github.com/youzan/vant/pull/316) ([cookfront](https://github.com/cookfront))
|
||||
- \[new feature\] add i18n support [\#310](https://github.com/youzan/vant/pull/310) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.10.9](https://github.com/youzan/vant/tree/v0.10.9) (2017-11-15)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.10.8...v0.10.9)
|
||||
|
||||
|
@ -1,5 +1,18 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.11.0](https://github.com/youzan/vant/tree/v0.11.0)
|
||||
`2017-11-17`
|
||||
|
||||
**Breaking changes**
|
||||
- 组件支持国际化 [\#310](https://github.com/youzan/vant/pull/310) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 移除部分无用的 props 及有效性检测 [\#323](https://github.com/youzan/vant/pull/323) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Improvements**
|
||||
- 新增 Pagination 组件 [\#327](https://github.com/youzan/vant/pull/327) [\#328](https://github.com/youzan/vant/pull/328) [@zgrong](https://github.com/zgrong) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 新增 Locale 组件 [\#310](https://github.com/youzan/vant/pull/310) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 新增国际化文档 [\#321](https://github.com/youzan/vant/pull/321) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Icon: add-o 图标更正为圆角 [\#326](https://github.com/youzan/vant/pull/326) [@cookfront](https://github.com/cookfront)
|
||||
|
||||
### [0.10.9](https://github.com/youzan/vant/tree/v0.10.9)
|
||||
`2017-11-15`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user