1021 Commits

Author SHA1 Message Date
neverland
e9cf162bc4
[Doc] Button: missing loading-text prop (#1301) 2019-02-13 18:02:46 +08:00
neverland
59efba991b
[new feature] Button: add loading-text prop (#1300) 2019-02-13 17:53:54 +08:00
neverland
cbdccdf820
[new feature] SwitchCell: add active-value & inactive-value prop (#1298) 2019-02-13 16:52:55 +08:00
neverland
1dd9218a67
[new feature] Switch: add active-value & inactive-value prop (#1297) 2019-02-13 16:49:10 +08:00
neverland
7b9432a51c
[new feature] Area: add confirm-button-text prop (#1296) 2019-02-13 16:40:28 +08:00
neverland
a0bfe6959b
[bugfix] Tab: should not have line animation when inited (#1295) 2019-02-13 16:24:21 +08:00
rex-zsd
5c8d8dfe25 docs: ✏️ update changelog 2019-02-06 21:13:02 +08:00
rex
8558cd541e
[release] 0.5.3 v0.5.3 2019-02-06 20:51:51 +08:00
neverland
2ae1906ff5
[new feature] add weapp-nav icon (#1286) 2019-02-04 11:04:41 +08:00
rex
d605c45190
[improvement] TreeSelect: 优化性能
re #1244
2019-02-03 21:30:17 +08:00
rex
cc783fc86f
[improvement] NoticeBar: 性能优化 2019-02-03 21:29:11 +08:00
rex
baf1c91a75
[new feature] GoodsActionIcon: 新增外部样式类icon-class、text-class
re #1260
2019-02-03 21:28:30 +08:00
rex
fdfda6ba9a
[improvement] Dialog: 提高 zIndex 默认值为 2000
修复 #1201
2019-02-03 21:26:56 +08:00
rex
f915fc2333
[bugfix] Area: 修复特殊情况下初始化选项错误
fix #1215
2019-02-03 21:26:32 +08:00
rex
0e699d950e
[improvement]: 使用 hover-class 定义点击态样式 2019-02-03 21:25:58 +08:00
rex
f07c4754db
[build] Icon: 升级 @vant/icons 2019-02-03 21:25:36 +08:00
rex
386322b44a
[new feature] Button: 增加新属性 ariaLabel、增加外部样式类 hover-class、增加launchapp事件 2019-02-03 10:10:27 +08:00
rex
705aa8c1df
improvement: 更新weapp类型定义 2019-02-02 16:18:12 +08:00
JohnnyYang
d28ca0271a 完善search文档 (#1228) 2019-02-01 07:40:20 +08:00
rex
0c4a5baff5 fix(Çard): 修复centered属性无效,去除title、desc长度限制 @rex-zsd (#1270) 2019-02-01 07:39:24 +08:00
rex
13e00d9de3 feat(Collapse): 新增外部样式类 title-class @rex-zsd (#1271) 2019-02-01 07:38:43 +08:00
rex
1949fa03a2
[bugfix] Field: 修复清除图标未居中
修复 #1261
2019-01-31 11:41:03 +08:00
rex-zsd
7cdea2f3ff docs: update changelog 2019-01-21 00:04:59 +08:00
rex-zsd
f56cbec82c [release] 0.5.2 v0.5.2 2019-01-20 23:55:35 +08:00
rex-zsd
aacdc1277e [build] 0.5.2 2019-01-20 23:55:35 +08:00
rex
57628c24e5
[bugfix] Search: 修复readonly属性无效
修复 #1231
2019-01-20 14:06:26 +08:00
rex
06eae02f8e
[improvement] Card: 更新价格部分样式 2019-01-20 14:05:47 +08:00
rex
d3e29b7cbc
[bugfix] Area: 修复getIndexes结果不符合预期
修复 #1212
2019-01-19 18:51:15 +08:00
张敏
03fa90dd9d [bugfix] Tabs:回滚使用IntersectionObserver实现的sticky效果 2019-01-19 18:50:38 +08:00
rex
7fc0eb7a00
[improvement] TreeSelect: 去除点击态样式 2019-01-19 18:49:46 +08:00
rex
efbbc07c10
docs(Collapse): 完善 Collapse 文档 2019-01-16 10:49:53 +08:00
neverland
e34b49ef9b
[improvement] TabbarItem: add custom-class (#1213) 2019-01-14 14:16:47 +08:00
neverland
22d4f4eb0b
[improvement] Toast: allow newline charactor (#1210) 2019-01-11 21:46:44 +08:00
陈嘉涵
43720ffa9c [changelog] 0.5.1 2019-01-10 21:36:50 +08:00
陈嘉涵
a17689005b [release] 0.5.1 v0.5.1 2019-01-10 21:29:00 +08:00
陈嘉涵
2983117b89 [build] 0.5.1 2019-01-10 21:28:59 +08:00
neverland
efc74f7782
[new feature] Tab: add line-height prop (#1205) 2019-01-10 21:26:48 +08:00
neverland
7fbe5cd789
[improvement] Icon: add cart-circle icon (#1204) 2019-01-10 21:16:28 +08:00
neverland
91d735a41a
[improvement] Color: update base green to wechat green (#1202) 2019-01-10 17:45:58 +08:00
张敏
f5306b88c1 [improvement] Tabs:sticky实现优化,不依赖外层的scrollTop (#1197) 2019-01-10 17:34:21 +08:00
张帅
96c2a3af76 fix: the handwritten keyboard does not trigger input change (#1200) 2019-01-10 17:34:10 +08:00
刘建东
b46758c92f [bug fix]slider: 修复 value 值改变时,触发 drag 事件的问题 (#1186) 2019-01-10 17:32:18 +08:00
rex
df1a90c86b fix(Area): fix initial option error @rex-zsd (#1196) 2019-01-10 17:30:37 +08:00
rex-zsd
94fc0d2892 docs: update changelog 2019-01-05 21:53:35 +08:00
rex-zsd
25c799ce43 [release] 0.5.0 v0.5.0 2019-01-05 21:27:31 +08:00
rex-zsd
217879163e [build] 0.5.0 2019-01-05 21:27:30 +08:00
rex
8667235b15
[improvement] DatetimePicker: 使用picker重构 2019-01-05 21:21:54 +08:00
neverland
a96083f9ec
[improvement] Icon: rounded lines (#1188) 2019-01-04 21:54:32 +08:00
rex
ab1b07ec8c
[new feature] Tab: 增加新属性 dot、info、title-style
re #1059 #1153
2019-01-04 10:57:37 +08:00
neverland
cf5922aacc
update dependencies (#1180) 2019-01-02 21:48:30 +08:00