From 5b0888cdaa8bd3e6b9d949b59fd61fc3221fd508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Fri, 29 Dec 2017 17:31:01 +0800 Subject: [PATCH] [changelog] 0.12.0 --- docs/markdown/en-US/changelog.md | 424 +++++++++++++-------- docs/markdown/zh-CN/changelog-generated.md | 31 ++ docs/markdown/zh-CN/changelog.md | 19 + 3 files changed, 312 insertions(+), 162 deletions(-) diff --git a/docs/markdown/en-US/changelog.md b/docs/markdown/en-US/changelog.md index af3736f0e..0a785c180 100644 --- a/docs/markdown/en-US/changelog.md +++ b/docs/markdown/en-US/changelog.md @@ -1,391 +1,491 @@ ## Changelog +### [0.12.0](https://github.com/youzan/vant/tree/v0.12.0) + +`2017-12-29` + +**Breaking changes** + +* Cell: move left padding from CellGroup to Cell, add 'border'、'clickable' props [\#497](https://github.com/youzan/vant/pull/497) [@chenjiahan](https://github.com/chenjiahan) +* follow eslint-plugin-vue strongly-recommended code style, use kebab-case props [\#482](https://github.com/youzan/vant/pull/482) [@chenjiahan](https://github.com/chenjiahan) + +**Improvements** + +* Field: add error-message prop [\#492](https://github.com/youzan/vant/pull/492) [@chenjiahan](https://github.com/chenjiahan) +* Document: update site UI [\#490](https://github.com/youzan/vant/pull/490) [@chenjiahan](https://github.com/chenjiahan) + +**Bug Fixes** + +* fix Tab height calc error when use sticky [\#493](https://github.com/youzan/vant/pull/493) [@chenjiahan](https://github.com/chenjiahan) +* fix Component should not inheritAttrs when use $attrs [\#488](https://github.com/youzan/vant/pull/488) [@chenjiahan](https://github.com/chenjiahan) + ### [0.11.15](https://github.com/youzan/vant/tree/v0.11.15) + `2017-12-25` **Improvements** -- Uploader: support multiple files [\#480](https://github.com/youzan/vant/pull/480) [@chenjiahan](https://github.com/chenjiahan) -- NumberKeyboard: add new theme [\#472](https://github.com/youzan/vant/pull/472) [@chenjiahan](https://github.com/chenjiahan) -- Icon: update search icon [\#474](https://github.com/youzan/vant/pull/474) [@chenjiahan](https://github.com/chenjiahan) -- Support passive events [\#478](https://github.com/youzan/vant/pull/478) [@chenjiahan](https://github.com/chenjiahan) + +* Uploader: support multiple files [\#480](https://github.com/youzan/vant/pull/480) [@chenjiahan](https://github.com/chenjiahan) +* NumberKeyboard: add new theme [\#472](https://github.com/youzan/vant/pull/472) [@chenjiahan](https://github.com/chenjiahan) +* Icon: update search icon [\#474](https://github.com/youzan/vant/pull/474) [@chenjiahan](https://github.com/chenjiahan) +* Support passive events [\#478](https://github.com/youzan/vant/pull/478) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix popup should remove event handler when destroyed [\#477](https://github.com/youzan/vant/pull/477) [@chenjiahan](https://github.com/chenjiahan) -- fix popup mixin should treat empty string as true for boolean props [\#468](https://github.com/youzan/vant/pull/468) [@chuangbo](https://github.com/chuangbo) -- fix package.json should include 'types' in 'files' field [\#462](https://github.com/youzan/vant/pull/462) [@wuyiw](https://github.com/wuyiw) + +* fix popup should remove event handler when destroyed [\#477](https://github.com/youzan/vant/pull/477) [@chenjiahan](https://github.com/chenjiahan) +* fix popup mixin should treat empty string as true for boolean props [\#468](https://github.com/youzan/vant/pull/468) [@chuangbo](https://github.com/chuangbo) +* fix package.json should include 'types' in 'files' field [\#462](https://github.com/youzan/vant/pull/462) [@wuyiw](https://github.com/wuyiw) ### [0.11.14](https://github.com/youzan/vant/tree/v0.11.14) + `2017-12-21` **Improvements** -- NumberKeyboard: add hideOnClickOutside & closeButtonText props [\#458](https://github.com/youzan/vant/pull/458) [@chenjiahan](https://github.com/chenjiahan) -- Area: optimize performance [\#457](https://github.com/youzan/vant/pull/457) [@chenjiahan](https://github.com/chenjiahan) -- auto run eslint before build dist [\#455](https://github.com/youzan/vant/pull/455) [\#453](https://github.com/youzan/vant/pull/453) [@chenjiahan](https://github.com/chenjiahan) + +* NumberKeyboard: add hideOnClickOutside & closeButtonText props [\#458](https://github.com/youzan/vant/pull/458) [@chenjiahan](https://github.com/chenjiahan) +* Area: optimize performance [\#457](https://github.com/youzan/vant/pull/457) [@chenjiahan](https://github.com/chenjiahan) +* auto run eslint before build dist [\#455](https://github.com/youzan/vant/pull/455) [\#453](https://github.com/youzan/vant/pull/453) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix cell arrow style error [@chenjiahan](https://github.com/chenjiahan) + +* fix cell arrow style error [@chenjiahan](https://github.com/chenjiahan) ### [0.11.13](https://github.com/youzan/vant/tree/v0.11.13) + `2017-12-19` **Improvements** -- Area: add 'title' prop [\#450](https://github.com/youzan/vant/pull/450) [@chenjiahan](https://github.com/chenjiahan) -- Icon: add 'info' prop [\#447](https://github.com/youzan/vant/pull/447) [@chenjiahan](https://github.com/chenjiahan) -- Picker: optimzie performance [\#450](https://github.com/youzan/vant/pull/450) [@chenjiahan](https://github.com/chenjiahan) -- Search: support input native events [\#451](https://github.com/youzan/vant/pull/451) [@chenjiahan](https://github.com/chenjiahan) -- GoodsAction: add 'info' prop, support router link [\#448](https://github.com/youzan/vant/pull/448) [@chenjiahan](https://github.com/chenjiahan) -- Area & Sku: support i18n [\#439](https://github.com/youzan/vant/pull/439) [\#440](https://github.com/youzan/vant/pull/440) [@chenjiahan](https://github.com/chenjiahan) [@Tinysymphony](https://github.com/Tinysymphony) + +* Area: add 'title' prop [\#450](https://github.com/youzan/vant/pull/450) [@chenjiahan](https://github.com/chenjiahan) +* Icon: add 'info' prop [\#447](https://github.com/youzan/vant/pull/447) [@chenjiahan](https://github.com/chenjiahan) +* Picker: optimzie performance [\#450](https://github.com/youzan/vant/pull/450) [@chenjiahan](https://github.com/chenjiahan) +* Search: support input native events [\#451](https://github.com/youzan/vant/pull/451) [@chenjiahan](https://github.com/chenjiahan) +* GoodsAction: add 'info' prop, support router link [\#448](https://github.com/youzan/vant/pull/448) [@chenjiahan](https://github.com/chenjiahan) +* Area & Sku: support i18n [\#439](https://github.com/youzan/vant/pull/439) [\#440](https://github.com/youzan/vant/pull/440) [@chenjiahan](https://github.com/chenjiahan) [@Tinysymphony](https://github.com/Tinysymphony) **Bug Fixes** -- fix GoodsAction display error in small screen [\#446](https://github.com/youzan/vant/pull/446) [@chenjiahan](https://github.com/chenjiahan) +* fix GoodsAction display error in small screen [\#446](https://github.com/youzan/vant/pull/446) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.12](https://github.com/youzan/vant/tree/v0.11.12) + `2017-12-15` **Improvements** -- ContactCard: add 'editable' prop [\#435](https://github.com/youzan/vant/pull/435) [@chenjiahan](https://github.com/chenjiahan) -- Coupon: support i18n [\#431](https://github.com/youzan/vant/pull/431) [@chenjiahan](https://github.com/chenjiahan) + +* ContactCard: add 'editable' prop [\#435](https://github.com/youzan/vant/pull/435) [@chenjiahan](https://github.com/chenjiahan) +* Coupon: support i18n [\#431](https://github.com/youzan/vant/pull/431) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Popup preventScroll not work in some cases [\#429](https://github.com/youzan/vant/pull/429) [@Tinysymphony](https://github.com/Tinysymphony) -- fix Picker should prevent default touchmove [\#432](https://github.com/youzan/vant/pull/432) [@chenjiahan](https://github.com/chenjiahan) -- fix Picker bottom area not dragable [\#433](https://github.com/youzan/vant/pull/433) [@chenjiahan](https://github.com/chenjiahan) -- fix PullRefresh head display error [\#436](https://github.com/youzan/vant/pull/436) [@chenjiahan](https://github.com/chenjiahan) +* fix Popup preventScroll not work in some cases [\#429](https://github.com/youzan/vant/pull/429) [@Tinysymphony](https://github.com/Tinysymphony) +* fix Picker should prevent default touchmove [\#432](https://github.com/youzan/vant/pull/432) [@chenjiahan](https://github.com/chenjiahan) +* fix Picker bottom area not dragable [\#433](https://github.com/youzan/vant/pull/433) [@chenjiahan](https://github.com/chenjiahan) +* fix PullRefresh head display error [\#436](https://github.com/youzan/vant/pull/436) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.11](https://github.com/youzan/vant/tree/v0.11.11) + `2017-12-13` **Improvements** -- Field: support native events [\#421](https://github.com/youzan/vant/pull/421) [@chenjiahan](https://github.com/chenjiahan) -- Search: support native input attrs [\#418](https://github.com/youzan/vant/pull/418) [@chenjiahan](https://github.com/chenjiahan) -- CellGroup: add 'border' prop [\#420](https://github.com/youzan/vant/pull/420) [@chenjiahan](https://github.com/chenjiahan) -- AddressEdit: add focus、change-area、select-search events [\#426](https://github.com/youzan/vant/pull/426) [@chenjiahan](https://github.com/chenjiahan) -- Badge、CouponList、ContactCard: add active color [\#419](https://github.com/youzan/vant/pull/419) [@chenjiahan](https://github.com/chenjiahan) + +* Field: support native events [\#421](https://github.com/youzan/vant/pull/421) [@chenjiahan](https://github.com/chenjiahan) +* Search: support native input attrs [\#418](https://github.com/youzan/vant/pull/418) [@chenjiahan](https://github.com/chenjiahan) +* CellGroup: add 'border' prop [\#420](https://github.com/youzan/vant/pull/420) [@chenjiahan](https://github.com/chenjiahan) +* AddressEdit: add focus、change-area、select-search events [\#426](https://github.com/youzan/vant/pull/426) [@chenjiahan](https://github.com/chenjiahan) +* Badge、CouponList、ContactCard: add active color [\#419](https://github.com/youzan/vant/pull/419) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Checkbox disabled not work when inside CheckboxGroup [\#425](https://github.com/youzan/vant/pull/425) [@Tinysymphony](https://github.com/Tinysymphony) -- fix AddressEdit searchResult type validate [\#417](https://github.com/youzan/vant/pull/417) [@chenjiahan](https://github.com/chenjiahan) +* fix Checkbox disabled not work when inside CheckboxGroup [\#425](https://github.com/youzan/vant/pull/425) [@Tinysymphony](https://github.com/Tinysymphony) +* fix AddressEdit searchResult type validate [\#417](https://github.com/youzan/vant/pull/417) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.10](https://github.com/youzan/vant/tree/v0.11.10) + `2017-12-12` **Improvements** -- Support Vue.use to register a component [\#401](https://github.com/youzan/vant/pull/401) [@chenjiahan](https://github.com/chenjiahan) -- Uniform fade animation [\#410](https://github.com/youzan/vant/pull/410) [@chenjiahan](https://github.com/chenjiahan) + +* Support Vue.use to register a component [\#401](https://github.com/youzan/vant/pull/401) [@chenjiahan](https://github.com/chenjiahan) +* Uniform fade animation [\#410](https://github.com/youzan/vant/pull/410) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- Icon: fix 'shopping-cart' icon not align center [\#415](https://github.com/youzan/vant/pull/415) [@cookfront](https://github.com/cookfront) +* Icon: fix 'shopping-cart' icon not align center [\#415](https://github.com/youzan/vant/pull/415) [@cookfront](https://github.com/cookfront) ### [0.11.9](https://github.com/youzan/vant/tree/v0.11.9) + `2017-12-11` **Improvements** -- Icon: add share & arrow-left icons [\#407](https://github.com/youzan/vant/pull/407) [@chenjiahan](https://github.com/chenjiahan) -- Icon: support local font file [\#408](https://github.com/youzan/vant/pull/408) [@chenjiahan](https://github.com/chenjiahan) + +* Icon: add share & arrow-left icons [\#407](https://github.com/youzan/vant/pull/407) [@chenjiahan](https://github.com/chenjiahan) +* Icon: support local font file [\#408](https://github.com/youzan/vant/pull/408) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix raf error in SSR [\#405](https://github.com/youzan/vant/pull/405) [@chenjiahan](https://github.com/chenjiahan) -- fix NoticeBar animationend event in old browser [\#402](https://github.com/youzan/vant/pull/402) [@chenjiahan](https://github.com/chenjiahan) +* fix raf error in SSR [\#405](https://github.com/youzan/vant/pull/405) [@chenjiahan](https://github.com/chenjiahan) +* fix NoticeBar animationend event in old browser [\#402](https://github.com/youzan/vant/pull/402) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.8](https://github.com/youzan/vant/tree/v0.11.8) + `2017-12-08` **Improvements** -- Icon: add two new icon [\#396](https://github.com/youzan/vant/pull/396) [@chenjiahan](https://github.com/chenjiahan) -- Button: adjust default button border color [\#392](https://github.com/youzan/vant/pull/392) [@chenjiahan](https://github.com/chenjiahan) + +* Icon: add two new icon [\#396](https://github.com/youzan/vant/pull/396) [@chenjiahan](https://github.com/chenjiahan) +* Button: adjust default button border color [\#392](https://github.com/youzan/vant/pull/392) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- Tab: hide scrollbar in mobile safari [\#390](https://github.com/youzan/vant/pull/390) [@chenjiahan](https://github.com/chenjiahan) -- Tab: active tab should keep center when scrollable [\#394](https://github.com/youzan/vant/pull/394) [@chenjiahan](https://github.com/chenjiahan) + +* Tab: hide scrollbar in mobile safari [\#390](https://github.com/youzan/vant/pull/390) [@chenjiahan](https://github.com/chenjiahan) +* Tab: active tab should keep center when scrollable [\#394](https://github.com/youzan/vant/pull/394) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.7](https://github.com/youzan/vant/tree/v0.11.7) + `2017-12-07` **Improvements** -- Tab: scroll to top when change tab & sticky [\#389](https://github.com/youzan/vant/pull/389) [chenjiahan](https://github.com/chenjiahan) + +* Tab: scroll to top when change tab & sticky [\#389](https://github.com/youzan/vant/pull/389) [chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Tab initail tab position [\#389](https://github.com/youzan/vant/pull/389) [chenjiahan](https://github.com/chenjiahan) + +* fix Tab initail tab position [\#389](https://github.com/youzan/vant/pull/389) [chenjiahan](https://github.com/chenjiahan) ### [0.11.6](https://github.com/youzan/vant/tree/v0.11.6) + `2017-12-07` **Improvements** -- Picker: support click to select and disabled option [\#370](https://github.com/youzan/vant/pull/370) [@chenjiahan](https://github.com/chenjiahan) -- Tab: support sticky prop [\#382](https://github.com/youzan/vant/pull/382) [@chenjiahan](https://github.com/chenjiahan) -- Tab: improve animation fluency [\#379](https://github.com/youzan/vant/pull/379) [@chenjiahan](https://github.com/chenjiahan) + +* Picker: support click to select and disabled option [\#370](https://github.com/youzan/vant/pull/370) [@chenjiahan](https://github.com/chenjiahan) +* Tab: support sticky prop [\#382](https://github.com/youzan/vant/pull/382) [@chenjiahan](https://github.com/chenjiahan) +* Tab: improve animation fluency [\#379](https://github.com/youzan/vant/pull/379) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Popup overlayClass type [\#374](https://github.com/youzan/vant/pull/374) [@chenjiahan](https://github.com/chenjiahan) -- fix Filed number type value filter [\#386](https://github.com/youzan/vant/pull/386) [@chenjiahan](https://github.com/chenjiahan) -- fix Icon 'new' display [\#381](https://github.com/youzan/vant/pull/381) ([@pangxie1991](https://github.com/pangxie1991)) -- fix Sku button border radius [\#378](https://github.com/youzan/vant/pull/378) [@chenjiahan](https://github.com/chenjiahan) -- fix Radio & Checkbox disabled color [\#383](https://github.com/youzan/vant/pull/383) [@chenjiahan](https://github.com/chenjiahan) +* fix Popup overlayClass type [\#374](https://github.com/youzan/vant/pull/374) [@chenjiahan](https://github.com/chenjiahan) +* fix Filed number type value filter [\#386](https://github.com/youzan/vant/pull/386) [@chenjiahan](https://github.com/chenjiahan) +* fix Icon 'new' display [\#381](https://github.com/youzan/vant/pull/381) ([@pangxie1991](https://github.com/pangxie1991)) +* fix Sku button border radius [\#378](https://github.com/youzan/vant/pull/378) [@chenjiahan](https://github.com/chenjiahan) +* fix Radio & Checkbox disabled color [\#383](https://github.com/youzan/vant/pull/383) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.5](https://github.com/youzan/vant/tree/v0.11.5) + `2017-12-04` **Improvements** -- Coupon: adjust cell text [\#371](https://github.com/youzan/vant/pull/371) [@chenjiahan](https://github.com/chenjiahan) -- GoodsAction: support i18n [\#367](https://github.com/youzan/vant/pull/367) [@chenjiahan](https://github.com/chenjiahan) -- Document: add props name style guide [\#366](https://github.com/youzan/vant/pull/366) [@chenjiahan](https://github.com/chenjiahan) + +* Coupon: adjust cell text [\#371](https://github.com/youzan/vant/pull/371) [@chenjiahan](https://github.com/chenjiahan) +* GoodsAction: support i18n [\#367](https://github.com/youzan/vant/pull/367) [@chenjiahan](https://github.com/chenjiahan) +* Document: add props name style guide [\#366](https://github.com/youzan/vant/pull/366) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Tab active block disappeared when delete tab [\#372](https://github.com/youzan/vant/pull/372) [@chenjiahan](https://github.com/chenjiahan) +* fix Tab active block disappeared when delete tab [\#372](https://github.com/youzan/vant/pull/372) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.4](https://github.com/youzan/vant/tree/v0.11.4) + `2017-11-30` **Improvements** -- add type definition files [\#361](https://github.com/youzan/vant/pull/361) [@chenjiahan](https://github.com/chenjiahan) -- support use this.$toast/$dialog to call Toast/Dialog [\#363](https://github.com/youzan/vant/pull/363) [@chenjiahan](https://github.com/chenjiahan) + +* add type definition files [\#361](https://github.com/youzan/vant/pull/361) [@chenjiahan](https://github.com/chenjiahan) +* support use this.$toast/$dialog to call Toast/Dialog [\#363](https://github.com/youzan/vant/pull/363) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.3](https://github.com/youzan/vant/tree/v0.11.3) + `2017-11-28` **Breaking changes** -- NavBar: rename click event, change 'clickLeft' to 'click-left' [\#354](https://github.com/youzan/vant/pull/354) [@chenjiahan](https://github.com/chenjiahan) + +* NavBar: rename click event, change 'clickLeft' to 'click-left' [\#354](https://github.com/youzan/vant/pull/354) [@chenjiahan](https://github.com/chenjiahan) **Improvements** -- CellSwipe: add onClose prop, support async controll [\#356](https://github.com/youzan/vant/pull/356) [@chenjiahan](https://github.com/chenjiahan) -- Uploader: support inherit attrs [\#357](https://github.com/youzan/vant/pull/357) [@chenjiahan](https://github.com/chenjiahan) -- optimize local compile speed [\#355](https://github.com/youzan/vant/pull/355) [@chenjiahan](https://github.com/chenjiahan) +* CellSwipe: add onClose prop, support async controll [\#356](https://github.com/youzan/vant/pull/356) [@chenjiahan](https://github.com/chenjiahan) +* Uploader: support inherit attrs [\#357](https://github.com/youzan/vant/pull/357) [@chenjiahan](https://github.com/chenjiahan) +* optimize local compile speed [\#355](https://github.com/youzan/vant/pull/355) [@chenjiahan](https://github.com/chenjiahan) ### [0.11.2](https://github.com/youzan/vant/tree/v0.11.2) + `2017-11-24` **Improvements** -- Icon: add seven new icons [\#351](https://github.com/youzan/vant/pull/351) [@w91](https://github.com/w91) +* Icon: add seven new icons [\#351](https://github.com/youzan/vant/pull/351) [@w91](https://github.com/w91) ### [0.11.1](https://github.com/youzan/vant/tree/v0.11.1) + `2017-11-24` **Improvements** -- Actionsheet: update close icon style [\#340](https://github.com/youzan/vant/pull/340) [@chenjiahan](https://github.com/chenjiahan) -- Popup: add overlayClass and overlayStyle props [\#349](https://github.com/youzan/vant/pull/349) [\#343](https://github.com/youzan/vant/pull/343) [@mickeyinfoshan](https://github.com/mickeyinfoshan) [@chenjiahan](https://github.com/chenjiahan) -- Icon: adjust unicode for better display [\#330](https://github.com/youzan/vant/pull/330) [@chenjiahan](https://github.com/chenjiahan) -- ImagePreview: support manually close [\#346](https://github.com/youzan/vant/pull/346) [@chenjiahan](https://github.com/chenjiahan) -- Tabbar: add slot-scope to avoid check by index [\#347](https://github.com/youzan/vant/pull/347) [@chuangbo](https://github.com/chuangbo) -- SubmitBar: add left slot [\#345](https://github.com/youzan/vant/pull/345) [@chenjiahan](https://github.com/chenjiahan) -- optimize component static classnames [\#337](https://github.com/youzan/vant/pull/337) [@chenjiahan](https://github.com/chenjiahan) -- optimize single line text ellipsis [\#334](https://github.com/youzan/vant/pull/334) [@chenjiahan](https://github.com/chenjiahan) -- optimize button css layer and GPU cost [\#336](https://github.com/youzan/vant/pull/336) [@deepkolos](https://github.com/deepkolos) + +* Actionsheet: update close icon style [\#340](https://github.com/youzan/vant/pull/340) [@chenjiahan](https://github.com/chenjiahan) +* Popup: add overlayClass and overlayStyle props [\#349](https://github.com/youzan/vant/pull/349) [\#343](https://github.com/youzan/vant/pull/343) [@mickeyinfoshan](https://github.com/mickeyinfoshan) [@chenjiahan](https://github.com/chenjiahan) +* Icon: adjust unicode for better display [\#330](https://github.com/youzan/vant/pull/330) [@chenjiahan](https://github.com/chenjiahan) +* ImagePreview: support manually close [\#346](https://github.com/youzan/vant/pull/346) [@chenjiahan](https://github.com/chenjiahan) +* Tabbar: add slot-scope to avoid check by index [\#347](https://github.com/youzan/vant/pull/347) [@chuangbo](https://github.com/chuangbo) +* SubmitBar: add left slot [\#345](https://github.com/youzan/vant/pull/345) [@chenjiahan](https://github.com/chenjiahan) +* optimize component static classnames [\#337](https://github.com/youzan/vant/pull/337) [@chenjiahan](https://github.com/chenjiahan) +* optimize single line text ellipsis [\#334](https://github.com/youzan/vant/pull/334) [@chenjiahan](https://github.com/chenjiahan) +* optimize button css layer and GPU cost [\#336](https://github.com/youzan/vant/pull/336) [@deepkolos](https://github.com/deepkolos) **Bug Fixes** -- fix some bugs in SSR [\#344](https://github.com/youzan/vant/pull/344) [@chenjiahan](https://github.com/chenjiahan) -- fix DateTimePicker crashed when pass invalid props [\#333](https://github.com/youzan/vant/pull/333) [@chenjiahan](https://github.com/chenjiahan) +* fix some bugs in SSR [\#344](https://github.com/youzan/vant/pull/344) [@chenjiahan](https://github.com/chenjiahan) +* fix DateTimePicker crashed when pass invalid props [\#333](https://github.com/youzan/vant/pull/333) [@chenjiahan](https://github.com/chenjiahan) ### [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) + +* 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) +* 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` **Improvements** -- Icon: add new icons [\#315](https://github.com/youzan/vant/pull/315) [@cookfront](https://github.com/cookfront) + +* Icon: add new icons [\#315](https://github.com/youzan/vant/pull/315) [@cookfront](https://github.com/cookfront) **Bug Fixes** -- Search: fix box-sizing [\#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` **Improvements** -- Tabbar: support vue-router [\#305](https://github.com/youzan/vant/pull/305) [@chenjiahan](https://github.com/chenjiahan) -- Stepper: add plus & minus event [\#294](https://github.com/youzan/vant/pull/294) [@chenjiahan](https://github.com/chenjiahan) -- Progress: add showPivot prop [\#300](https://github.com/youzan/vant/pull/300) [@chenjiahan](https://github.com/chenjiahan) -- Loading: add spinner type [\#297](https://github.com/youzan/vant/pull/297) [@chenjiahan](https://github.com/chenjiahan) -- Toast: add mask option [\#296](https://github.com/youzan/vant/pull/296) [@chenjiahan](https://github.com/chenjiahan) -- add Tab english document [\#308](https://github.com/youzan/vant/pull/308) [@cookfront](https://github.com/cookfront) -- add Toast english document [\#307](https://github.com/youzan/vant/pull/307) [@chenjiahan](https://github.com/chenjiahan) + +* Tabbar: support vue-router [\#305](https://github.com/youzan/vant/pull/305) [@chenjiahan](https://github.com/chenjiahan) +* Stepper: add plus & minus event [\#294](https://github.com/youzan/vant/pull/294) [@chenjiahan](https://github.com/chenjiahan) +* Progress: add showPivot prop [\#300](https://github.com/youzan/vant/pull/300) [@chenjiahan](https://github.com/chenjiahan) +* Loading: add spinner type [\#297](https://github.com/youzan/vant/pull/297) [@chenjiahan](https://github.com/chenjiahan) +* Toast: add mask option [\#296](https://github.com/youzan/vant/pull/296) [@chenjiahan](https://github.com/chenjiahan) +* add Tab english document [\#308](https://github.com/youzan/vant/pull/308) [@cookfront](https://github.com/cookfront) +* add Toast english document [\#307](https://github.com/youzan/vant/pull/307) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix npm run dist errors in windows [\#301](https://github.com/youzan/vant/pull/301) [@zlkiarest](https://github.com/lkiarest) + +* fix npm run dist errors in windows [\#301](https://github.com/youzan/vant/pull/301) [@zlkiarest](https://github.com/lkiarest) ### [0.10.7](https://github.com/youzan/vant/tree/v0.10.7) + `2017-11-08` **Improvements** -- Normalize size of all icons [\#292](https://github.com/youzan/vant/pull/292) [@chenjiahan](https://github.com/chenjiahan) -- ImagePreview support custom startPosition [\#286](https://github.com/youzan/vant/pull/286) [@chenjiahan](https://github.com/chenjiahan) + +* Normalize size of all icons [\#292](https://github.com/youzan/vant/pull/292) [@chenjiahan](https://github.com/chenjiahan) +* ImagePreview support custom startPosition [\#286](https://github.com/youzan/vant/pull/286) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Sku scroll lock [\#291](https://github.com/youzan/vant/pull/291) [@w91](https://github.com/w91) -- fix Steps style error when has more than 4 items [\#287](https://github.com/youzan/vant/pull/287) [@chenjiahan](https://github.com/chenjiahan) + +* fix Sku scroll lock [\#291](https://github.com/youzan/vant/pull/291) [@w91](https://github.com/w91) +* fix Steps style error when has more than 4 items [\#287](https://github.com/youzan/vant/pull/287) [@chenjiahan](https://github.com/chenjiahan) ### [0.10.6](https://github.com/youzan/vant/tree/v0.10.6) + `2017-11-06` **Improvements** -- add Swipe initialSwipe prop [\#279](https://github.com/youzan/vant/pull/279) [@chenjiahan](https://github.com/chenjiahan) + +* add Swipe initialSwipe prop [\#279](https://github.com/youzan/vant/pull/279) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Dialog button text not reset when showed [\#278](https://github.com/youzan/vant/pull/278) [@chenjiahan](https://github.com/chenjiahan) -- fix Tab dynamic generate bug [\#284](https://github.com/youzan/vant/pull/284) [@cookfront](https://github.com/cookfront) -- fix NoticeBar text disappeared when page back [\#280](https://github.com/youzan/vant/pull/280) [@chenjiahan](https://github.com/chenjiahan) + +* fix Dialog button text not reset when showed [\#278](https://github.com/youzan/vant/pull/278) [@chenjiahan](https://github.com/chenjiahan) +* fix Tab dynamic generate bug [\#284](https://github.com/youzan/vant/pull/284) [@cookfront](https://github.com/cookfront) +* fix NoticeBar text disappeared when page back [\#280](https://github.com/youzan/vant/pull/280) [@chenjiahan](https://github.com/chenjiahan) ### [0.10.5](https://github.com/youzan/vant/tree/v0.10.5) + `2017-10-30` **Improvements** -- Cell support vue-router target route [\#268](https://github.com/youzan/vant/pull/268) [@chenjiahan](https://github.com/chenjiahan) + +* Cell support vue-router target route [\#268](https://github.com/youzan/vant/pull/268) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Tabbar info display when use icon slot [\#269](https://github.com/youzan/vant/pull/269) [@chenjiahan](https://github.com/chenjiahan) -- fix Uploader input type [\#265](https://github.com/youzan/vant/pull/265) [@chenjiahan](https://github.com/chenjiahan) + +* fix Tabbar info display when use icon slot [\#269](https://github.com/youzan/vant/pull/269) [@chenjiahan](https://github.com/chenjiahan) +* fix Uploader input type [\#265](https://github.com/youzan/vant/pull/265) [@chenjiahan](https://github.com/chenjiahan) ### [0.10.4](https://github.com/youzan/vant/tree/v0.10.4) + `2017-10-26` **Improvements** -- add more icons [\#253](https://github.com/youzan/vant/pull/253) [@pangxie1991](https://github.com/pangxie1991) -- add document of custom theme [\#251](https://github.com/youzan/vant/pull/251) [@chenjiahan](https://github.com/chenjiahan) -- add click feedback of buttons in components [\#248](https://github.com/youzan/vant/pull/248) [@chenjiahan](https://github.com/chenjiahan) -- add more props of NoticeBar [\#254](https://github.com/youzan/vant/pull/254) [@chenjiahan](https://github.com/chenjiahan) + +* add more icons [\#253](https://github.com/youzan/vant/pull/253) [@pangxie1991](https://github.com/pangxie1991) +* add document of custom theme [\#251](https://github.com/youzan/vant/pull/251) [@chenjiahan](https://github.com/chenjiahan) +* add click feedback of buttons in components [\#248](https://github.com/youzan/vant/pull/248) [@chenjiahan](https://github.com/chenjiahan) +* add more props of NoticeBar [\#254](https://github.com/youzan/vant/pull/254) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Swipe width calc error [\#258](https://github.com/youzan/vant/pull/258) [@chenjiahan](https://github.com/chenjiahan) -- fix PullRefreash scroll bug when parent is scrollable [\#247](https://github.com/youzan/vant/pull/247) [@GeoffZhu](https://github.com/GeoffZhu) -- fix CouponList empty info display bug [\#246](https://github.com/youzan/vant/pull/246) [@chenjiahan](https://github.com/chenjiahan) + +* fix Swipe width calc error [\#258](https://github.com/youzan/vant/pull/258) [@chenjiahan](https://github.com/chenjiahan) +* fix PullRefreash scroll bug when parent is scrollable [\#247](https://github.com/youzan/vant/pull/247) [@GeoffZhu](https://github.com/GeoffZhu) +* fix CouponList empty info display bug [\#246](https://github.com/youzan/vant/pull/246) [@chenjiahan](https://github.com/chenjiahan) ### [0.10.3](https://github.com/youzan/vant/tree/v0.10.3) + `2017-10-25` **Improvements** -- add Tabbar info prop [\#245](https://github.com/youzan/vant/pull/245) [@chenjiahan](https://github.com/chenjiahan) -- add Toast position prop [\#244](https://github.com/youzan/vant/pull/244) [@chenjiahan](https://github.com/chenjiahan) -- add Coupon showExchangeBar prop [\#243](https://github.com/youzan/vant/pull/243) [@chenjiahan](https://github.com/chenjiahan) -- add Advanced components english document [\#236](https://github.com/youzan/vant/pull/236) [@Tinysymphony](https://github.com/Tinysymphony) -- add demo pages in document [\#237](https://github.com/youzan/vant/pull/237) [@chenjiahan](https://github.com/chenjiahan) + +* add Tabbar info prop [\#245](https://github.com/youzan/vant/pull/245) [@chenjiahan](https://github.com/chenjiahan) +* add Toast position prop [\#244](https://github.com/youzan/vant/pull/244) [@chenjiahan](https://github.com/chenjiahan) +* add Coupon showExchangeBar prop [\#243](https://github.com/youzan/vant/pull/243) [@chenjiahan](https://github.com/chenjiahan) +* add Advanced components english document [\#236](https://github.com/youzan/vant/pull/236) [@Tinysymphony](https://github.com/Tinysymphony) +* add demo pages in document [\#237](https://github.com/youzan/vant/pull/237) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Address & Contact list style error [\#230](https://github.com/youzan/vant/pull/230) [@chenjiahan](https://github.com/chenjiahan) -- fix popup style missing when build style entry [\#231](https://github.com/youzan/vant/pull/231) [@chenjiahan](https://github.com/chenjiahan) -- fix PullRefresh touchcancel event [\#239](https://github.com/youzan/vant/pull/239) [@GeoffZhu](https://github.com/GeoffZhu) + +* fix Address & Contact list style error [\#230](https://github.com/youzan/vant/pull/230) [@chenjiahan](https://github.com/chenjiahan) +* fix popup style missing when build style entry [\#231](https://github.com/youzan/vant/pull/231) [@chenjiahan](https://github.com/chenjiahan) +* fix PullRefresh touchcancel event [\#239](https://github.com/youzan/vant/pull/239) [@GeoffZhu](https://github.com/GeoffZhu) ### [0.10.2](https://github.com/youzan/vant/tree/v0.10.2) + `2017-10-20` **Improvements** -- Sku: sku-group slot add event bus [\#226](https://github.com/youzan/vant/pull/226) [@w91](https://github.com/w91) -- add English documents [\#220](https://github.com/youzan/vant/pull/220) [@chenjiahan](https://github.com/chenjiahan) + +* Sku: sku-group slot add event bus [\#226](https://github.com/youzan/vant/pull/226) [@w91](https://github.com/w91) +* add English documents [\#220](https://github.com/youzan/vant/pull/220) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- Optimize component dependency analyze when build style entry [\#224](https://github.com/youzan/vant/pull/224) [@chenjiahan](https://github.com/chenjiahan) + +* Optimize component dependency analyze when build style entry [\#224](https://github.com/youzan/vant/pull/224) [@chenjiahan](https://github.com/chenjiahan) ### [0.10.1](https://github.com/youzan/vant/tree/v0.10.1) + `2017-10-18` **Improvements** -- upgrade Vue version to 2.5.0 [@chenjiahan](https://github.com/chenjiahan) -- add Tabs swipeThreshold prop [\#206](https://github.com/youzan/vant/pull/206) [@cookfront](https://github.com/cookfront) + +* upgrade Vue version to 2.5.0 [@chenjiahan](https://github.com/chenjiahan) +* add Tabs swipeThreshold prop [\#206](https://github.com/youzan/vant/pull/206) [@cookfront](https://github.com/cookfront) **Bug Fixes** -- fix Swipe not clear autoplay timer when destroyed [\#218](https://github.com/youzan/vant/pull/218) [@chenjiahan](https://github.com/chenjiahan) -- fix Tab slot text ellipsis [\#217](https://github.com/youzan/vant/pull/217) [@cookfront](https://github.com/cookfront) -- fix TreeSelect denpendency path error [\#216](https://github.com/youzan/vant/pull/216) [@chenjiahan](https://github.com/chenjiahan) -- fix Checkbox border render error in Weixin browser [\#214](https://github.com/youzan/vant/pull/214) [@chenjiahan](https://github.com/chenjiahan) -- fix Popup modal can not display in some cases [\#211](https://github.com/youzan/vant/pull/211) [@chenjiahan](https://github.com/chenjiahan) -- fix Waterfall repeated event bind [@chenjiahan](https://github.com/chenjiahan) + +* fix Swipe not clear autoplay timer when destroyed [\#218](https://github.com/youzan/vant/pull/218) [@chenjiahan](https://github.com/chenjiahan) +* fix Tab slot text ellipsis [\#217](https://github.com/youzan/vant/pull/217) [@cookfront](https://github.com/cookfront) +* fix TreeSelect denpendency path error [\#216](https://github.com/youzan/vant/pull/216) [@chenjiahan](https://github.com/chenjiahan) +* fix Checkbox border render error in Weixin browser [\#214](https://github.com/youzan/vant/pull/214) [@chenjiahan](https://github.com/chenjiahan) +* fix Popup modal can not display in some cases [\#211](https://github.com/youzan/vant/pull/211) [@chenjiahan](https://github.com/chenjiahan) +* fix Waterfall repeated event bind [@chenjiahan](https://github.com/chenjiahan) ### [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) + +* 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) + +* 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) +* 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` **Bug Fixes** -- fix Search style bug [\#191](https://github.com/youzan/vant/pull/191) ([pangxie1991](https://github.com/pangxie1991)) +* fix Search style bug [\#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) + `2017-10-11` **Improvements** -- add Contribute document [\#182](https://github.com/youzan/vant/pull/182) [@pangxie1991](https://github.com/pangxie1991) + +* add Contribute document [\#182](https://github.com/youzan/vant/pull/182) [@pangxie1991](https://github.com/pangxie1991) **Bug Fixes** -- fix AddressEdit name key [\#187](https://github.com/youzan/vant/pull/187) [@chenjiahan](https://github.com/chenjiahan) -- fix Filed textarea wrong height when display none [\#188](https://github.com/youzan/vant/pull/188) [@chenjiahan](https://github.com/chenjiahan) -- fix compile error in windows [\#185](https://github.com/youzan/vant/pull/182) [@pangxie1991](https://github.com/pangxie1991) + +* fix AddressEdit name key [\#187](https://github.com/youzan/vant/pull/187) [@chenjiahan](https://github.com/chenjiahan) +* fix Filed textarea wrong height when display none [\#188](https://github.com/youzan/vant/pull/188) [@chenjiahan](https://github.com/chenjiahan) +* fix compile error in windows [\#185](https://github.com/youzan/vant/pull/182) [@pangxie1991](https://github.com/pangxie1991) ### [0.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) + +* 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) + +* 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` **Improvements** -- Sku:support Stepper [\#146](https://github.com/youzan/vant/pull/146) [@w91](https://github.com/w91) + +* Sku:support Stepper [\#146](https://github.com/youzan/vant/pull/146) [@w91](https://github.com/w91) **Bug Fixes** -- fix license error in packages.json [\#144](https://github.com/youzan/vant/pull/144) [@airyland](https://github.com/airyland) -- fix Waterfall scroll bug [\#145](https://github.com/youzan/vant/pull/145) [@pangxie1991](https://github.com/pangxie1991) +* fix license error in packages.json [\#144](https://github.com/youzan/vant/pull/144) [@airyland](https://github.com/airyland) +* fix Waterfall scroll bug [\#145](https://github.com/youzan/vant/pull/145) [@pangxie1991](https://github.com/pangxie1991) ### [0.9.8](https://github.com/youzan/vant/tree/v0.9.8) + `2017-09-24` **Improvements** -- add AddressList component [\#138](https://github.com/youzan/vant/pull/138) [@chenjiahan](https://github.com/chenjiahan) -- modify changelog [\#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) +* modify changelog [\#140](https://github.com/youzan/vant/pull/140) [@chenjiahan](https://github.com/chenjiahan) **Bug Fixes** -- fix Sku message render bug [\#142](https://github.com/youzan/vant/pull/142) [@w91](https://github.com/w91) + +* fix Sku message render bug [\#142](https://github.com/youzan/vant/pull/142) [@w91](https://github.com/w91) ### [0.9.7](https://github.com/youzan/vant/tree/v0.9.7) + `2017-09-21` **Improvements** -- Checkbox: support shape prop [\#137](https://github.com/youzan/vant/pull/137) [@chenjiahan](https://github.com/chenjiahan) + +* Checkbox: support shape prop [\#137](https://github.com/youzan/vant/pull/137) [@chenjiahan](https://github.com/chenjiahan) diff --git a/docs/markdown/zh-CN/changelog-generated.md b/docs/markdown/zh-CN/changelog-generated.md index d10916e86..5a7291784 100644 --- a/docs/markdown/zh-CN/changelog-generated.md +++ b/docs/markdown/zh-CN/changelog-generated.md @@ -1,5 +1,36 @@ ## 更新日志 +## [v0.12.0](https://github.com/youzan/vant/tree/v0.12.0) (2017-12-29) +[Full Changelog](https://github.com/youzan/vant/compare/v0.11.15...v0.12.0) + +**Issue** + +- Vant里的AddressEdit地址编辑控件change-area的事件不触发 [\#496](https://github.com/youzan/vant/issues/496) +- run dev/build 无法在低版本 Chrome 内核浏览器显示 [\#491](https://github.com/youzan/vant/issues/491) +- Tabs 标签页不能自定义颜色吗? [\#489](https://github.com/youzan/vant/issues/489) +- Uploader 图片上传 安卓的浏览器,多选模式只能上传一张图片 [\#487](https://github.com/youzan/vant/issues/487) +- 没有单独组件的安装方法吗 [\#485](https://github.com/youzan/vant/issues/485) +- 用cdn的方式引入怎么解析出来的样式不对? [\#483](https://github.com/youzan/vant/issues/483) +- Error in render function: "ReferenceError: Toast is not defined" [\#481](https://github.com/youzan/vant/issues/481) +- picker 联动 change 事件 索引可能越界 [\#479](https://github.com/youzan/vant/issues/479) +- popup 控件引起的滚动异常 [\#476](https://github.com/youzan/vant/issues/476) +- 引入失败 [\#475](https://github.com/youzan/vant/issues/475) +- 多张图片上传不支持吗?返回值只有一个file [\#471](https://github.com/youzan/vant/issues/471) +- \[Proposal\] Should use kebab-case props name in templates. [\#467](https://github.com/youzan/vant/issues/467) +- van-actionsheet 在移动端IOS 11.1.1中光标向上偏移 [\#314](https://github.com/youzan/vant/issues/314) + +**Improvements** + +- \[breaking change\] Cell: show active color when clicked [\#497](https://github.com/youzan/vant/pull/497) ([chenjiahan](https://github.com/chenjiahan)) +- \[Doc\] move Card to business components [\#495](https://github.com/youzan/vant/pull/495) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] Tab: height calc error when use sticky [\#493](https://github.com/youzan/vant/pull/493) ([chenjiahan](https://github.com/chenjiahan)) +- \[new feature\] Field: add error-message prop [\#492](https://github.com/youzan/vant/pull/492) ([chenjiahan](https://github.com/chenjiahan)) +- \[Doc\] update site UI [\#490](https://github.com/youzan/vant/pull/490) ([chenjiahan](https://github.com/chenjiahan)) +- \[bugfix\] Component should not inheritAttrs when use $attrs [\#488](https://github.com/youzan/vant/pull/488) ([chenjiahan](https://github.com/chenjiahan)) +- \[bug fix\] Coupon docs: fix exchange coupons [\#486](https://github.com/youzan/vant/pull/486) ([chuangbo](https://github.com/chuangbo)) +- \[Doc\] update code style [\#484](https://github.com/youzan/vant/pull/484) ([chenjiahan](https://github.com/chenjiahan)) +- \[Improvement\] follow eslint-plugin-vue strongly-recommended code style [\#482](https://github.com/youzan/vant/pull/482) ([chenjiahan](https://github.com/chenjiahan)) + ## [v0.11.15](https://github.com/youzan/vant/tree/v0.11.15) (2017-12-25) [Full Changelog](https://github.com/youzan/vant/compare/v0.11.14...v0.11.15) diff --git a/docs/markdown/zh-CN/changelog.md b/docs/markdown/zh-CN/changelog.md index 27165390a..b4d98dd6e 100644 --- a/docs/markdown/zh-CN/changelog.md +++ b/docs/markdown/zh-CN/changelog.md @@ -1,5 +1,24 @@ ## 更新日志 +### [0.12.0](https://github.com/youzan/vant/tree/v0.12.0) + +`2017-12-29` + +**Breaking changes** + +* Cell: CellGroup 左内边距移至 Cell 内, 新增 'border'、'clickable' 属性 [\#497](https://github.com/youzan/vant/pull/497) [@chenjiahan](https://github.com/chenjiahan) +* 调整编码规范, 使用官方推荐的 kebab-case 属性命名 [\#482](https://github.com/youzan/vant/pull/482) [@chenjiahan](https://github.com/chenjiahan) + +**Improvements** + +* Field: 新增 error-message 属性 [\#492](https://github.com/youzan/vant/pull/492) [@chenjiahan](https://github.com/chenjiahan) +* Document: 更新到新版文档样式 [\#490](https://github.com/youzan/vant/pull/490) [@chenjiahan](https://github.com/chenjiahan) + +**Bug Fixes** + +* 修复 Tab 使用 sticky 时高度计算错误的问题 [\#493](https://github.com/youzan/vant/pull/493) [@chenjiahan](https://github.com/chenjiahan) +* 修复组件使用 $attrs 时继承属性的问题 [\#488](https://github.com/youzan/vant/pull/488) [@chenjiahan](https://github.com/chenjiahan) + ### [0.11.15](https://github.com/youzan/vant/tree/v0.11.15) `2017-12-25`