mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
2.8 KiB
2.8 KiB
Changelog
v0.9.10
2017-10-09
Improvements
- add Contact component #160 @chenjiahan
- add AddressEdit component #147 @chenjiahan
- add english document support #170 @pangxie1991
- remove dependency of zan-utils #168 @w91 @chenjiahan
- remove unnecessary codes in transition.js #162 @chenjiahan
- use clean-css instead of gulp-cssmin to minify css @chenjiahan
Bug Fixes
- fix Tab props not observable #148 @chenjiahan
- fix Button active border color #150 @ZWkang
- fix Stepper input style #159 @w91
- fix Waterfall disable props not work when display none #166 @pangxie1991
- fix vant-css not compile calc property after build @chenjiahan
- fix npm run dev error in MacOS #152 @chenjiahan
- fix document router not work in some browsers #158 @pangxie1991
0.9.9
2017-09-26
Improvements
Bug Fixes
- fix license error in packages.json #144 @airyland
- fix Waterfall scroll bug #145 @pangxie1991
0.9.8
2017-09-24
Improvements
- add AddressList component #138 @chenjiahan
- modify changelog #140 @chenjiahan
Bug Fixes
0.9.7
2017-09-21
Improvements
- Checkbox: support shape prop #137 @chenjiahan