mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 0.9.10
This commit is contained in:
parent
85e477eab0
commit
581d6adf02
@ -1,5 +1,25 @@
|
||||
## Changelog
|
||||
|
||||
## [v0.9.10](https://github.com/youzan/vant/tree/v0.9.10)
|
||||
`2017-10-09`
|
||||
|
||||
**Improvements**
|
||||
- add Contact component [\#160](https://github.com/youzan/vant/pull/160) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- add AddressEdit component [\#147](https://github.com/youzan/vant/pull/147) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- add english document support [\#170](https://github.com/youzan/vant/pull/170) [@pangxie1991](https://github.com/pangxie1991)
|
||||
- remove dependency of zan-utils [\#168](https://github.com/youzan/vant/pull/168) [@w91](https://github.com/w91) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- remove unnecessary codes in transition.js [\#162](https://github.com/youzan/vant/pull/162) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- use clean-css instead of gulp-cssmin to minify css [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
- fix Tab props not observable [\#148](https://github.com/youzan/vant/pull/148) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Button active border color [\#150](https://github.com/youzan/vant/issues/150) [@ZWkang](https://github.com/ZWkang)
|
||||
- fix Stepper input style [\#159](https://github.com/youzan/vant/pull/159) [@w91](https://github.com/w91)
|
||||
- fix Waterfall disable props not work when display none [\#166](https://github.com/youzan/vant/pull/166) [@pangxie1991](https://github.com/pangxie1991)
|
||||
- fix vant-css not compile calc property after build [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix npm run dev error in MacOS [\#152](https://github.com/youzan/vant/issues/152) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix document router not work in some browsers [\#158](https://github.com/youzan/vant/pull/158) [@pangxie1991](https://github.com/pangxie1991)
|
||||
|
||||
### [0.9.9](https://github.com/youzan/vant/tree/v0.9.9)
|
||||
`2017-09-26`
|
||||
|
||||
|
@ -1,13 +1,53 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.9.10](https://github.com/youzan/vant/tree/v0.9.10) (2017-10-09)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.9...v0.9.10)
|
||||
|
||||
**Breaking changes**
|
||||
|
||||
- add Contact components [\#160](https://github.com/youzan/vant/pull/160) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- Add AddressEdit component [\#147](https://github.com/youzan/vant/pull/147) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- MacOS下npm run dev报错 [\#152](https://github.com/youzan/vant/issues/152)
|
||||
- mac 下 安装vant 全局引用,同时也引入饿了么的mint-ui,控制台报错了vant没有定义。。。。 [\#130](https://github.com/youzan/vant/issues/130)
|
||||
- Sku商品购买组件,基础用法例子里,(安卓手机微信浏览器)输入input在上半屏幕里,会出现看不到输入框的位置。。。 [\#125](https://github.com/youzan/vant/issues/125)
|
||||
|
||||
**Issue**
|
||||
|
||||
- 项目是clone自饿了么的相关项目吗?LICENSE中的版权声明都没改 [\#165](https://github.com/youzan/vant/issues/165)
|
||||
- toobar [\#164](https://github.com/youzan/vant/issues/164)
|
||||
- gulp压缩vant-css出现的错误 [\#163](https://github.com/youzan/vant/issues/163)
|
||||
- 有些组件直接拿出来就可以用,真的方便,希望下一步支持ssr(nuxt) rua! [\#155](https://github.com/youzan/vant/issues/155)
|
||||
- npm 包里没有navbar组件。 [\#154](https://github.com/youzan/vant/issues/154)
|
||||
- 友情支持一下 [\#153](https://github.com/youzan/vant/issues/153)
|
||||
- when the button actived we can see 1px blank [\#150](https://github.com/youzan/vant/issues/150)
|
||||
- 目前看到的最好的Vue移动端组件库,API够简洁,用着感觉很爽👍 [\#149](https://github.com/youzan/vant/issues/149)
|
||||
- 请问框架为什么我全局安装后不能适应移动端。 [\#143](https://github.com/youzan/vant/issues/143)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- fix bad spelling of 'android' [\#173](https://github.com/youzan/vant/pull/173) ([wonsikin](https://github.com/wonsikin))
|
||||
- Docs: add English language support [\#170](https://github.com/youzan/vant/pull/170) ([pangxie1991](https://github.com/pangxie1991))
|
||||
- 去掉zan-utils依赖,去掉组件内部对sku图片的处理 [\#168](https://github.com/youzan/vant/pull/168) ([w91](https://github.com/w91))
|
||||
- Docs: modify doc of Swipe component 补 Swipe 文档中缺少引入的 SwipeItem [\#167](https://github.com/youzan/vant/pull/167) ([OlafCheng](https://github.com/OlafCheng))
|
||||
- Fix waterfall hide bug [\#166](https://github.com/youzan/vant/pull/166) ([pangxie1991](https://github.com/pangxie1991))
|
||||
- fix: remove unnecessary supports in mobile browsers [\#162](https://github.com/youzan/vant/pull/162) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- fix: remove zan-utils/validate & lodash/find dependencies [\#161](https://github.com/youzan/vant/pull/161) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- 去掉pc浏览器下,stepper组件input输入框中的箭头 [\#159](https://github.com/youzan/vant/pull/159) ([w91](https://github.com/w91))
|
||||
- doc router use hash mode [\#158](https://github.com/youzan/vant/pull/158) ([pangxie1991](https://github.com/pangxie1991))
|
||||
- fix button actived had 1px blank [\#151](https://github.com/youzan/vant/pull/151) ([ZWkang](https://github.com/ZWkang))
|
||||
- fix: tab's props not observable [\#148](https://github.com/youzan/vant/pull/148) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.9.9](https://github.com/youzan/vant/tree/v0.9.9) (2017-09-26)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.8...v0.9.9)
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- npm无法安装 npm WARN vant@0.9.7 requires a peer of vue@2.4.2 but none was installed. [\#141](https://github.com/youzan/vant/issues/141)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 增加单独禁用stepper input功能 [\#146](https://github.com/youzan/vant/pull/146) ([w91](https://github.com/w91))
|
||||
- 优化:waterfall 文档和组件优化 [\#145](https://github.com/youzan/vant/pull/145) ([pangxie1991](https://github.com/pangxie1991))
|
||||
@ -16,35 +56,35 @@
|
||||
## [v0.9.8](https://github.com/youzan/vant/tree/v0.9.8) (2017-09-24)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.7...v0.9.8)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- update changelog.md [\#140](https://github.com/youzan/vant/pull/140) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- add AddressList component [\#138](https://github.com/youzan/vant/pull/138) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- pull-refresh 下拉成功后如何关闭加载,给的例子关闭不了 [\#139](https://github.com/youzan/vant/issues/139)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- fix: sku message key [\#142](https://github.com/youzan/vant/pull/142) ([w91](https://github.com/w91))
|
||||
|
||||
## [v0.9.7](https://github.com/youzan/vant/tree/v0.9.7) (2017-09-21)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.6...v0.9.7)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- Checkbox: support different shape [\#137](https://github.com/youzan/vant/pull/137) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.9.6](https://github.com/youzan/vant/tree/v0.9.6) (2017-09-20)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.4...v0.9.6)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- ImagePreview 图片预览,有bug,滑动就没有图片了! [\#126](https://github.com/youzan/vant/issues/126)
|
||||
- fix: reset.css compile error [\#136](https://github.com/youzan/vant/pull/136) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 移除大部分Lodash函数,更新文档 [\#135](https://github.com/youzan/vant/pull/135) ([w91](https://github.com/w91))
|
||||
- 修复:图片预览 滑动关闭bug [\#134](https://github.com/youzan/vant/pull/134) ([pangxie1991](https://github.com/pangxie1991))
|
||||
@ -53,11 +93,11 @@
|
||||
## [v0.9.4](https://github.com/youzan/vant/tree/v0.9.4) (2017-09-15)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.3...v0.9.4)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- Button: fix disabled color wrong when has bottomAction prop [\#131](https://github.com/youzan/vant/pull/131) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- Button: fix active color when disabled [\#132](https://github.com/youzan/vant/pull/132) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- 新增:增加一个已完成的icon [\#129](https://github.com/youzan/vant/pull/129) ([cookfront](https://github.com/cookfront))
|
||||
@ -65,43 +105,43 @@
|
||||
## [v0.9.3](https://github.com/youzan/vant/tree/v0.9.3) (2017-09-13)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.2...v0.9.3)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- 你们页面上(譬如底部区域),能不能github上查看这个框架的issues入口,每次都是点更新日志切换到issues的! [\#127](https://github.com/youzan/vant/issues/127)
|
||||
- add PasswordInput component [\#124](https://github.com/youzan/vant/pull/124) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- add NumberKeyboard component [\#122](https://github.com/youzan/vant/pull/122) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- Fix: component style should not depend on reset.css [\#128](https://github.com/youzan/vant/pull/128) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.9.2](https://github.com/youzan/vant/tree/v0.9.2) (2017-09-08)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.1...v0.9.2)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- add NavBar component [\#121](https://github.com/youzan/vant/pull/121) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- Rename some components and use more suitable names [\#120](https://github.com/youzan/vant/pull/120) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- sku组件迁移 [\#123](https://github.com/youzan/vant/pull/123) ([w91](https://github.com/w91))
|
||||
|
||||
## [v0.9.1](https://github.com/youzan/vant/tree/v0.9.1) (2017-09-07)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.9.0...v0.9.1)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- Toast: fix background color [\#118](https://github.com/youzan/vant/pull/118) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- 请问captain-ui 开源了吗? [\#116](https://github.com/youzan/vant/issues/116)
|
||||
|
||||
## [v0.9.0](https://github.com/youzan/vant/tree/v0.9.0) (2017-09-07)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.9...v0.9.0)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- add PullRefresh component [\#117](https://github.com/youzan/vant/pull/117) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- Build: analyzes component dependencies when build style entries [\#115](https://github.com/youzan/vant/pull/115) ([chenjiahan](https://github.com/chenjiahan))
|
||||
@ -112,12 +152,12 @@
|
||||
- add OrderCoupon component [\#108](https://github.com/youzan/vant/pull/108) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- Doc: improve site load speed [\#107](https://github.com/youzan/vant/pull/107) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- Fix: swipe tabs animation time and timing function [\#111](https://github.com/youzan/vant/pull/111) ([cookfront](https://github.com/cookfront))
|
||||
- hide indicators when one swipe page [\#106](https://github.com/youzan/vant/pull/106) ([Raistlin916](https://github.com/Raistlin916))
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 新增:Area(省市区选择)组件 [\#113](https://github.com/youzan/vant/pull/113) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
@ -127,7 +167,7 @@
|
||||
## [v0.8.8](https://github.com/youzan/vant/tree/v0.8.8) (2017-09-01)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.7...v0.8.8)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- PayOrder component add tip slot [\#105](https://github.com/youzan/vant/pull/105) ([Raistlin916](https://github.com/Raistlin916))
|
||||
- Checkbox: support listen to change event [\#104](https://github.com/youzan/vant/pull/104) ([chenjiahan](https://github.com/chenjiahan))
|
||||
@ -136,11 +176,11 @@
|
||||
- add OrderGoods component [\#99](https://github.com/youzan/vant/pull/99) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- add PayOrder component [\#98](https://github.com/youzan/vant/pull/98) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复 make init bug [\#97](https://github.com/youzan/vant/pull/97) ([pangxie1991](https://github.com/pangxie1991))
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- Add deep-select component and fix a popup bug. [\#103](https://github.com/youzan/vant/pull/103) ([Tinysymphony](https://github.com/Tinysymphony))
|
||||
- Doc: update Step/Loading/Tag/Badge documents [\#101](https://github.com/youzan/vant/pull/101) ([chenjiahan](https://github.com/chenjiahan))
|
||||
@ -148,7 +188,7 @@
|
||||
## [v0.8.7](https://github.com/youzan/vant/tree/v0.8.7) (2017-08-29)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.6...v0.8.7)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- add ExpressWay component [\#96](https://github.com/youzan/vant/pull/96) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- add CellSwitch component [\#95](https://github.com/youzan/vant/pull/95) ([chenjiahan](https://github.com/chenjiahan))
|
||||
@ -160,34 +200,34 @@
|
||||
## [v0.8.6](https://github.com/youzan/vant/tree/v0.8.6) (2017-08-24)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.5...v0.8.6)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- dalete merge && class operating methods [\#88](https://github.com/youzan/vant/pull/88) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- directory adjust: delete entry index.js [\#87](https://github.com/youzan/vant/pull/87) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- Button: reduce unnecessary styles [\#86](https://github.com/youzan/vant/pull/86) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- Layout: optimize doc [\#85](https://github.com/youzan/vant/pull/85) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- Fix datetime-picker init value [\#89](https://github.com/youzan/vant/pull/89) ([w91](https://github.com/w91))
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- When 'showIndicators' set to 'false' The second image does not show [\#80](https://github.com/youzan/vant/issues/80)
|
||||
|
||||
## [v0.8.5](https://github.com/youzan/vant/tree/v0.8.5) (2017-08-21)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.4...v0.8.5)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- Doc: add usage guide && top progress [\#83](https://github.com/youzan/vant/pull/83) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- Popup: not preventScroll by default [\#84](https://github.com/youzan/vant/pull/84) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- fix: swipe sometimes will change to drag image [\#81](https://github.com/youzan/vant/pull/81) ([pangxie1991](https://github.com/pangxie1991))
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- Href link does not work [\#82](https://github.com/youzan/vant/issues/82)
|
||||
- Swipe image not displayed [\#79](https://github.com/youzan/vant/issues/79)
|
||||
@ -195,35 +235,35 @@
|
||||
## [v0.8.4](https://github.com/youzan/vant/tree/v0.8.4) (2017-08-18)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.3...v0.8.4)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- fix: field 计算autosize,需要nextTick [\#78](https://github.com/youzan/vant/pull/78) ([pangxie1991](https://github.com/pangxie1991))
|
||||
|
||||
## [v0.8.3](https://github.com/youzan/vant/tree/v0.8.3) (2017-08-18)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.1...v0.8.3)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- fix: dialog wrong z-index [\#77](https://github.com/youzan/vant/pull/77) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.8.1](https://github.com/youzan/vant/tree/v0.8.1) (2017-08-18)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.8.0...v0.8.1)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- field 增加icon slot支持 [\#76](https://github.com/youzan/vant/pull/76) ([pangxie1991](https://github.com/pangxie1991))
|
||||
|
||||
## [v0.8.0](https://github.com/youzan/vant/tree/v0.8.0) (2017-08-17)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.10...v0.8.0)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- Optimize component building, reduce dist file size [\#74](https://github.com/youzan/vant/pull/74) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.7.10](https://github.com/youzan/vant/tree/v0.7.10) (2017-08-16)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.8...v0.7.10)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- fix: 修复popup和dialog同时出现时,几率出现dialog被挡住的情况 [\#75](https://github.com/youzan/vant/pull/75) ([pangxie1991](https://github.com/pangxie1991))
|
||||
- 修复:popup滚动穿透 [\#73](https://github.com/youzan/vant/pull/73) ([cookfront](https://github.com/cookfront))
|
||||
@ -231,47 +271,47 @@
|
||||
## [v0.7.8](https://github.com/youzan/vant/tree/v0.7.8) (2017-08-10)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.7...v0.7.8)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- 补充 babel-plugin-import 文档 [\#71](https://github.com/youzan/vant/pull/71) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- not require reset.css by default [\#72](https://github.com/youzan/vant/pull/72) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.7.7](https://github.com/youzan/vant/tree/v0.7.7) (2017-08-09)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.6...v0.7.7)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- Fixed: one page Swipe components error [\#70](https://github.com/youzan/vant/pull/70) ([Raistlin916](https://github.com/Raistlin916))
|
||||
|
||||
## [v0.7.6](https://github.com/youzan/vant/tree/v0.7.6) (2017-08-08)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.5...v0.7.6)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- 新增几个icon [\#69](https://github.com/youzan/vant/pull/69) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
## [v0.7.5](https://github.com/youzan/vant/tree/v0.7.5) (2017-08-08)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.3...v0.7.5)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- fix: one page swiper broken [\#68](https://github.com/youzan/vant/pull/68) ([Raistlin916](https://github.com/Raistlin916))
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- 安装业务组件导致基础组件css样式文件引入失败 [\#65](https://github.com/youzan/vant/issues/65)
|
||||
|
||||
## [v0.7.3](https://github.com/youzan/vant/tree/v0.7.3) (2017-08-04)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.2...v0.7.3)
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- datetime-picker的问题 [\#45](https://github.com/youzan/vant/issues/45)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- fix: utils 修复babel编译 [\#67](https://github.com/youzan/vant/pull/67) ([pangxie1991](https://github.com/pangxie1991))
|
||||
- README.md使用英文文档 [\#66](https://github.com/youzan/vant/pull/66) ([cookfront](https://github.com/cookfront))
|
||||
@ -279,7 +319,7 @@
|
||||
## [v0.7.2](https://github.com/youzan/vant/tree/v0.7.2) (2017-07-31)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.6...v0.7.2)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- 支持 babel-plugin-import [\#62](https://github.com/youzan/vant/pull/62) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- 依赖更新 && 构建调整 [\#60](https://github.com/youzan/vant/pull/60) ([chenjiahan](https://github.com/chenjiahan))
|
||||
@ -287,76 +327,76 @@
|
||||
- 文档改版 [\#55](https://github.com/youzan/vant/pull/55) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- 新增:Card 组件增加 centered 属性 [\#54](https://github.com/youzan/vant/pull/54) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- fix: datetimepicker cancel event not work [\#64](https://github.com/youzan/vant/pull/64) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- 修复:popup多层级van-modal未插入到正确的位置 [\#63](https://github.com/youzan/vant/pull/63) ([cookfront](https://github.com/cookfront))
|
||||
- 新增几个图标 && 修复tabs组件为空报错的问题 [\#61](https://github.com/youzan/vant/pull/61) ([cookfront](https://github.com/cookfront))
|
||||
- Fix: deploy doc fail [\#56](https://github.com/youzan/vant/pull/56) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- SVG's SMIL animations deprecated [\#46](https://github.com/youzan/vant/issues/46)
|
||||
|
||||
## [v0.6.6](https://github.com/youzan/vant/tree/v0.6.6) (2017-07-15)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.5...v0.6.6)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- 新增:Field 增加blur事件 && Field 支持尾部icon [\#53](https://github.com/youzan/vant/pull/53) ([pangxie1991](https://github.com/pangxie1991))
|
||||
|
||||
## [v0.6.5](https://github.com/youzan/vant/tree/v0.6.5) (2017-07-11)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.4...v0.6.5)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- tabs组件支持滑动 [\#52](https://github.com/youzan/vant/pull/52) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- 有计划都生成vue版本吗 [\#50](https://github.com/youzan/vant/issues/50)
|
||||
|
||||
## [v0.6.4](https://github.com/youzan/vant/tree/v0.6.4) (2017-07-06)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.3...v0.6.4)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- src/utils目录支持SSR [\#51](https://github.com/youzan/vant/pull/51) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
## [v0.6.3](https://github.com/youzan/vant/tree/v0.6.3) (2017-07-04)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.2...v0.6.3)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- 步骤条组件新增direction和activeColor属性,增加了竖的步骤条 [\#49](https://github.com/youzan/vant/pull/49) ([cookfront](https://github.com/cookfront))
|
||||
- Card component supoort thumb slot,use flex layout [\#48](https://github.com/youzan/vant/pull/48) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复人民币符号在ios显示问题 [\#44](https://github.com/youzan/vant/pull/44) ([w91](https://github.com/w91))
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- goods-action 文档有误 [\#47](https://github.com/youzan/vant/issues/47)
|
||||
|
||||
## [v0.6.2](https://github.com/youzan/vant/tree/v0.6.2) (2017-06-26)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.1...v0.6.2)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- 新增icon、filed组件新增time类型和Dialog组件默认文案修改 [\#43](https://github.com/youzan/vant/pull/43) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
## [v0.6.1](https://github.com/youzan/vant/tree/v0.6.1) (2017-06-19)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.0...v0.6.1)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- 新增icon和修复toast样式问题 [\#42](https://github.com/youzan/vant/pull/42) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
## [v0.6.0](https://github.com/youzan/vant/tree/v0.6.0) (2017-06-15)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.12...v0.6.0)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- Search组件新增微杂志样式 [\#38](https://github.com/youzan/vant/pull/38) ([cookfront](https://github.com/cookfront))
|
||||
- 支持SSR、升级Vue版本和增加新的icon [\#40](https://github.com/youzan/vant/pull/40) ([cookfront](https://github.com/cookfront))
|
||||
@ -365,18 +405,18 @@
|
||||
## [v0.5.12](https://github.com/youzan/vant/tree/v0.5.12) (2017-06-02)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.11...v0.5.12)
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- 业务组件的cap-goods-list出现问题 [\#36](https://github.com/youzan/vant/issues/36)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- utils/scroll [\#37](https://github.com/youzan/vant/pull/37) ([pangxie1991](https://github.com/pangxie1991))
|
||||
|
||||
## [v0.5.11](https://github.com/youzan/vant/tree/v0.5.11) (2017-05-25)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.10...v0.5.11)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 移除postcss-reset [\#35](https://github.com/youzan/vant/pull/35) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
@ -386,36 +426,36 @@
|
||||
## [v0.5.9](https://github.com/youzan/vant/tree/v0.5.9) (2017-05-25)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.8...v0.5.9)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 新增微信导航icon [\#34](https://github.com/youzan/vant/pull/34) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
## [v0.5.8](https://github.com/youzan/vant/tree/v0.5.8) (2017-05-25)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.7...v0.5.8)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复长按图片后,图片会隐藏问题 [\#32](https://github.com/youzan/vant/pull/32) ([w91](https://github.com/w91))
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 新增微信导航icon [\#33](https://github.com/youzan/vant/pull/33) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
## [v0.5.7](https://github.com/youzan/vant/tree/v0.5.7) (2017-05-19)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.6...v0.5.7)
|
||||
|
||||
**非兼容更新和新特性:**
|
||||
**Breaking changes**
|
||||
|
||||
- picker 增加 title 显示 [\#30](https://github.com/youzan/vant/pull/30) ([pangxie1991](https://github.com/pangxie1991))
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 更新reset中body背景色 [\#31](https://github.com/youzan/vant/pull/31) ([w91](https://github.com/w91))
|
||||
|
||||
## [v0.5.6](https://github.com/youzan/vant/tree/v0.5.6) (2017-05-15)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.4...v0.5.6)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 添加两个新的icon [\#29](https://github.com/youzan/vant/pull/29) ([cookfront](https://github.com/cookfront))
|
||||
- 改变打包出来的amd模块,增加amd模块的名字 [\#28](https://github.com/youzan/vant/pull/28) ([pangxie1991](https://github.com/pangxie1991))
|
||||
@ -423,32 +463,32 @@
|
||||
## [v0.5.4](https://github.com/youzan/vant/tree/v0.5.4) (2017-05-09)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.3...v0.5.4)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复:添加reset.css和cell加上right-icon的slot [\#27](https://github.com/youzan/vant/pull/27) ([cookfront](https://github.com/cookfront))
|
||||
- 修复:cell同时设置title和label时,value不居中 [\#26](https://github.com/youzan/vant/pull/26) ([cookfront](https://github.com/cookfront))
|
||||
- 修复:popup的zIndex转换为number [\#24](https://github.com/youzan/vant/pull/24) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- fix bugs and add new features [\#25](https://github.com/youzan/vant/pull/25) ([radicalviva](https://github.com/radicalviva))
|
||||
|
||||
## [v0.5.3](https://github.com/youzan/vant/tree/v0.5.3) (2017-04-27)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.2...v0.5.3)
|
||||
|
||||
**修复:**
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复:picker中值变了后未更新picker-colum中的值 [\#23](https://github.com/youzan/vant/pull/23) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
## [v0.5.2](https://github.com/youzan/vant/tree/v0.5.2) (2017-04-26)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.1...v0.5.2)
|
||||
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- does it render UI Natively just like React - Native or like ionic ? [\#15](https://github.com/youzan/vant/issues/15)
|
||||
- give me an english version of this : https://www.youzanyun.com/zanui/react/guides/install [\#14](https://github.com/youzan/vant/issues/14)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 修复:webpack打包修复 [\#21](https://github.com/youzan/vant/pull/21) ([cookfront](https://github.com/cookfront))
|
||||
- unit test: picker [\#20](https://github.com/youzan/vant/pull/20) ([cookfront](https://github.com/cookfront))
|
||||
@ -467,16 +507,16 @@
|
||||
## [v0.5.1](https://github.com/youzan/vant/tree/v0.5.1) (2017-04-24)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.5.0...v0.5.1)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- 文档细节优化,search、loading和dialog组件样式修复 [\#5](https://github.com/youzan/vant/pull/5) ([cookfront](https://github.com/cookfront))
|
||||
|
||||
## [v0.5.0](https://github.com/youzan/vant/tree/v0.5.0) (2017-04-23)
|
||||
**处理的 Issue:**
|
||||
**Issue**
|
||||
|
||||
- 一些建议 [\#1](https://github.com/youzan/vant/issues/1)
|
||||
|
||||
**合并的 Pull Request (可能有不兼容改动):**
|
||||
**Improvements**
|
||||
|
||||
- use vue in amd & commonjs, use Vue in root [\#4](https://github.com/youzan/vant/pull/4) ([pangxie1991](https://github.com/pangxie1991))
|
||||
- 手机端样式细节调整,补充测试用例 [\#3](https://github.com/youzan/vant/pull/3) ([cookfront](https://github.com/cookfront))
|
||||
|
@ -1,5 +1,26 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.9.10](https://github.com/youzan/vant/tree/v0.9.10)
|
||||
`2017-10-09`
|
||||
|
||||
**Improvements**
|
||||
- 新增 Contact 组件 [\#160](https://github.com/youzan/vant/pull/160) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 新增 AddressEdit 组件 [\#147](https://github.com/youzan/vant/pull/147) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 新增英文文档支持 [\#170](https://github.com/youzan/vant/pull/170) [@pangxie1991](https://github.com/pangxie1991)
|
||||
- 去除 zan-utils 依赖 [\#168](https://github.com/youzan/vant/pull/168) [@w91](https://github.com/w91) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 去除 transition 中冗余的兼容代码 [\#162](https://github.com/youzan/vant/pull/162) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 使用 clean-css 代替 gulp-cssmin [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
- 修复 Tab props 修改后未同步至父组件的问题 [\#148](https://github.com/youzan/vant/pull/148) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 Button active 状态下边框样式问题 [\#150](https://github.com/youzan/vant/issues/150) [@ZWkang](https://github.com/ZWkang)
|
||||
- 修复 Stepper 组件输入框样式错误 [\#159](https://github.com/youzan/vant/pull/159) [@w91](https://github.com/w91)
|
||||
- 修复 Waterfall 未显示时 disable 属性无法生效的问题 [\#166](https://github.com/youzan/vant/pull/166) [@pangxie1991](https://github.com/pangxie1991)
|
||||
- 修复 vant-css 构建过程中未编译 calc 属性的问题 [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 MacOS 下 npm run dev 报错的问题 [\#152](https://github.com/youzan/vant/issues/152) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复文档在部分低版本浏览器路由失效的问题 [\#158](https://github.com/youzan/vant/pull/158) [@pangxie1991](https://github.com/pangxie1991)
|
||||
- 修复文档中遗漏 SwipeItem 组件引入方式的问题 [\#167](https://github.com/youzan/vant/pull/167) [@OlafCheng](https://github.com/OlafCheng)
|
||||
|
||||
### [0.9.9](https://github.com/youzan/vant/tree/v0.9.9)
|
||||
`2017-09-26`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user