mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 0.10.0
This commit is contained in:
parent
7cf28ceedb
commit
f019b75b04
@ -1,5 +1,22 @@
|
||||
## Changelog
|
||||
|
||||
### [0.10.0](https://github.com/youzan/vant/tree/v0.10.0)
|
||||
`2017-10-13`
|
||||
|
||||
**Breaking changes**
|
||||
- remove reset.css in vant-css [\#192](https://github.com/youzan/vant/issues/192) [\#196](https://github.com/youzan/vant/pull/196) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- reconstruct Swipe component, adjust some API [#174](https://github.com/youzan/vant/issues/174) [#180](https://github.com/youzan/vant/issues/180) [\#194](https://github.com/youzan/vant/pull/194) [\#200](https://github.com/youzan/vant/pull/200) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- optimize Search component,adjust struct [\#198](https://github.com/youzan/vant/pull/198) [@pangxie1991](https://github.com/pangxie1991)
|
||||
|
||||
**Improvements**
|
||||
- add Tabbar componnet [#157](https://github.com/youzan/vant/issues/157) [\#204](https://github.com/youzan/vant/pull/204) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- add english document of Form components [\#199](https://github.com/youzan/vant/pull/199) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- optimize Sku style [\#205](https://github.com/youzan/vant/pull/205) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
- fix ImagePreview beating bug when loading image [\#201](https://github.com/youzan/vant/pull/201) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Field height error when type is textarea and display none [\#181](https://github.com/youzan/vant/issues/181) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.9.12](https://github.com/youzan/vant/tree/v0.9.12)
|
||||
`2017-10-11`
|
||||
|
||||
|
@ -1,5 +1,29 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.10.0](https://github.com/youzan/vant/tree/v0.10.0) (2017-10-13)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.12...v0.10.0)
|
||||
|
||||
**Breaking changes**
|
||||
|
||||
- \[breaking change\] remove reset.css dependencies [\#196](https://github.com/youzan/vant/pull/196) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**Issue**
|
||||
|
||||
- 滑动单元格问题 [\#195](https://github.com/youzan/vant/issues/195)
|
||||
- 样式初始化中的box-sizing [\#192](https://github.com/youzan/vant/issues/192)
|
||||
- 移动端如何自适应宽度? [\#190](https://github.com/youzan/vant/issues/190)
|
||||
- file组件 里 textarea 获取不了scrollHeight [\#181](https://github.com/youzan/vant/issues/181)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[bugfix\] delete unnecessary style in sku [\#205](https://github.com/youzan/vant/pull/205) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[new feature\] add Tabbar component [\#204](https://github.com/youzan/vant/pull/204) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[new feature\] ImagePreview reconstruct [\#201](https://github.com/youzan/vant/pull/201) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] Swipe shouid re initialize when item changes [\#200](https://github.com/youzan/vant/pull/200) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Document\] add form components english document [\#199](https://github.com/youzan/vant/pull/199) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[breaking change\] Search: 修改原有结构 [\#198](https://github.com/youzan/vant/pull/198) ([pangxie1991](https://github.com/pangxie1991))
|
||||
- \[breaking change\] reconstruct Swipe component [\#194](https://github.com/youzan/vant/pull/194) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.9.12](https://github.com/youzan/vant/tree/v0.9.12) (2017-10-11)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.11...v0.9.12)
|
||||
|
||||
|
@ -1,10 +1,27 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.10.0](https://github.com/youzan/vant/tree/v0.10.0)
|
||||
`2017-10-13`
|
||||
|
||||
**Breaking changes**
|
||||
- 移除 vant-css 中对 reset.css 的默认引用 [\#192](https://github.com/youzan/vant/issues/192) [\#196](https://github.com/youzan/vant/pull/196) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 重写 Swipe 组件,调整部分 API [#174](https://github.com/youzan/vant/issues/174) [#180](https://github.com/youzan/vant/issues/180) [\#194](https://github.com/youzan/vant/pull/194) [\#200](https://github.com/youzan/vant/pull/200) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 优化 Search 组件,修改原有结构 [\#198](https://github.com/youzan/vant/pull/198) [@pangxie1991](https://github.com/pangxie1991)
|
||||
|
||||
**Improvements**
|
||||
- 新增 Tabbar 组件 [#157](https://github.com/youzan/vant/issues/157) [\#204](https://github.com/youzan/vant/pull/204) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 新增表单相关组件英文文档 [\#199](https://github.com/youzan/vant/pull/199) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 优化 Sku 样式 [\#205](https://github.com/youzan/vant/pull/205) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
- 修复 ImagePreview 图片加载过程中跳动的问题 [\#201](https://github.com/youzan/vant/pull/201) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 Field 组件 type 为 textarea 且 display none 时高度计算错误的问题 [\#181](https://github.com/youzan/vant/issues/181) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.9.12](https://github.com/youzan/vant/tree/v0.9.12)
|
||||
`2017-10-11`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复 Search 样式问题 [\#191](https://github.com/youzan/vant/pull/191) ([pangxie1991](https://github.com/pangxie1991))
|
||||
|
||||
### [0.9.11](https://github.com/youzan/vant/tree/v0.9.11)
|
||||
|
Loading…
x
Reference in New Issue
Block a user