53 Commits

Author SHA1 Message Date
neverland
24f8919d58
docs: fix square typo (#9714)
* docs: fix square typo

* chore: revert cell props
2021-10-23 22:55:01 +08:00
neverland
0fda0d3411
docs: fix cdn link (#8022) 2021-01-27 10:05:31 +08:00
neverland
862adcd8eb
docs: display all less variables (#7604) 2020-11-22 16:02:46 +08:00
neverland
a3b9e67d36
docs: fix grammar errors (#7594) 2020-11-20 20:39:40 +08:00
neverland
22888a7e97
test: should not emit deprecation warning in test (#7356) 2020-10-18 19:54:39 +08:00
chenjiahan
a5dbcf9638 docs: add period at the end of sentence 2020-09-27 21:02:52 +08:00
neverland
d0eb103cba
docs: remove earlier version tags (#7109) 2020-09-05 07:13:47 +08:00
chenjiahan
272a89423e docs: remove legacy slot usage 2020-08-15 07:27:35 +08:00
neverland
378009fefa
style(Image): update loading icon and error icon (#6890) 2020-07-29 09:36:15 +08:00
neverland
45f3c9e759
feat(Grid): add direction prop (#6256) 2020-05-11 15:47:55 +08:00
chenjiahan
7f84f8a487 docs: prettier all markdown files 2020-04-11 09:17:33 +08:00
chenjiahan
8144e3de50 docs: fix CN basic usage title 2020-04-09 13:09:32 +08:00
chenjiahan
d8fa4b9495 docs: simplify $t to t 2020-03-21 14:46:02 +08:00
chenjiahan
db94b20c82 feat(GridItem): add badge prop, mark info prop as deprecated 2020-03-17 21:01:01 +08:00
chenjiahan
130e1ac7a6 feat(Button): add icon-prefix prop (#5666) 2020-02-28 15:40:46 +08:00
chenjiahan
09b57901f5 feat(GridItem): add icon-prefix prop (#5666) 2020-02-27 20:41:57 +08:00
陈嘉涵
aceaa2f739 docs: improve event param typing 2020-02-09 11:12:15 +08:00
陈嘉涵
e7d3f536c7 docs: improve link spacing 2020-02-08 20:16:04 +08:00
陈嘉涵
1af1f4ac4f feat(Grid): column-num can be string 2020-01-29 12:03:43 +08:00
陈嘉涵
c6f424baa7 docs: update numeric type 2020-01-29 10:11:09 +08:00
陈嘉涵
e04fb6cd7b docs: fix arrow-direction default value 2020-01-23 10:36:43 +08:00
陈嘉涵
24ec818121 docs: optimize icon link 2020-01-23 10:32:02 +08:00
陈嘉涵
bb53c3c758 chore: sort imports 2020-01-19 19:29:30 +08:00
陈嘉涵
82208c42b8 chore: prettier all demos 2020-01-19 15:39:00 +08:00
陈嘉涵
389d68884d chore: add trailingComma 2020-01-19 11:57:09 +08:00
陈嘉涵
cdbd67f379 docs: update markdown code block 2020-01-18 20:14:16 +08:00
陈嘉涵
80568816e3 docs: update install guide 2020-01-16 20:58:32 +08:00
陈嘉涵
26f2884fbb chore: remove unused registration in test cases 2020-01-14 17:48:40 +08:00
陈嘉涵
e16239e426 docs: update version tag 2020-01-10 21:06:05 +08:00
陈嘉涵
d7ae8c5a26 feat(Image): add @image-loading-icon-size、@image-error-icon-size var 2019-12-29 08:35:57 +08:00
neverland
d25ddc1914
feat(Tab): add info prop (#5274) 2019-12-15 22:06:24 +08:00
neverland
aee1091c5c
chore: adjust path of test utils (#4997) 2019-11-13 16:46:01 +08:00
neverland
ce30cfa3a9
fix(Grid): info、dot prop not work when use icon slot (#4902) 2019-11-02 20:53:22 +08:00
neverland
0a1d6b5a9b
docs: fix icon link (#4758) 2019-10-17 17:20:41 +08:00
neverland
39af08170c
feat(Grid): add icon-size prop (#4656) 2019-10-07 18:00:45 +08:00
neverland
65dcc56753
docs: update desc of replace prop (#4639) 2019-09-30 11:48:32 +08:00
neverland
2d04b23671
fix(GridItem): click area (#4518) 2019-09-20 20:26:21 +08:00
neverland
8cd2efe354
feat(GridItem): improve accessbility (#4517) 2019-09-20 20:23:52 +08:00
neverland
88338088be
feat(GridItem): add dot prop (#4426) 2019-09-11 15:07:45 +08:00
neverland
21d5127fd7
feat(Icon): add dot prop (#4425) 2019-09-11 14:43:54 +08:00
neverland
e69e3d349a
feat(Grid): add info prop (#4424) 2019-09-11 11:48:24 +08:00
neverland
eb32c6b02e
feat(Tab): add to、url、replace prop (#4422) 2019-09-11 11:15:53 +08:00
neverland
6069d72df4
docs: add more links (#4420) 2019-09-10 20:27:42 +08:00
neverland
ecbdc2bede
docs: type highlight (#4264) 2019-08-27 22:09:21 +08:00
neverland
959efb0ce6
docs: add version tip in en docs (#4262) 2019-08-27 19:56:30 +08:00
neverland
cf92bb122a
[Doc] update install guide (#4083) 2019-08-10 11:11:10 +08:00
neverland
24f5a91cd3
[improvement] add constant of border (#4078) 2019-08-09 14:15:49 +08:00
neverland
3a77666e49
[improvement] update lint rules (#3970) 2019-07-26 11:47:17 +08:00
陈嘉涵
019c75506a [Doc] use ts-style type 2019-07-11 20:35:41 +08:00
陈嘉涵
4b829ea7dd [improvement] rename suffixPx to addUnit 2019-07-08 17:42:24 +08:00