1676 Commits

Author SHA1 Message Date
rex-zsd
143e7ac702 build: release 1.0.3 v1.0.3 2020-01-09 19:48:36 +08:00
rex-zsd
bc9cd39fb8 build: compile 1.0.3 2020-01-09 19:48:32 +08:00
yyyyyyyyyyy
37a39298e1 fix #2604 & #2661 解决动态添加tabs列表内容时,顺序错乱以及下划线长度不变的问题。 (#2663)
* fix 2604&2661
解决动态添加tabs列表内容时,顺序错乱以及下划线长度不变的问题。

* 修改备注

* 修改方法命名、删除相关注释

* 删除注释
2020-01-09 19:35:11 +08:00
rex
8e1af8e420
refactor(mixins): remove observer behavior (#2640) 2020-01-09 19:34:07 +08:00
linrz
551b1c22a9 docs: update button and cell example (#2641) 2020-01-04 19:23:19 +08:00
taoqf
243d36cc7b use lib as miniprogram (#2639) 2020-01-03 14:16:30 +08:00
ZhenZhen
8e2ede3ed9 docs(Toast): add OnClose function demo (#2637) 2020-01-03 11:44:07 +08:00
Lindy
478dbd1c18 feat(Steps): desc properties add custom style (#2630)
* feat(Steps): steps add custom style

* feat(Steps): steps add custom style
2020-01-03 11:42:50 +08:00
Lindy
773d733283 feat(NavBar): fix icon and text dislocation (#2633) 2020-01-03 11:42:31 +08:00
rex
8a89cbae34
fix(readme): fix link to miniprogram quickstart (#2638)
fix #2613
2020-01-03 11:41:31 +08:00
rex-zsd
be9e4f77c9 docs(changelog): release 1.0.2 2019-12-31 10:35:28 +08:00
rex-zsd
39c4a8444d build: release 1.0.2 v1.0.2 2019-12-31 09:44:43 +08:00
rex-zsd
9f68ed42b8 build: compile 1.0.2 2019-12-31 09:44:38 +08:00
wujingquan
cf2edcc0de docs(DatetimePicker): correct defaults (#2620) 2019-12-29 09:30:57 +08:00
neverland
4c13046a83
Update README.md 2019-12-28 11:52:52 +08:00
rex
d798f4d87f
feat(Skeleton): add new external class row-class & avatar-class & title-class (#2612)
fix #2580
2019-12-27 14:44:39 +08:00
Lindy
a59ea40115 docs(README): add vant-weapp demo link (#2599) 2019-12-27 14:34:24 +08:00
Jake
10f903f8bb feat(SwipeCell): support dynamic set width (#2607) 2019-12-27 14:34:06 +08:00
rex
954bb21d40
perf(Tab): improve scrolling (#2606)
fix #2506
2019-12-26 16:16:57 +08:00
rex
36bf4762eb
fix(IndexBar): fix error in click event (#2605)
fix #2522
2019-12-26 16:00:45 +08:00
rex
a44b3b4ed9
fix(Field): catch touchstart event to fix #1430 (#2602)
fix #1430
2019-12-26 14:28:34 +08:00
Pocho
72e992e56e feat(Uploader): add video accept type (#2584) 2019-12-24 14:58:44 +08:00
rex-zsd
2dc195d384 docs(changelog): release 1.0.1 2019-12-23 14:27:41 +08:00
rex-zsd
bdcc41cc72 build: release 1.0.1 v1.0.1 2019-12-23 14:09:35 +08:00
rex-zsd
96fc84cbd1 build: compile 1.0.1 2019-12-23 14:09:31 +08:00
rex
1a22587e4f
fix(Tag): add component dependence van-icon (#2579)
fix #2574
2019-12-23 10:44:39 +08:00
linrz
9f173eac00 docs(Button/Cell/Checkbox/Radio): update some examples (#2576)
* docs: complete some examples of  button/cell/checbox/radio

* docs: update button text

* docs: add some usage of button/cell/checbox/radio
2019-12-23 10:14:26 +08:00
Lindy
2dbabe7bf3 feat(Uploader): add sizeType Attribute (#2563)
* feat(Uploader): add sizeType Attribute

* feat(Uploader): Uploader组件sizeType 类型修改

* feat(Uploader): fix defaultd value
2019-12-23 10:13:53 +08:00
rex
448bf72598
docs(Style): add new doc to introduce how to override component style (#2566) 2019-12-20 14:35:14 +08:00
陈嘉涵
bf547317be docs: update badges 2019-12-20 13:23:45 +08:00
Lindy
8b38ccf364 feat(GoodsActionButton): add plain attributes (#2559)
* feat(GoodsActionButton): add plain attributes

* feat(GoodsActionButton): classnames normalize

* feat(GoodsActionButton): code optimization
2019-12-20 10:38:26 +08:00
rex
7165b399c7
refactor(Common): refactor set method with nextTick (#2561) 2019-12-19 20:41:17 +08:00
Fyerl
fc2fdb9f11 docs(IndexBar): fix demo (#2560) 2019-12-19 20:04:11 +08:00
rex
1b28680be1
fix(Notify): fix safeAreaInsetTop not work (#2558)
fix #2540
2019-12-19 16:32:22 +08:00
衣沾不足惜
9e310e4c00 Update README.md (#2557)
修改rate组件chang事件参数说明
2019-12-19 15:42:42 +08:00
Jake
bef4b0cf06
docs(SwipeCell): add async-close instruction (#2554)
* docs(SwipeCell): add async-close instruction
2019-12-19 10:08:53 +08:00
rex
1d93057061
fix(Uploader): remove use-slot & catch upload error & fix prop capture not work (#2551)
fix #2541, fix #2544
2019-12-18 01:01:08 +08:00
rex
4527c31c6c
feat(utils): improve add unit performance with wxs (#2550) 2019-12-18 00:31:29 +08:00
Lindy
ee794b07fd feat(Steps): add inactive-color feature (#2497)
* feat(Steps): add inactive-color new feature

* feat(Steps): add inactive-color new feature
2019-12-13 10:38:25 +08:00
GPPoseidon
1d5afac75a docs(swipe-cell): add swipecell example (#2520) 2019-12-13 10:29:11 +08:00
GPPoseidon
045f2b4c03 docs(notice-bar): add notice-bar example (#2523) 2019-12-13 10:27:58 +08:00
GPPoseidon
a5e56d43e8 fix(Field): add input-align example (#2519) 2019-12-11 17:47:30 +08:00
neverland
b89c2486af
fix(Icon): medal typo (#2511) 2019-12-11 11:24:45 +08:00
rex-zsd
fce0f93ef4 docs(changelog): release 1.0.0 2019-12-11 10:53:41 +08:00
rex-zsd
9e7072580a build: release 1.0.0 v1.0.0 2019-12-11 10:06:40 +08:00
rex-zsd
e5496ae832 build: compile 1.0.0 2019-12-11 10:06:36 +08:00
Dottieworks
4210edae6d docs(Tabbar): add demo and docs (#2493) 2019-12-09 13:57:39 +08:00
Dottieworks
cc48c40547 docs(Icon): add demo and docs (#2498) 2019-12-09 13:57:07 +08:00
neverland
b5ecc922a3
feat(Notify): add clear method (#2501) 2019-12-07 16:33:27 +08:00
rex-zsd
cd950a65a8 docs(changelog): release 1.0.0-beta.6 2019-12-05 14:20:23 +08:00