637 Commits

Author SHA1 Message Date
Ofek Ashery
6c29b5d806 feat(video): add component 2020-05-13 00:01:55 +03:00
unix
072460dece chore: release v1.4.0 v1.4.0 2020-05-13 01:22:55 +08:00
witt
7b673d6e65 Merge pull request #202 from unix/form
fix: fix form events ignored
2020-05-13 01:21:28 +08:00
unix
4fbdcb4d47 docs(button): add api of htmlType 2020-05-13 01:07:50 +08:00
unix
d4d717eea5 fix(button): fix error where native type is overridden 2020-05-13 01:05:27 +08:00
witt
da05b89fb8 Merge pull request #200 from unix/media-query
feat: add hooks for media query
2020-05-13 00:53:39 +08:00
unix
00a4e0c620 test(hooks): add testcase for use-media-query 2020-05-13 00:36:44 +08:00
unix
734f8a1d87 docs: add docs for use-media-query 2020-05-13 00:36:16 +08:00
unix
4631fd5b27 feat(utils-shared): add hooks for media query 2020-05-13 00:35:52 +08:00
unix
b8a23c3247 chore: release v1.3.1 v1.3.1 2020-05-12 17:01:48 +08:00
witt
c86c3f9f90 Merge pull request #199 from unix/grid
fix(grid): fix side effects of global styles
2020-05-12 17:00:53 +08:00
unix
6bee47d5b7 test(grid): update snapshots 2020-05-12 16:55:32 +08:00
unix
cbd67e359d test: mock dynamic css template 2020-05-12 16:54:49 +08:00
unix
923cdf791a fix(grid): fix side effects of global styles 2020-05-12 15:57:48 +08:00
witt
5762877867 Merge pull request #198 from unix/deps
chore: upgrade deps
2020-05-12 03:05:34 +08:00
unix
30301532b0 chore: upgrade deps 2020-05-12 02:39:33 +08:00
unix
fc85bded9a build: remove webpack config for absolute import 2020-05-12 02:39:26 +08:00
unix
a654db8e3d build(eslint): ignore all config files 2020-05-12 02:38:14 +08:00
unix
6545aba29c chore: release v1.3.0 v1.3.0 2020-05-11 20:41:52 +08:00
witt
149859b156 Merge pull request #197 from unix/group
feat(button-group): add component
2020-05-11 20:40:17 +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
3dce6beefa docs(button-group): add docs for button-group
docs: add docs
2020-05-11 18:38:14 +08:00
unix
fcd42f1700 feat(button-group): add component
feat(button-group): buttons arranged vertically
2020-05-11 18:38:12 +08:00
unix
374c58622d chore: release v1.2.1 v1.2.1 2020-05-11 00:25:48 +08:00
witt
90524c2530 Merge pull request #196 from unix/modal-form
fix: fix backdrop layer prevent default behavior
2020-05-11 00:25:11 +08:00
unix
60827e86c4 fix: fix backdrop layer prevent default behavior 2020-05-11 00:20:27 +08:00
unix
5062443d7b chore: release v1.2.0 v1.2.0 2020-05-10 16:43:09 +08:00
unix
2c802ab2be chore: release v1.1.2 2020-05-10 16:42:10 +08:00
witt
0cbdbae89a Merge pull request #194 from Shinyaigeek/fix/hooks-useInput-type
fix: type of useInput
2020-05-10 16:38:44 +08:00
svpcadmin
cd68a0870a fix: type of useInput 2020-05-10 15:56:05 +09:00
unix
908eda0890 chore: release v1.2.0-rc.2 v1.2.0-rc.2 2020-05-10 02:46:54 +08:00
witt
156d383ea1 Merge pull request #192 from unix/grid
feat: add Grid component
2020-05-10 02:45:39 +08: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
e4b3a1d9a3 docs(grid): add docs for grid
docs(grid): add docs for grid
2020-05-10 02:40:43 +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
0b5179fd2b chore(pkg): release v1.2.0-rc.1 v1.2.0-rc.1 2020-05-09 11:50:53 +08:00
witt
1d9a5a14c7 Merge pull request #190 from unix/input
fix(input): fix ref type of input forwarding
v1.1.1
2020-05-09 11:44:01 +08:00
unix
b87162ff9f chore: release v1.1.1 2020-05-09 11:19:03 +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
witt
976706875f Merge pull request #188 from unix/modal
feat(modal): custom width and className
v1.2.0-rc.0
2020-05-09 00:15:42 +08:00
unix
014d78b601 chore(pkg): release v1.2.0-rc.0 2020-05-09 00:13:06 +08:00
unix
4c71d0de6a test(modal): add testcase for customization 2020-05-09 00:05:23 +08:00
unix
47e49ae88e docs(modal): custom width and className 2020-05-08 23:59:50 +08:00
unix
d8bb1ab12b feat(modal): custom width and className 2020-05-08 23:59:25 +08:00
witt
06557dd5a8 Merge pull request #185 from Norviah/master
fix: fixed typo
2020-05-08 22:33:09 +08:00