130 Commits

Author SHA1 Message Date
陈嘉涵
4119b5b3c7 [improvement] check event.cancelable before preventDefault 2019-05-10 14:18:46 +08:00
neverland
9fe0831e6d
[new feature] Field: add label-width prop (#3235) 2019-04-29 11:31:52 +08:00
neverland
23792ce16f
[improvement] Field: optimize root scroll top (#3222) 2019-04-26 15:35:45 +08:00
neverland
2190b34028
[bugfix] Field: add hack for iOS 12 scroll position (#3204) 2019-04-23 19:32:33 +08:00
neverland
acbcd931f6
[improvement] Field: add less vars (#3168) 2019-04-17 16:42:58 +08:00
neverland
8c051b8e1f
[improvement] optimize jest fn called judgement (#3029) 2019-03-21 18:57:44 +08:00
neverland
e04322a2e6
[improvement] Actionsheet: support use slot and cancel-text at same time (#3021) 2019-03-20 20:36:42 +08:00
Super
2d6269fba8 [new feature] Field: add error-message-align prop (#3016) 2019-03-20 20:21:15 +08:00
neverland
b971ddfb7b
[new feature] Collapse: add size prop (#2946) 2019-03-11 20:48:19 +08:00
neverland
e553c6e0dd
[new feature] Field: add size prop (#2936) 2019-03-11 09:13:23 +08:00
neverland
4ad382b33a
[improvement] add test case for field icon props (#2876) 2019-03-01 14:18:29 +08:00
neverland
b99d7f9c06
[bugfix] Field: label slot not work (#2872) 2019-02-28 19:41:34 +08:00
neverland
f211afe714
[improvement] ContactCard: tsx (#2783) 2019-02-18 20:24:51 +08:00
陈嘉涵
b74fe6fffc fix template slot 2019-02-14 20:16:11 +08:00
neverland
4aad9add9c
[improvement] Cell: functional (#2729) 2019-02-13 15:37:11 +08:00
naiyiwang
d30602692c
[bugfix] 修复ios下input type为datetime-local时的高度问题 (#2720) 2019-02-12 15:42:02 +08:00
neverland
e6584a28d3
[bugfix] functional component multi listeners (#2717) 2019-02-12 10:44:40 +08:00
neverland
9947ab00e8
[improvement] avoid use cell selector (#2714) 2019-02-11 19:03:36 +08:00
neverland
9c4ad97731
[improvement] use scoped-slots (#2712) 2019-02-11 17:52:43 +08:00
neverland
9f7c91a3b9
[bugfix] Field: right icon flex shrink (#2713) 2019-02-11 17:42:42 +08:00
neverland
f768e75bfe
[improvement] Use scoped-slots in Vue 2.6+ (#2688) 2019-02-05 22:16:55 +08:00
neverland
4374293c4e
bump vue@2.6 (#2684) 2019-02-05 10:25:21 +08:00
neverland
368cb51dba
[new feature] Field: add click-left-icon event (#2605) 2019-01-24 22:32:47 +08:00
陈嘉涵
cfc3e7df62 fix Field test cases 2019-01-21 22:39:34 +08:00
张敏
79a816b3b1 [bugfix] Field: type attribute not work (#2579) 2019-01-21 22:36:56 +08:00
neverland
b3f587c7d0
[improvement] Icon: jsx (#2514) 2019-01-13 08:44:36 +08:00
neverland
31da78eae6
[improvement] Field: jsx (#2512) 2019-01-12 23:14:52 +08:00
neverland
b5d1d00db5
[improvement] remove jsx whitespace (#2505) 2019-01-12 12:22:27 +08:00
neverland
5f9a4cf479
[improvement] Cell: jsx (#2461) 2019-01-07 21:52:46 +08:00
neverland
fdffccfc7d
[bugfix] Field: text color (#2323) 2018-12-18 22:54:40 +08:00
neverland
c100b045d1
[improvement] replace icons (#2304) 2018-12-16 15:59:52 +08:00
neverland
f60541c396
[bugfix] Field: cut off charactor input when use maxlength (#2295) 2018-12-15 16:53:06 +08:00
neverland
16e4889a92
[improvement] update eslint config (#2288) 2018-12-14 14:24:23 +08:00
neverland
d8ff9f3d34
[improvement] add Cell props mixin (#2189) 2018-11-30 15:45:50 +08:00
neverland
dc11970fa0
[new feature] Icon: name can be URL (#2149) 2018-11-26 20:27:30 +08:00
neverland
e14b43e66a
[improvement] update eslint rules (#2089) 2018-11-15 15:30:17 +08:00
neverland
11ce2a602f
[breaking change] rebuild style struct (#2021) 2018-11-03 21:08:06 +08:00
neverland
af168d6abc
[improvement] update color variables (#2010) 2018-11-01 16:16:26 +08:00
neverland
7685ecd254
[improvement] Field: add focus method (#1987) 2018-10-27 20:04:25 +08:00
neverland
dd9d0e856b
[improvement] Field: add left-icon slot (#1973) 2018-10-24 21:17:50 +08:00
陈嘉涵
2e8d7e0b4f [Doc] update changelog 2018-10-18 18:50:23 +08:00
neverland
995ae8c300
[improvement] Field: add clear event (#1944) 2018-10-17 13:14:07 +08:00
陈嘉涵
5c05eb42cb [Doc] remove improvement component changelog 2018-10-12 20:32:21 +08:00
neverland
f5e114cf08
[improvement] Cell: optimize border (#1902) 2018-10-09 11:47:28 +08:00
陈嘉涵
bc34d5048b [Doc] remove old changelog 2018-10-03 21:26:05 +08:00
陈嘉涵
ba7b9418c7 [changelog] 1.3.3 2018-09-23 15:54:03 +08:00
neverland
efa264d612
[bugfix] Field: maxlength not work when type = number (#1839) 2018-09-20 21:15:52 +08:00
neverland
bde9f5adb2
[Doc] add component changelog (#1816) 2018-09-17 15:10:07 +08:00
neverland
ca91a1b498
[Improvement] Button: optimize loading (#1756) 2018-09-05 17:47:15 +08:00
neverland
377ea7af9e
[Improvement] Coupon: upgrade style (#1636) 2018-08-16 19:58:37 +08:00