Commit Graph

710 Commits

Author SHA1 Message Date
unix
e1a488175d feat(select): handle multiple selections 2020-05-24 01:54:12 +08:00
unix
09f7c307ac feat(collections): support filter children contanin array props 2020-05-24 01:52:45 +08:00
unix
cc60ca31da feat: support for functional initializer mode 2020-05-24 01:51:27 +08:00
unix
770ce39c95 feat(dropdown): update layout when parent DOM changes 2020-05-24 01:50:38 +08:00
unix
b329cf88ea feat(utils): add hooks for dom observer 2020-05-24 01:49:46 +08:00
witt
0f8265aff5 Merge pull request #232 from unix/radio
refactor(radio): use CSS variable instead of Context broadcast size
2020-05-23 08:32:09 +08:00
unix
f17bb28223 style(radio): remove unused initial-value 2020-05-23 08:20:01 +08:00
unix
a360d1b83b refactor(radio): use CSS variable instead of Context broadcast size 2020-05-23 08:14:49 +08:00
witt
470dedd2a2 Merge pull request #231 from unix/checkbox
feat(checkbox): add support of different sizes
2020-05-23 08:07:46 +08:00
unix
d46e319d14 docs(checkbox): add docs for size prop
test(checkbox): add testcases for size
2020-05-23 08:05:31 +08:00
unix
ab1d41ae14 feat(checkbox): add support of different sizes 2020-05-23 07:59:14 +08:00
witt
4857adc6f0 Merge pull request #230 from unix/sizes
feat(radio): add support of different sizes
2020-05-23 07:37:43 +08:00
unix
7cac2d665e test(radio): add testcases for size 2020-05-23 07:32:06 +08:00
unix
a6e4232a81 docs(radio): add docs for size 2020-05-23 07:32:06 +08:00
unix
c5c1caa12c feat(radio): add support of different sizes 2020-05-23 07:32:06 +08:00
witt
e16e8aa60e Merge pull request #227 from kentac55/img-alt
feat(user): provide a prop for alt text
2020-05-22 20:03:29 +08:00
kentac55
3669703186 docs(user): add doc for altText 2020-05-22 20:54:26 +09:00
kentac55
ab46d22ae6 test(user): add a new test to check altText 2020-05-22 20:54:26 +09:00
kentac55
161bdde18d feat(user): provide a prop for alt text 2020-05-22 20:54:26 +09:00
unix
daa945af21 chore: release v1.6.0-canary.0 v1.6.0-canary.0 2020-05-21 17:13:14 +08:00
witt
931053c841 Merge pull request #221 from unix/button-ref
feat(button): forward the ref of the original element
2020-05-21 17:11:54 +08:00
unix
a223624e60 chore: update snapshots 2020-05-21 17:06:22 +08:00
unix
ef66464f33 docs: add api for forwardRef 2020-05-21 16:58:38 +08:00
unix
da08be5d55 feat(button): forward the ref of the original element 2020-05-21 16:58:38 +08:00
witt
dc68d6a77c Merge pull request #220 from unix/playground
docs: add loading component when loading playgound dynamically
2020-05-21 05:49:38 +08:00
unix
b9da09168c docs(playground): reduce component deps of the first html string 2020-05-21 05:45:43 +08:00
unix
c111bb39d3 docs(playground): add loading component when loading playgound dynamically 2020-05-21 05:41:14 +08:00
unix
ea957cfc63 chore: enable strict mode by default 2020-05-21 05:40:10 +08:00
unix
f998f32de7 chore(pkg): upgrade deps 2020-05-21 05:39:52 +08:00
witt
645895d66c Merge pull request #217 from unix/typo
docs: fix out of date API in the server-render example
2020-05-19 19:39:02 +08:00
unix
29a6c8b9b2 docs: fix out of date API in the server-render example
docs: fix out of date API in the server-render example
2020-05-19 19:35:13 +08:00
unix
55e477f36e chore: release v1.5.0 v1.5.0 2020-05-18 19:23:48 +08:00
witt
5cea2a6e7c Merge pull request #216 from zeit-ui/rc
chore: v1.5.0
2020-05-18 19:22:39 +08:00
unix
fdf0de7a1e test(tabs): update snapshots 2020-05-17 17:34:29 +08:00
unix
4c18d23956 docs(tabs): add docs for hide-divider 2020-05-17 17:30:08 +08:00
unix
6e7f8c8c5c feat(tabs): provide a prop for the display of divider 2020-05-17 17:29:50 +08:00
unix
fc96dba2ae chore: release v1.5.0-rc.3 v1.5.0-rc.3 2020-05-16 23:05:50 +08:00
unix
2508784c2c chore: release v1.5.0-rc.2 2020-05-16 23:05:11 +08:00
unix
976df3e5e1 chore: release v1.5.0-rc.1 2020-05-16 23:05:11 +08:00
unix
d3a0e26633 docs: migrate basic module name 2020-05-16 23:05:11 +08:00
unix
e0328e0f4d chore: remove unnecessary warnings of deprecated 2020-05-16 23:05:11 +08:00
unix
d772ad0b6e chore: add webpack example for tree-shaking 2020-05-16 23:05:11 +08:00
unix
02150bdef7 chore: update previews 2020-05-16 23:05:11 +08:00
unix
3bc8dff9dc chore: add example for tree-shaking 2020-05-16 23:05:11 +08:00
unix
978f2b5b89 test(code): remove unused testcase 2020-05-16 23:05:11 +08:00
unix
0e414bc192 chore: remove deprecated props 2020-05-16 23:05:11 +08:00
unix
9a7ef3130b chore: release v1.5.0-rc.0 2020-05-16 23:05:09 +08:00
unix
d236a56075 fix(utils): fix module paths
chore: update snapshots
2020-05-16 23:04:57 +08:00
unix
4e7b4cc57d refactor: export all hooks functions directly from main module
refactor: rename the modules to make sure tree-shaking works
2020-05-16 23:04:57 +08:00
unix
b93acc8d75 refactor: rename the modules to make sure tree-shaking works 2020-05-16 23:04:57 +08:00