Commit Graph

1944 Commits

Author SHA1 Message Date
07akioni
3e763bbbf3 doc(button): button size 2020-03-02 12:09:15 +08:00
07akioni
8e52373679 chore: lint fixes 2020-03-01 20:27:22 +08:00
07akioni
54ba8b6251 refactor(typography): make all components not functional since it can't get context's theme 2020-03-01 20:22:56 +08:00
07akioni
ec58d7fcfa doc: make theme related demos looks more clear 2020-03-01 19:17:53 +08:00
07akioni
2a5940c7a1 refactor: unify upload & notification callback to Promise type 2020-03-01 19:06:31 +08:00
07akioni
b17591e349 feat(layout): scrollTo method on layout & layout sider 2020-03-01 16:34:17 +08:00
07akioni
41b8dfb0d1 feat(cascader): added some missed locales 2020-03-01 15:52:09 +08:00
07akioni
aed21e85ac fix(radio): should focus on mousedown, not click 2020-03-01 15:49:13 +08:00
07akioni
0d3f5ee896 refactor(data-table): new filter menu 2020-03-01 15:16:30 +08:00
07akioni
959b2fe238 style(radio): remove default margin of radio 2020-03-01 15:13:12 +08:00
07akioni
57cb3deea6 perf(mixins/hollowoutable): cut some useless code path 2020-02-29 22:30:40 +08:00
07akioni
29d135faee fix(steps): transition not disabled when mounted 2020-02-29 21:32:55 +08:00
07akioni
2ffe26881a fix(radio): transition not disabled when mounted 2020-02-29 21:17:10 +08:00
07akioni
75acc791ef fix(input): wrong padding on suffixed & prefixed & clearable 2020-02-29 20:59:29 +08:00
07akioni
f5ed89e551 style(input-number): button hover & active style 2020-02-29 20:47:00 +08:00
07akioni
34be6592ab feat(popover): add box-shadow on arrow 2020-02-29 19:28:23 +08:00
07akioni
785559e3c3 fix(button): icon & loading not working on text button 2020-02-29 18:09:22 +08:00
07akioni
45fab173b1 doc: doc header changed 2020-02-29 17:40:09 +08:00
07akioni
9c3c79cdd4 style: dropdown menu & select menu option padding fix 2020-02-29 17:39:27 +08:00
07akioni
2902855a61 refactor(button): refactor border to support button group 2020-02-29 16:17:42 +08:00
07akioni
f424260f3b chore: small fixes 2020-02-29 14:55:52 +08:00
07akioni
0613160ecb style: unify border-radius 2020-02-28 22:57:10 +08:00
07akioni
ee60e66151 styles(data-table): fix some mistakes from sticky pr 2020-02-28 22:29:49 +08:00
07akioni
ccd823571f chore: small fixes 2020-02-28 20:31:06 +08:00
07akioni
83e8ff5d10 Merge branch 'develop' of ***REMOVED*** into develop 2020-02-28 20:30:19 +08:00
07akioni
35b0840e99 Merge pull request #67 from wanli-song/develop
modify(dataTable)
2020-02-28 20:28:21 +08:00
songwanli2025@163.com
754a9b939b Merge branch 'develop' of ***REMOVED*** into develop 2020-02-28 20:02:35 +08:00
songwanli2025@163.com
8c0ad44a3c Merge remote-tracking branch 'upstream/develop' into develop 2020-02-28 20:01:59 +08:00
songwanli2025@163.com
22663cb9e1 modify(dataTable) 2020-02-28 20:01:39 +08:00
07akioni
7a6453815d refactor(input): manually implement placeholder, for firefox doesn't support transition on :placeholder 2020-02-28 19:59:47 +08:00
07akioni
99505ab2f1 refactor(menu): move some item style on item itself & doc fixes 2020-02-28 19:57:52 +08:00
songwanli2025@163.com
414d5a3024 refactor: check number prop, change to string|number 2020-02-28 19:46:06 +08:00
07akioni
f170f0690d Merge branch 'develop' into develop 2020-02-28 16:53:03 +08:00
07akioni
ad38aef489 Merge pull request #68 from TuSimple/freestyle
Freestyle
2020-02-28 16:52:43 +08:00
07akioni
883659b50f fix(mixin/hollowoutable): fix code logic mistake 2020-02-28 16:42:51 +08:00
07akioni
1246011fa5 refator(data/time-picker): better blur handling on panel 2020-02-28 16:41:46 +08:00
songwanli2025@163.com
1ec6e34e34 check render prop & change promise to callback 2020-02-28 16:03:33 +08:00
07akioni
119b553441 fix(date-picker): deal with panel tab-out 2020-02-28 14:13:38 +08:00
07akioni
3faa75d856 fix(button): should focus on mousedown 2020-02-28 14:13:05 +08:00
07akioni
128cc9f3c3 doc: landing page optimization 2020-02-27 23:03:15 +08:00
07akioni
e878488561 style: strong font weight set to 600 2020-02-27 23:02:58 +08:00
07akioni
57330b9a92 doc: typo 2020-02-27 18:36:46 +08:00
songwanli2025@163.com
90b5613261 add warn 2020-02-27 18:24:27 +08:00
07akioni
2f171d61e0 Merge branch 'develop' of ***REMOVED*** into develop 2020-02-27 18:16:32 +08:00
07akioni
37772eb3af fix(typography/header): static class will be shadowed 2020-02-27 18:11:26 +08:00
07akioni
361f0cbb3a fix(mixin/hollowoutable): memorized style not correct. by the way disabled hollow out effect on button, because it will delay the transition of backgrounded parent 2020-02-27 18:10:56 +08:00
07akioni
5fddda4912 doc: landing page 2020-02-27 18:09:23 +08:00
songwanli2025@163.com
740987a06d merge 2020-02-27 13:06:42 +08:00
songwanli2025@163.com
af92da94bf modify(dataTable): use sticky to fix column 2020-02-27 13:02:46 +08:00
07akioni
127b4fa371 Merge pull request #66 from TuSimple/freestyle
Freestyle
2020-02-26 23:38:01 +08:00