Commit Graph

  • 779baec68c feat(user): provide a prop for alt text kentac55 2020-05-22 17:49:24 +09:00
  • ee4fb98897 chore: release v1.6.0-canary.0 unix 2020-05-21 17:13:14 +08:00
  • a17ba3c0b9 chore: update snapshots unix 2020-05-21 17:06:22 +08:00
  • 0955cd21ac docs: add api for forwardRef unix 2020-05-21 16:56:38 +08:00
  • 30d5f80b04 feat(button): forward the ref of the original element unix 2020-05-21 16:45:36 +08:00
  • beabec3b3e chore: release v1.5.1 v1.5.1 unix 2020-05-25 13:05:16 +08:00
  • 51f0008d3c Merge pull request #236 from Shy07/master witt 2020-05-25 13:03:32 +08:00
  • a9fa800939 docs(modal): add event handler for close button unix 2020-05-25 12:54:39 +08:00
  • b9fe67d14d fix(modal): fix close handler is triggered repeatedly unix 2020-05-25 12:47:34 +08:00
  • f22d67e482 fix(modal): set body hidden false on close modal HSU Rynki 2020-05-25 11:03:36 +08:00
  • 1a1e308257 Merge pull request #234 from antoniojps/examples/create-next-app witt 2020-05-25 02:08:14 +08:00
  • 71e7d1b7c2 feat(page): add page component to index example António Santos 2020-05-24 19:04:45 +01:00
  • 3b73414dc6 refactor(page): rename index page component António Santos 2020-05-24 18:53:27 +01:00
  • 8957c4a23e chore(examples): add create-next-app example António Santos 2020-05-24 16:42:30 +01:00
  • df09bb20fd chore: release v1.6.0-canary.1 v1.6.0-canary.1 unix 2020-05-24 02:11:47 +08:00
  • 001d0592ea Merge pull request #233 from unix/select witt 2020-05-24 02:10:47 +08:00
  • d793faa1f6 docs(use-current-state): add docs for functional initializer mode unix 2020-05-24 01:55:36 +08:00
  • 3d86831ba7 docs(select): add docs for multiple values unix 2020-05-24 01:54:33 +08:00
  • e1a488175d feat(select): handle multiple selections unix 2020-05-24 01:54:12 +08:00
  • 09f7c307ac feat(collections): support filter children contanin array props unix 2020-05-24 01:52:45 +08:00
  • cc60ca31da feat: support for functional initializer mode unix 2020-05-24 01:51:27 +08:00
  • 770ce39c95 feat(dropdown): update layout when parent DOM changes unix 2020-05-24 01:50:38 +08:00
  • b329cf88ea feat(utils): add hooks for dom observer unix 2020-05-24 01:49:46 +08:00
  • 0f8265aff5 Merge pull request #232 from unix/radio witt 2020-05-23 08:32:09 +08:00
  • f17bb28223 style(radio): remove unused initial-value unix 2020-05-23 08:20:01 +08:00
  • a360d1b83b refactor(radio): use CSS variable instead of Context broadcast size unix 2020-05-23 08:14:49 +08:00
  • 470dedd2a2 Merge pull request #231 from unix/checkbox witt 2020-05-23 08:07:46 +08:00
  • d46e319d14 docs(checkbox): add docs for size prop unix 2020-05-23 07:59:26 +08:00
  • ab1d41ae14 feat(checkbox): add support of different sizes unix 2020-05-23 07:59:14 +08:00
  • 4857adc6f0 Merge pull request #230 from unix/sizes witt 2020-05-23 07:37:43 +08:00
  • 7cac2d665e test(radio): add testcases for size unix 2020-05-23 07:31:48 +08:00
  • a6e4232a81 docs(radio): add docs for size unix 2020-05-23 07:28:53 +08:00
  • c5c1caa12c feat(radio): add support of different sizes unix 2020-05-23 07:28:26 +08:00
  • e16e8aa60e Merge pull request #227 from kentac55/img-alt witt 2020-05-22 20:03:29 +08:00
  • 3669703186 docs(user): add doc for altText kentac55 2020-05-22 17:49:52 +09:00
  • ab46d22ae6 test(user): add a new test to check altText kentac55 2020-05-22 17:49:34 +09:00
  • 161bdde18d feat(user): provide a prop for alt text kentac55 2020-05-22 17:49:24 +09:00
  • daa945af21 chore: release v1.6.0-canary.0 v1.6.0-canary.0 unix 2020-05-21 17:13:14 +08:00
  • 931053c841 Merge pull request #221 from unix/button-ref witt 2020-05-21 17:11:54 +08:00
  • a223624e60 chore: update snapshots unix 2020-05-21 17:06:22 +08:00
  • ef66464f33 docs: add api for forwardRef unix 2020-05-21 16:56:38 +08:00
  • da08be5d55 feat(button): forward the ref of the original element unix 2020-05-21 16:45:36 +08:00
  • dc68d6a77c Merge pull request #220 from unix/playground witt 2020-05-21 05:49:38 +08:00
  • b9da09168c docs(playground): reduce component deps of the first html string unix 2020-05-21 05:45:43 +08:00
  • c111bb39d3 docs(playground): add loading component when loading playgound dynamically unix 2020-05-21 05:41:14 +08:00
  • ea957cfc63 chore: enable strict mode by default unix 2020-05-21 05:40:10 +08:00
  • f998f32de7 chore(pkg): upgrade deps unix 2020-05-21 05:39:52 +08:00
  • 645895d66c Merge pull request #217 from unix/typo witt 2020-05-19 19:39:02 +08:00
  • 29a6c8b9b2 docs: fix out of date API in the server-render example unix 2020-05-19 19:34:20 +08:00
  • 55e477f36e chore: release v1.5.0 v1.5.0 unix 2020-05-18 19:23:48 +08:00
  • 5cea2a6e7c Merge pull request #216 from zeit-ui/rc witt 2020-05-18 19:22:39 +08:00
  • fdf0de7a1e test(tabs): update snapshots unix 2020-05-17 17:34:29 +08:00
  • 4c18d23956 docs(tabs): add docs for hide-divider unix 2020-05-17 17:30:08 +08:00
  • 6e7f8c8c5c feat(tabs): provide a prop for the display of divider unix 2020-05-17 17:29:50 +08:00
  • fc96dba2ae chore: release v1.5.0-rc.3 v1.5.0-rc.3 unix 2020-05-16 23:05:50 +08:00
  • 2508784c2c chore: release v1.5.0-rc.2 unix 2020-05-16 04:52:17 +08:00
  • 976df3e5e1 chore: release v1.5.0-rc.1 unix 2020-05-16 02:08:04 +08:00
  • d3a0e26633 docs: migrate basic module name unix 2020-05-16 02:02:27 +08:00
  • e0328e0f4d chore: remove unnecessary warnings of deprecated unix 2020-05-16 01:38:32 +08:00
  • d772ad0b6e chore: add webpack example for tree-shaking unix 2020-05-16 01:34:07 +08:00
  • 02150bdef7 chore: update previews unix 2020-05-16 01:10:30 +08:00
  • 3bc8dff9dc chore: add example for tree-shaking unix 2020-05-16 01:04:11 +08:00
  • 978f2b5b89 test(code): remove unused testcase unix 2020-05-16 00:44:48 +08:00
  • 0e414bc192 chore: remove deprecated props unix 2020-05-16 00:41:39 +08:00
  • 9a7ef3130b chore: release v1.5.0-rc.0 unix 2020-05-16 00:33:19 +08:00
  • d236a56075 fix(utils): fix module paths unix 2020-05-15 23:17:28 +08:00
  • 4e7b4cc57d refactor: export all hooks functions directly from main module unix 2020-05-15 23:10:02 +08:00
  • b93acc8d75 refactor: rename the modules to make sure tree-shaking works unix 2020-05-15 22:38:30 +08:00
  • cce35701aa build(pkg): include esm module files when publishing unix 2020-05-15 21:44:33 +08:00
  • 66331ed695 build: supprot esm bundle unix 2020-05-15 21:31:57 +08:00
  • 9afeb156df docs(button-group): add document for light types unix 2020-05-15 20:43:25 +08:00
  • 0e0a43720c feat(button-group): add the border-color of light types unix 2020-05-15 20:41:51 +08:00
  • c57ee5b939 docs(button): add document about light types unix 2020-05-15 20:18:14 +08:00
  • 542c98272e feat(button): add light type support unix 2020-05-15 20:14:31 +08:00
  • bd4582c871 style(button): reduce duplicate code blocks unix 2020-05-15 12:34:16 +08:00
  • 9ccb0e0718 chore: release v1.4.4 v1.4.4 unix 2020-05-16 23:03:15 +08:00
  • 181c63047e Merge pull request #214 from unix/input witt 2020-05-16 23:02:36 +08:00
  • 6a564fd8a5 test: update snapshots due to style change unix 2020-05-16 22:57:10 +08:00
  • 372b413ca6 docs(input): add docs for iconRight unix 2020-05-16 22:55:17 +08:00
  • c6464409c4 fix(input): fix default width of Input cannot shrink under flex unix 2020-05-16 22:53:54 +08:00
  • f90a32e9eb chore: release v1.5.0-rc.2 v1.5.0-rc.2 unix 2020-05-16 04:52:17 +08:00
  • b4cbf0fe07 chore: release v1.5.0-rc.1 unix 2020-05-16 02:08:04 +08:00
  • c50116e6e0 docs: migrate basic module name unix 2020-05-16 02:02:27 +08:00
  • deb3a69fde chore: remove unnecessary warnings of deprecated unix 2020-05-16 01:38:32 +08:00
  • 3e561b4174 chore: add webpack example for tree-shaking unix 2020-05-16 01:34:07 +08:00
  • 80f4a747b3 chore: update previews unix 2020-05-16 01:10:30 +08:00
  • 652564ab13 chore: add example for tree-shaking unix 2020-05-16 01:04:11 +08:00
  • ee32e19b68 test(code): remove unused testcase unix 2020-05-16 00:44:48 +08:00
  • 2c9a8bcdc2 chore: remove deprecated props unix 2020-05-16 00:41:39 +08:00
  • e795c2d988 chore: release v1.5.0-rc.0 unix 2020-05-16 00:33:19 +08:00
  • e23a2e5549 fix(utils): fix module paths unix 2020-05-15 23:17:28 +08:00
  • db384acff7 refactor: export all hooks functions directly from main module unix 2020-05-15 23:10:02 +08:00
  • d7344afd4e refactor: rename the modules to make sure tree-shaking works unix 2020-05-15 22:38:30 +08:00
  • 82c89c83c5 build(pkg): include esm module files when publishing unix 2020-05-15 21:44:33 +08:00
  • bcf55218cf build: supprot esm bundle unix 2020-05-15 21:31:57 +08:00
  • f2c768de77 docs(button-group): add document for light types unix 2020-05-15 20:43:25 +08:00
  • 2ac28e5032 feat(button-group): add the border-color of light types unix 2020-05-15 20:41:51 +08:00
  • 7a7e0da692 docs(button): add document about light types unix 2020-05-15 20:18:14 +08:00
  • c79c030f3e feat(button): add light type support unix 2020-05-15 20:14:31 +08:00
  • 465ceeea80 style(button): reduce duplicate code blocks unix 2020-05-15 12:34:16 +08:00