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 |
|
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 |
|
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 |
|
unix
|
7cac2d665e
|
test(radio): add testcases 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 |
|
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
|
a223624e60
|
chore: update snapshots
|
2020-05-21 17:06:22 +08:00 |
|
unix
|
da08be5d55
|
feat(button): forward the ref of the original element
|
2020-05-21 16:58:38 +08:00 |
|
unix
|
fdf0de7a1e
|
test(tabs): update snapshots
|
2020-05-17 17:34:29 +08:00 |
|
unix
|
6e7f8c8c5c
|
feat(tabs): provide a prop for the display of divider
|
2020-05-17 17:29:50 +08:00 |
|
unix
|
e0328e0f4d
|
chore: remove unnecessary warnings of deprecated
|
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
|
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 |
|
unix
|
0e0a43720c
|
feat(button-group): add the border-color of light types
chore: update snapshots
|
2020-05-16 23:04:57 +08:00 |
|
unix
|
c57ee5b939
|
docs(button): add document about light types
fix(button): fix animation shadow too large
|
2020-05-16 23:04:57 +08:00 |
|
unix
|
542c98272e
|
feat(button): add light type support
test(button): update snapshots
|
2020-05-16 23:04:57 +08:00 |
|
unix
|
bd4582c871
|
style(button): reduce duplicate code blocks
|
2020-05-16 23:04:57 +08:00 |
|
unix
|
6a564fd8a5
|
test: update snapshots due to style change
|
2020-05-16 22:57:10 +08:00 |
|
unix
|
c6464409c4
|
fix(input): fix default width of Input cannot shrink under flex
|
2020-05-16 22:53:54 +08:00 |
|
unix
|
c02e7542a0
|
fix(input): fix icon event is cached incorrectly
|
2020-05-16 04:40:45 +08:00 |
|
unix
|
24ce127f43
|
test(page): update snapshots
|
2020-05-13 23:48:19 +08:00 |
|
unix
|
1bb7b92b69
|
fix(page): fix page width too large at md breakpoint
|
2020-05-13 23:44:55 +08:00 |
|
unix
|
f063f7cf39
|
fix(tooltip): fix autowrap errors for elements wrapped by tooltip
|
2020-05-13 18:46:32 +08:00 |
|
unix
|
d4d717eea5
|
fix(button): fix error where native type is overridden
|
2020-05-13 01:05:27 +08:00 |
|
unix
|
00a4e0c620
|
test(hooks): add testcase for use-media-query
|
2020-05-13 00:36:44 +08:00 |
|
unix
|
4631fd5b27
|
feat(utils-shared): add hooks for media query
|
2020-05-13 00:35:52 +08:00 |
|
unix
|
6bee47d5b7
|
test(grid): update snapshots
|
2020-05-12 16:55:32 +08:00 |
|
unix
|
923cdf791a
|
fix(grid): fix side effects of global styles
|
2020-05-12 15:57:48 +08:00 |
|
unix
|
c34544f40e
|
fix(toast): fix toasts destroying each other in different instances
|
2020-05-11 20:35:38 +08:00 |
|
unix
|
e3ba8aed41
|
perf(toast): improve toast component performance
test(toast): update spanshots
style(button): remove unused
|
2020-05-11 20:35:37 +08:00 |
|
unix
|
eb596f4592
|
test(button-group): add testcase
test: update snapshots
|
2020-05-11 18:38:15 +08:00 |
|
unix
|
fcd42f1700
|
feat(button-group): add component
feat(button-group): buttons arranged vertically
|
2020-05-11 18:38:12 +08:00 |
|
unix
|
60827e86c4
|
fix: fix backdrop layer prevent default behavior
|
2020-05-11 00:20:27 +08:00 |
|
svpcadmin
|
cd68a0870a
|
fix: type of useInput
|
2020-05-10 15:56:05 +09:00 |
|
unix
|
5073112fb0
|
build(test): ignore all types of files when collect coverage
test: update snapshots
|
2020-05-10 02:40:46 +08:00 |
|
unix
|
9387a58c63
|
test(grid): add testcase
fix(grid): fix error when size exceeds limit
|
2020-05-10 02:40:44 +08:00 |
|
unix
|
50077f2547
|
feat(grid): add props for layout
docs(playground): fix container is not fill of parent element
|
2020-05-10 02:40:42 +08:00 |
|
unix
|
42b9886997
|
feat(styles): add breakpoints to default theme
|
2020-05-09 20:31:59 +08:00 |
|
unix
|
e746f913bb
|
test(input): add testcase for input ref
|
2020-05-09 11:17:41 +08:00 |
|
unix
|
7c9257543c
|
fix(input): fix ref type of input forwarding
|
2020-05-09 11:17:22 +08:00 |
|