368 Commits

Author SHA1 Message Date
陈嘉涵
bf0d3910a4 [bugfix] duplicate icon-font file in css dist dir 2018-04-17 15:24:19 +08:00
陈嘉涵
4ad6b29a71 [build] 1.0.7 2018-04-17 15:05:10 +08:00
陈嘉涵
4179bc45ec [bugfix] missing style entry in dist lib 2018-04-17 15:00:53 +08:00
陈嘉涵
c2de38c276 [build] 1.0.6 2018-04-17 14:41:24 +08:00
neverland
f97bb54688
[new feature] support es module (#875) 2018-04-17 14:36:46 +08:00
陈嘉涵
e0204be4a7 [build] 1.0.5 2018-04-13 15:29:03 +08:00
neverland
7285632c35
[bugfix] NavBar: limit title max width (#867) 2018-04-13 12:57:16 +08:00
neverland
ec47c8d0d3
[bugfix] Button: vertical align incorrect when loading (#858) 2018-04-12 10:50:56 +08:00
neverland
7d3b63eb15
[bugfix] SubmitBar: inherit wrong font size (#857) 2018-04-12 10:40:40 +08:00
neverland
bd8dd90a28
[bugfix] SwitchCell: text vertical align (#852) 2018-04-11 15:41:29 +08:00
陈嘉涵
284475b1e8 [build] 1.0.4 2018-04-10 10:46:06 +08:00
neverland
f060c0e59d
[bugfix] Sku: van-sku-row font-size (#840) 2018-04-09 20:06:46 +08:00
neverland
5497eef5ef
[Improvement] optimize find parent mixin (#781) 2018-03-26 21:20:00 +08:00
neverland
dadf733d71
[bugfix] Button: should be unclickavble when loading (#779) 2018-03-26 19:52:17 +08:00
hugin
9930a3263b [new feature] Actionsheet: support maxHeight (#777)
* [Improvement] Actionsheet: set container max-height  && support scrolling when contents exceeds max height

*  [Improvement] Actionsheet: set scroll-y to auto
2018-03-26 17:02:57 +08:00
neverland
df1b86002a
[Improvement] SubmitBar: adjsut font-size (#774) 2018-03-26 13:25:04 +08:00
陈嘉涵
a96bd82eb7 [build] 1.0.3 2018-03-26 11:16:08 +08:00
neverland
2dc5647d20
[bugfix] Tag: text line height in android browser (#773) 2018-03-26 10:51:34 +08:00
neverland
45859cf0a6
[Improvement] Field: add button slot (#772) 2018-03-25 22:12:24 +08:00
neverland
eda842ce07
[Improvement] Cell: update to flex-box (#770) 2018-03-23 21:23:57 +08:00
niunai
0084c5ee82 [build] 1.0.2 2018-03-22 16:39:07 +08:00
neverland
bca3401d81
[bugfix] Toast: overlay blocked by other element (#740) 2018-03-21 15:58:11 +08:00
skylinety
3b17c03267 [Improvement] NoticeBar: adjust padding 2018-03-20 19:14:17 +08:00
陈嘉涵
158fbc6d67 [build] 1.0.1 2018-03-19 20:53:58 +08:00
陈嘉涵
107c9574a2 [build] 1.0.0 2018-03-19 13:46:00 +08:00
neverland
c6a3896ce7
[Improvement] Switch: support custom size (#723) 2018-03-19 13:44:12 +08:00
neverland
4c195fd664
[Improvement] Sku: optimize DOM (#704) 2018-03-16 20:27:59 +08:00
neverland
ffd72e5442
[Improvement] extract component common part (#703) 2018-03-16 17:10:46 +08:00
张敏
5cdf3b1d79 [new feature] Tabs: support switch tabs with swipe gestrue in the content (#694) 2018-03-15 10:17:51 +08:00
neverland
8f2bd93786
[Improvement] Tag: adjust style (#689) 2018-03-14 11:33:02 +08:00
neverland
7d3768591f
[bugfix] Badge info font weight (#687) 2018-03-14 10:28:51 +08:00
neverland
31be42bc8c
[bugfix] Actionsheet: border display error (#686) 2018-03-13 22:45:20 +08:00
neverland
d8d1aa6e82
[Improvement] CellSwipe: optimzie animation fluency (#685) 2018-03-13 19:41:31 +08:00
neverland
5592db2cb2
[new feature] add List component (#682) 2018-03-13 16:01:50 +08:00
neverland
0768aab52c
[new feature] add Collapse component (#674) 2018-03-12 17:40:20 +08:00
陈嘉涵
6626fd91a2 [build] 0.12.14 2018-03-09 16:22:58 +08:00
niunai
abe965ad2f [build] 0.12.13 2018-03-09 12:32:15 +08:00
neverland
b3fe1a0953
[bugfix] CouponList text max-width (#675) 2018-03-08 21:26:10 +08:00
陈嘉涵
00b542a598 [build] 0.12.12 2018-03-06 17:38:08 +08:00
neverland
9027c3e8b4
[bugfix] Field: disabled color in safari (#669) 2018-03-06 16:21:42 +08:00
neverland
8641701609
[Improvement] update CDN domain (#652) 2018-02-27 15:14:43 +08:00
陈嘉涵
7445e4529d [build] 0.12.11 2018-02-27 10:27:53 +08:00
neverland
bdeb4a8ae4
[Improvement] Icon: add warn icon (#651) 2018-02-27 10:22:28 +08:00
neverland
0132e855cf
[Improvement] Icon: add info-o icon (#648)
* [bugfix] Swipe: use translate2d to aviod iOS11 crash bug

* [bugfix] Area: should valid data before get area list

* [bugfix] AddressEdit: setAreaCode now work

* fix: test cases

* [Improvement] NavBar: add zIndex prop

* fix: code style

* [Improvement] Cell: adjust right padding of arrow

* [bugfix] Picker: change event not triggered when click option

* [Improvement] Dialog: add setDefaultOptions method

* [Improvement] Toast: add setDefaultOptions method

* [Doc] fix misspelling of NumberKeyboard

* [Improvement] Picker: add props to custom button text

* [bugfix] Picker: misspelling of visibleItemCount

* [Improvement] Sku: remove unnecessary codes

* update dependencies

* fix: yarn.lock

* [Improvement] CouponList: add exchangeMinLength prop

* [bugfix] Area: should not display city & county list when not select province

* [Improvement] Icon: update share icon

* [Improvement] Button: add text prop

* [Improvement] update dependencies

* [Improvement] CouponList: support v-model & exchangeButtonLoading

* [bugfix] Toast: work break

* [bugfix] Tab: active not work

* [Improvement] AddressEdit: add default slot

* [new feature] Uploader: support maxSize prop

* [bugfix] Field: multi line label stye error

* [Improvement] Sku: add getSkuData method

* [new feature] Toast: support multiple instance

* fix: reset toast message

* fix: toast message

* [Improvement] Area: add item-height & visible-item-count props

* [new feature] Dialog: support component call

* [Improvement] Toast: adjust background color

* [Improvement] Tab: add title slot

* [bugfix] TreeSelect: arrow position error

* [bugfix] Picker: style error in some andriod devices

* [new feature] Popup: support getContaienr

* [Improvement] add van-ellipsis class

* [new feature] Loading: add circular type

* fix: loading demo

* fix: loading test cases

* [new feature] Picker: add loading prop

* Merge

* [Improvement] Loading: add size prop

* fix: loading test cases

* [Improvement] Button: change loading icon

* [Improvement] Loading:  change default type to circular

* [Improvement] Circle: optimzie linecap

* [Improvement] PullRefresh: add refersh event

* [Doc] optimzie demo display

* [Doc] add build-in style document

* [bugfix] Stepper: change event error when clear input

* [Improvement] Checkbox: remove unnecessary DOM

* fix: checkbox test cases

* [Doc] simplify build process

* simplify test config

* [Doc] optimzie router & remove unused code

* [bugfix] Button loading horizontal align

* [Improvement] Popup: add click-overlay event

* [Improvement] Icon: add info-o icon
2018-02-26 13:57:23 +08:00
neverland
c0f870ceb9
[bugfix] Button loading horizontal align (#645) 2018-02-23 14:40:32 +08:00
陈嘉涵
411cef317b [build] 0.12.10 2018-02-12 17:33:52 +08:00
陈嘉涵
b00bdba5fa [bugfix] vant-css version 2018-02-12 17:33:04 +08:00
neverland
9673da4131
[Improvement] Checkbox: remove unnecessary DOM (#636) 2018-02-12 10:35:20 +08:00
neverland
6f52b59d50
[Doc] add build-in style document (#633) 2018-02-09 16:38:44 +08:00
niunai
2e3c8b1953 [build] 0.12.9 2018-02-08 17:52:26 +08:00