Commit Graph

710 Commits

Author SHA1 Message Date
07akioni
72f0188507 doc: refine the visual effect of the some docs 2020-05-31 13:38:35 +08:00
07akioni
23aa383c77 doc(input): reorder api 2020-05-31 12:34:03 +08:00
07akioni
619ca2999b chores 2020-05-30 21:41:10 +08:00
07akioni
3099412be6 refactor(date-picker): use a new calendar icon 2020-05-30 20:28:52 +08:00
07akioni
72fd1f64cc chores 2020-05-30 20:15:04 +08:00
07akioni
0f528bc3d9 doc(grid): use green as primary color 2020-05-30 19:40:31 +08:00
07akioni
7b9416ee15 doc(steps): change default state to process 2020-05-30 19:15:10 +08:00
07akioni
3baa323e8b doc: fix some type annotations 2020-05-30 17:23:48 +08:00
07akioni
ce60bd832f doc(alert): reorder api 2020-05-30 17:22:35 +08:00
07akioni
4d1a9e93bd doc: fix some type annotations 2020-05-30 17:20:27 +08:00
07akioni
c250e3f8b4 doc(layout): themed style 2020-05-30 17:18:16 +08:00
07akioni
2f9c426d24 style(input): use opaque color on icons 2020-05-30 16:11:57 +08:00
07akioni
ca503c0be9 doc(table/controlled-page): fix errors 2020-05-30 16:10:20 +08:00
07akioni
7fcce5d163 style: replace color literal with value 2020-05-30 16:10:00 +08:00
07akioni
19fef6e797 doc(button): refactor demos to make them look harmonious 2020-05-30 00:29:18 +08:00
07akioni
0f28fa0dec doc(button): reorder props & add color demo in English 2020-05-29 13:21:39 +08:00
07akioni
c714d8a1de chores 2020-05-29 11:22:07 +08:00
07akioni
fc857e4a72 doc(form): custom validation of form-item 2020-05-29 11:06:55 +08:00
07akioni
4b0d280c72 feat(select): debug prop 2020-05-28 14:18:50 +08:00
07akioni
c7e94407af feat(select): support style & class on select option 2020-05-28 13:51:35 +08:00
07akioni
9ab273fcb6 feat(collapse): display directive 2020-05-28 13:08:59 +08:00
07akioni
f5476cc3ab fix(select): prev value is modified in multiple select 2020-05-28 11:58:30 +08:00
07akioni
33f382167b doc(steps): description slot on step 2020-05-19 15:07:02 +08:00
07akioni
4921a90268 Merge branch 'develop' of ***REMOVED*** into develop 2020-05-19 14:52:08 +08:00
07akioni
1bb5d39cb4 (feat & perf & doc)(checkbox): add label prop, avoid useless rerendering 2020-05-19 13:56:34 +08:00
haibo tang
ef42c5db56 update(doc) udpate step doc 2020-05-19 11:14:06 +08:00
haibo tang
cbb21b6108 fix(review) step slot 2020-05-19 11:07:41 +08:00
haibo tang
2c7c8c3474 fix(step) update step content 2020-05-18 21:17:17 +08:00
07akioni
4a6af3752d doc: add another intro 2020-05-16 21:47:30 +08:00
07akioni
36d2128658 fix: typo 2020-05-16 21:36:52 +08:00
07akioni
90eb79757d chore 2020-05-16 20:48:52 +08:00
07akioni
2e9c9c95a6 feat(button): support custom preliminary 2020-05-15 22:52:06 +08:00
07akioni
259d2350b5 doc(button): button color prop 2020-05-15 22:32:52 +08:00
07akioni
a8046801ba fix(tabs): line position, resize related methods
- Fix the problem that `line` typed `n-tabs`'s line position stays still when `activeName` changes.
- Fix the problem that `n-tabs` scroll button is not triggered when tabs' width changes.
- Fix the problem that height change of `n-tabs` will unexpectly trigger some re-render callbacks.
2020-05-15 00:34:47 +08:00
07akioni
c87260c772 release: 1.0.11 2020-04-30 11:04:30 +08:00
07akioni
7032309dbe fix(select): cast label type in default fallback-option 2020-04-29 23:07:53 +08:00
07akioni
60ad927791 doc(select): fallback-option 2020-04-29 22:05:35 +08:00
07akioni
d638f91b57 doc(data-table): default value of paging is missed 2020-04-29 19:33:18 +08:00
07akioni
040579d46b fix(modal & drawer): detachable components detached in wrong place when nested like modal > drawer > component 2020-04-28 22:27:20 +08:00
07akioni
e9b5f35e69 doc(form-item): label slot 2020-04-28 22:16:18 +08:00
07akioni
ed58e609a2 feat(collapse): arrow-placement & arrow slot 2020-04-28 22:07:06 +08:00
07akioni
46d2f7583e doc(tabs): fix typo 2020-04-23 18:40:59 +08:00
07akioni
98768658b5 fix(data-table): data-table can't use all pagination's props 2020-04-23 18:36:54 +08:00
07akioni
72d5d34feb feat(input): autofocus 2020-04-23 18:03:20 +08:00
07akioni
f65dc72c65 feat(message): closable 2020-04-23 18:02:27 +08:00
songwanli2025@163.com
685cc3b573 fix(DynamicTags): modify documentation 2020-04-21 18:17:25 +08:00
songwanli2025@163.com
fae321bdc4 fix(dynamicTags): document & events 2020-04-20 18:16:38 +08:00
songwanli2025@163.com
8ebe226a10 fix bug 2020-04-17 19:12:05 +08:00
songwanli2025@163.com
914fdc8ff9 Merge remote-tracking branch 'upstream/develop' into develop 2020-04-17 18:44:59 +08:00
songwanli2025@163.com
609f4ea6f2 add(DynamicTags) 2020-04-17 18:44:30 +08:00