Commit Graph

763 Commits

Author SHA1 Message Date
unix
5540aa850f docs(pagination): add docs for pagination 2020-06-09 10:17:28 +08:00
unix
81b192dfec feat(pagination): add component 2020-06-09 10:17:28 +08:00
unix
1b84205f27 chore: release v1.7.0-canary.1 2020-06-09 10:16:51 +08:00
unix
c65bb0a047 test(use-input): add hooks-bsaed testcase 2020-06-09 10:16:51 +08:00
unix
e89b3aa994 feat(use-input): compatible with components of non-standed events 2020-06-09 10:16:51 +08:00
unix
15bba0d670 chore: release v1.7.0-canary.0 2020-06-09 10:16:51 +08:00
unix
91ad855a64 docs(auto-complete): add docs for creatable 2020-06-09 10:16:51 +08:00
unix
ad6b44d8ad feat(auto-complete): add control for free solo
test(auto-complete): add testcase for free solo
2020-06-09 10:16:51 +08:00
unix
dab2ca6a80 fix(auto-complete): keep focus of input after select event 2020-06-09 10:16:51 +08:00
unix
fa8004d85e refactor(breadcrumbs): auto assign separator to crumbs item
docs(breadcrumbs): update docs
2020-06-09 10:16:51 +08:00
unix
e8d24c790d feat(breadcrumbs): add size 2020-06-09 10:16:51 +08:00
unix
a85353782e test(breadcrumbs): add testcase
docs: add api for breadcrumbs
2020-06-09 10:16:51 +08:00
unix
a5addc7ba5 feat(breadcrumbs): add component
docs(breadcrumbs): add docs

fix(breadcrumbs): fix item types error
2020-06-09 10:16:51 +08:00
witt
44e751b101 Merge pull request #260 from unix/examples
chore: upgrade examples and add extends components
2020-06-08 04:48:18 +08:00
unix
bc900b6867 chore(examples): add example for extends components 2020-06-08 04:44:51 +08:00
unix
4cd913f12a chore(examples): upgrade deps 2020-06-08 04:31:19 +08:00
unix
1e2c75ccdb chore(examples): update deps for custom-themes 2020-06-08 04:30:23 +08:00
unix
d69f7140c8 chore(examples): update deps for custom-styles 2020-06-08 04:26:03 +08:00
witt
0bedd898c1 Merge pull request #254 from unix/docs
fix(controls): fix option content not center vertically
2020-05-31 09:29:08 +08:00
unix
1f87222a7c fix(controls): fix option content not center vertically 2020-05-31 09:25:24 +08:00
unix
3c18b7f5f9 chore: release v1.6.2 v1.6.2 2020-05-29 14:53:59 +08:00
witt
a0362fe559 Merge pull request #252 from unix/button
fix: fix loading is not display under auto width
2020-05-29 14:53:12 +08:00
unix
8dc3bd5f3f test: update snapshots 2020-05-29 14:48:08 +08:00
unix
07c412fe6d docs(button): add docs for loading button 2020-05-29 14:47:00 +08:00
unix
2430d21f4b fix(button): fix loading is not display under auto width 2020-05-29 14:46:11 +08:00
unix
4bb32c699f chore: release v1.6.1 v1.6.1 2020-05-28 21:21:54 +08:00
witt
b357291f0b Merge pull request #248 from unix/placeholder
fix: fix placeholder does not show ellipsis
2020-05-28 21:05:18 +08:00
unix
e5d1d6f9e3 test: update snapshots 2020-05-28 21:01:09 +08:00
unix
c5a9b721c8 test: add testcase for ellipsis 2020-05-28 21:00:57 +08:00
unix
d2b8e58dd6 fix: fix placeholder does not show ellipsis 2020-05-28 20:53:25 +08:00
unix
be7fb15bad refactor: abstract inline ellipsis component 2020-05-28 20:52:30 +08:00
witt
2682131fc8 Merge pull request #244 from zeit-ui/rc
chore: release v1.6.0
v1.6.0
2020-05-28 11:06:42 +08:00
unix
f45ef3880c chore: release v1.6.0 2020-05-28 11:03:50 +08:00
unix
374577bd26 test: update snapshots 2020-05-28 11:03:22 +08:00
unix
af0cab33a1 docs(auto-complete): add docs for disable-match-width 2020-05-28 11:03:22 +08:00
unix
a0e7b80eab feat(auto-complete): disable dropdown follow parent width 2020-05-28 11:03:22 +08:00
unix
c1d7c3f7f5 test: update snapshots 2020-05-28 11:03:22 +08:00
unix
4f9b9aeb47 fix(radio): fix style imbalance caused by decimal width 2020-05-28 11:03:22 +08:00
unix
16a49271b3 docs(select): add example for disable-match-width 2020-05-28 11:03:22 +08:00
unix
9e9a6b8d1e feat(select): disable dropdown follow parent width 2020-05-28 11:03:22 +08:00
unix
d5e3ddad21 chore: release v1.6.0-canary.2 2020-05-28 11:03:22 +08:00
unix
3aa59ca4dd chore: release v1.6.0-canary.1 2020-05-28 11:03:22 +08:00
unix
b9a4f35fde docs(use-current-state): add docs for functional initializer mode
fix(dropdown): update layout when mouseenter triggered
2020-05-28 11:03:22 +08:00
unix
69fb8d82a5 docs(select): add docs for multiple values 2020-05-28 11:03:22 +08:00
unix
9467c2da15 feat(select): handle multiple selections 2020-05-28 11:03:22 +08:00
unix
1522d4b229 feat(collections): support filter children contanin array props 2020-05-28 11:03:22 +08:00
unix
fbc2f3000e feat: support for functional initializer mode 2020-05-28 11:03:22 +08:00
unix
fcb244d575 feat(dropdown): update layout when parent DOM changes 2020-05-28 11:03:22 +08:00
unix
fb6be97d79 feat(utils): add hooks for dom observer 2020-05-28 11:03:22 +08:00
unix
212d2e3eab style(radio): remove unused initial-value 2020-05-28 11:03:22 +08:00