## 更新日志 ## [v0.1.1](https://github.com/youzan/vant-weapp/tree/v0.1.1) (2018-08-21) [Full Changelog](https://github.com/youzan/vant-weapp/compare/v0.1.0...v0.1.1) **Issue** - 小程序支持iPad了,能否将组件样式单位px改为rpx [\#440](https://github.com/youzan/vant-weapp/issues/440) - 组件自适应屏幕 px-\>rpx [\#436](https://github.com/youzan/vant-weapp/issues/436) - 文档错误 ? [\#434](https://github.com/youzan/vant-weapp/issues/434) - field表单只显示输入框其他什么都不显示,怎么回事 [\#433](https://github.com/youzan/vant-weapp/issues/433) - 为何vant 没有zanui 组件库丰富 [\#432](https://github.com/youzan/vant-weapp/issues/432) - Vant组件库不包括所有的ZanUI 的组建吗 比如日期选择 这个组件我就没找到 [\#431](https://github.com/youzan/vant-weapp/issues/431) - search文档示例代码错误 [\#430](https://github.com/youzan/vant-weapp/issues/430) - 从 zanui 迁移到 vant,我发现的一些问题 [\#429](https://github.com/youzan/vant-weapp/issues/429) - field组件click-icon事件不触发 [\#426](https://github.com/youzan/vant-weapp/issues/426) - 最需要【表单验证】,谢谢! [\#425](https://github.com/youzan/vant-weapp/issues/425) - Button的size为large时不使用圆角 [\#424](https://github.com/youzan/vant-weapp/issues/424) - form 组件不能使用 name 属性 在提交表单后没有值. [\#419](https://github.com/youzan/vant-weapp/issues/419) **Improvements** - \[bugfix\] Field: with form component [\#447](https://github.com/youzan/vant-weapp/pull/447) ([chenjiahan](https://github.com/chenjiahan)) - \[Improvement\] Transition: support more animation [\#445](https://github.com/youzan/vant-weapp/pull/445) ([chenjiahan](https://github.com/chenjiahan)) - \[Improvement\] add overlay component [\#442](https://github.com/youzan/vant-weapp/pull/442) ([chenjiahan](https://github.com/chenjiahan)) - \[new feature\] add Transition component [\#441](https://github.com/youzan/vant-weapp/pull/441) ([chenjiahan](https://github.com/chenjiahan)) - \[Doc\] add toast preview [\#439](https://github.com/youzan/vant-weapp/pull/439) ([chenjiahan](https://github.com/chenjiahan)) - \[bugfix\] Switch: can't change status [\#438](https://github.com/youzan/vant-weapp/pull/438) ([chenjiahan](https://github.com/chenjiahan)) - \[new feature\] add Toast component [\#437](https://github.com/youzan/vant-weapp/pull/437) ([chenjiahan](https://github.com/chenjiahan)) - \[new feature\] add Tabbar component [\#435](https://github.com/youzan/vant-weapp/pull/435) ([chenjiahan](https://github.com/chenjiahan)) - \[bugfix\] Field: use icon slot [\#428](https://github.com/youzan/vant-weapp/pull/428) ([chenjiahan](https://github.com/chenjiahan)) - \[Improvement\] Button: add square prop [\#427](https://github.com/youzan/vant-weapp/pull/427) ([chenjiahan](https://github.com/chenjiahan)) - \[Doc\] optimize markdown dynamic import [\#423](https://github.com/youzan/vant-weapp/pull/423) ([chenjiahan](https://github.com/chenjiahan)) - \[Build\] reduce dependencies [\#422](https://github.com/youzan/vant-weapp/pull/422) ([chenjiahan](https://github.com/chenjiahan)) - \[Build\] optimize build process [\#421](https://github.com/youzan/vant-weapp/pull/421) ([chenjiahan](https://github.com/chenjiahan)) ## [v0.1.0](https://github.com/youzan/vant-weapp/tree/v0.1.0) (2018-08-13) [Full Changelog](https://github.com/youzan/vant-weapp/compare/v0.0.1...v0.1.0) **Breaking changes** - Dialog弹出提示允许获取用户信息, 设置了autoClose: false, 如果点了否, 这时想再确认,就不能再点了,会报错 [\#384](https://github.com/youzan/vant-weapp/issues/384) - \*新增功能\*checkbox如果能支持选中颜色的配置就更好了 [\#379](https://github.com/youzan/vant-weapp/issues/379) - DatetimePicker组件怎么控制'支持可选择时间区域限制' [\#377](https://github.com/youzan/vant-weapp/issues/377) - toast组件建议新增onShow,onHide两个回调函数 [\#373](https://github.com/youzan/vant-weapp/issues/373) - zan-feild和zan-cell 混用border不显示 [\#353](https://github.com/youzan/vant-weapp/issues/353) - tab的border建议可以设置 [\#343](https://github.com/youzan/vant-weapp/issues/343) - cell 组件无法重置样式加了 !important也无效 [\#261](https://github.com/youzan/vant-weapp/issues/261) **Bug Fixes** - 这里的宽度设置会导致小程序页面宽度超过100%,左右晃动 [\#386](https://github.com/youzan/vant-weapp/issues/386) - zan-field 的border 不显示的bug [\#349](https://github.com/youzan/vant-weapp/issues/349) **Issue** - Button的自定义按钮样式不生效 [\#414](https://github.com/youzan/vant-weapp/issues/414) - \[BUG\] 这里没有考虑到 price = 0 的情况 [\#410](https://github.com/youzan/vant-weapp/issues/410) - form 不能获取到 radio 到值, input 的可以. [\#406](https://github.com/youzan/vant-weapp/issues/406) - step 组件支持点击事件 [\#403](https://github.com/youzan/vant-weapp/issues/403) - textfield下边缘没有横线 [\#401](https://github.com/youzan/vant-weapp/issues/401) - Bug: 填写 Field 时使用键盘中的确认按钮无法正确调用处理函数 [\#388](https://github.com/youzan/vant-weapp/issues/388) - DatetimePicker在开发环境日期组件可以上下滚动 但在真机上不能上下滚动 [\#298](https://github.com/youzan/vant-weapp/issues/298) - zanui-weapp的样式覆盖 [\#243](https://github.com/youzan/vant-weapp/issues/243) **Improvements** - \[Doc\] optimize event description [\#420](https://github.com/youzan/vant-weapp/pull/420) ([chenjiahan](https://github.com/chenjiahan)) - \[breaking change\] use click instead of tap for all components [\#418](https://github.com/youzan/vant-weapp/pull/418) ([chenjiahan](https://github.com/chenjiahan)) - \[Improvement\] add utils [\#416](https://github.com/youzan/vant-weapp/pull/416) ([chenjiahan](https://github.com/chenjiahan)) - remove ununsed component [\#415](https://github.com/youzan/vant-weapp/pull/415) ([chenjiahan](https://github.com/chenjiahan)) - \[Doc\] reduce config file [\#412](https://github.com/youzan/vant-weapp/pull/412) ([chenjiahan](https://github.com/chenjiahan)) - \[bugfix\] Card: price zero [\#411](https://github.com/youzan/vant-weapp/pull/411) ([chenjiahan](https://github.com/chenjiahan)) - \[Doc\] support share demo [\#409](https://github.com/youzan/vant-weapp/pull/409) ([chenjiahan](https://github.com/chenjiahan)) - \[Doc\] add nav link [\#408](https://github.com/youzan/vant-weapp/pull/408) ([chenjiahan](https://github.com/chenjiahan)) - \[Doc\] update doc site [\#407](https://github.com/youzan/vant-weapp/pull/407) ([chenjiahan](https://github.com/chenjiahan)) \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*