neverland
|
18378bdbdc
|
docs: fix icon link (#2162)
|
2019-10-17 09:41:10 +08:00 |
|
rex
|
7c41cc0ff0
|
feat(theme): support custom theme base on css variables @rex-zsd (#2049)
|
2019-09-18 17:42:21 +08:00 |
|
neverland
|
2be1ab0ef1
|
docs: scroll to anchor (#2048)
|
2019-09-18 17:14:59 +08:00 |
|
neverland
|
e45dcd6be0
|
docs: add icon link (#2042)
|
2019-09-18 15:28:48 +08:00 |
|
neverland
|
c0901b8023
|
fix(Circle): initial ctx (#2005)
|
2019-09-09 20:41:23 +08:00 |
|
neverland
|
84bec71f4a
|
docs: add api title (#1990)
|
2019-09-09 11:43:09 +08:00 |
|
neverland
|
eef1fc6678
|
build: add stylelint (#1982)
|
2019-09-07 19:18:37 +08:00 |
|
君寻
|
14e5b62b83
|
doc: add props version (#1973)
|
2019-09-06 11:46:43 +08:00 |
|
neverland
|
3402313eb7
|
docs: add more intro (#1951)
|
2019-09-04 11:12:42 +08:00 |
|
neverland
|
22ad214714
|
feat(Field): add arrow-direction prop (#1948)
|
2019-09-04 10:40:39 +08:00 |
|
neverland
|
982dcd7a88
|
feat(Field): add clickable prop (#1946)
|
2019-09-04 09:50:43 +08:00 |
|
rex
|
6c10c8177a
|
[bugfix] Field: never change value in blur event & handle style difference between iOS and Android
fix #1849
fix #1779
fix #1735
fix #1906
|
2019-08-29 20:44:07 +08:00 |
|
neverland
|
23c2936146
|
docs: type highlight (#1918)
|
2019-08-28 10:58:54 +08:00 |
|
neverland
|
5ea9c88048
|
feat(Field): add selection-start、selection-end prop (#1898)
|
2019-08-23 11:35:31 +08:00 |
|
rex
|
c9fcdd70bf
|
build: update compiler
fix #1591
|
2019-08-12 19:57:38 +08:00 |
|
neverland
|
c92cec52e0
|
[Doc] Field: add custom-style props document (#1842)
|
2019-08-07 16:03:50 +08:00 |
|
neverland
|
2ecdc6759c
|
[bugfix] Field: error prop not work (#1827)
|
2019-08-06 06:34:42 +08:00 |
|
rex
|
95666f7095
|
[bugfix] field: unify textarea placeholder style with input
fix #1755
|
2019-07-12 14:26:31 +08:00 |
|
陈嘉涵
|
006fbbc0a3
|
[Doc] update quickstart.md
|
2019-06-21 17:14:51 +08:00 |
|
陈嘉涵
|
b8e4188408
|
[Doc] bump vant-doc 2.0
|
2019-06-21 17:07:57 +08:00 |
|
neverland
|
223c6dd6f5
|
[new feature] Field: add password prop (#1583)
|
2019-04-28 19:20:51 +08:00 |
|
rex
|
b26cb5ba72
|
[improvement] Field: add right-icon & fix placeholder style problem
fix #1483
|
2019-04-17 10:35:45 +08:00 |
|
zack
|
2d187d96c4
|
[new feature] Feild: add error-message-align prop
|
2019-04-15 11:25:29 +08:00 |
|
rex
|
53ff09b3bb
|
[docs]: add es5 guide
|
2019-04-03 20:15:05 +08:00 |
|
rex
|
83dc420112
|
[new feature] Field: add new prop size
support #1350
|
2019-03-04 10:01:17 +08:00 |
|
rex
|
1949fa03a2
|
[bugfix] Field: 修复清除图标未居中
修复 #1261
|
2019-01-31 11:41:03 +08:00 |
|
张帅
|
96c2a3af76
|
fix: the handwritten keyboard does not trigger input change (#1200)
|
2019-01-10 17:34:10 +08:00 |
|
neverland
|
9d03d94aa3
|
[bugfix] Field: input text color (#1143)
|
2018-12-24 20:43:25 +08:00 |
|
neverland
|
3b130445ae
|
[improvement] update icons (#1142)
|
2018-12-24 20:39:45 +08:00 |
|
neverland
|
339df6c0e6
|
[improvement] use wxs.bem instead of computed classNames (#1051)
|
2018-12-11 15:51:57 +08:00 |
|
rex
|
66e845bf12
|
feat(Field): add new prop showConfirmBar @rex-zsd (#1040)
|
2018-12-11 14:56:04 +08:00 |
|
neverland
|
d7fc30fed7
|
[bugfix] not proxy setData (#1023)
|
2018-12-06 15:29:51 +08:00 |
|
rex
|
4fbc3434d6
|
fix(Field): emit event after setData when input @rex-zsd (#970)
|
2018-11-27 21:24:41 +08:00 |
|
neverland
|
8386f66272
|
[new feature] Icon: name can be URL (#973)
|
2018-11-27 21:24:13 +08:00 |
|
rex
|
8b9f3dbdd1
|
feat(Field): add new slot left-icon @rex-zsd (#962)
|
2018-11-27 11:57:29 +08:00 |
|
muumlover
|
be2f53c346
|
[new feature] Field: 增加事件 focus , blur 的参数 (#956)
|
2018-11-26 20:03:09 +08:00 |
|
muumlover
|
98b00038f9
|
[new feature] Field: 增加 adjust-position , confirm-hold 属性 (#955)
|
2018-11-26 20:00:46 +08:00 |
|
rex
|
59eb467a5c
|
feat(Field): add new prop fixed @rex-zsd (#925)
|
2018-11-19 19:40:11 +08:00 |
|
vv13
|
38cb8ca4f6
|
[improvement] Search&Field: add clear event. (#894)
|
2018-11-12 19:02:23 +08:00 |
|
neverland
|
023b11716c
|
[bugfix] Field: icon align (#871)
|
2018-11-06 21:55:19 +08:00 |
|
neverland
|
ede23675fe
|
[improvement] optimize component registration (#846)
|
2018-11-01 20:25:27 +08:00 |
|
neverland
|
a0a2c3120f
|
[bugfix] Field: input align not work (#789)
|
2018-10-19 14:11:17 +08:00 |
|
neverland
|
391534e142
|
[improvement] Field: update icon size (#700)
|
2018-10-08 16:54:21 +08:00 |
|
陈嘉涵
|
c1be15ecb6
|
[changelog] 0.3.6
|
2018-09-30 10:46:33 +08:00 |
|
neverland
|
b4499b9a7b
|
[bugfix] Field: readonly not work (#679)
|
2018-09-29 15:56:00 +08:00 |
|
neverland
|
ee2aacf173
|
[improvement] Field: add placeholder-style prop (#678)
|
2018-09-29 15:18:24 +08:00 |
|
neverland
|
0e3ee3dc77
|
[improvement] use less as css compiler (#664)
|
2018-09-28 15:18:24 +08:00 |
|
neverland
|
fe4024cdc9
|
[improvement] update css extension name (#662)
|
2018-09-28 14:13:31 +08:00 |
|
neverland
|
27ed2e5657
|
[build] update to babel 7 (#656)
|
2018-09-27 16:52:41 +08:00 |
|
neverland
|
f35edf2662
|
[type] getCurrentPages (#626)
|
2018-09-21 20:17:48 +08:00 |
|