Commit Graph

  • 4b4b6eba4e Github action for Jest (#26) rgossiaux 2021-12-25 01:27:54 -08:00
  • 237236f8d7 Add first test Ryan Gossiaux 2021-12-25 01:18:22 -08:00
  • 740d91ab06 Add initial test scaffolding Ryan Gossiaux 2021-12-25 01:18:07 -08:00
  • ef5960377d npm install -D @testing-library/svelte Ryan Gossiaux 2021-12-24 19:12:11 -08:00
  • ac826703a9 Config setup for jest testing Ryan Gossiaux 2021-12-24 19:11:35 -08:00
  • 3b4e2048c9 npm install -D jest babel-jest svelte-jester ts-jest @types/jest Ryan Gossiaux 2021-12-24 19:03:47 -08:00
  • 1b777011a1 Update README.md rgossiaux 2021-12-22 18:37:25 -08:00
  • dc26fb8844 Update README.md rgossiaux 2021-12-22 18:34:09 -08:00
  • 9e72505fd3 1.0.0-beta.3 Ryan Gossiaux 2021-12-22 16:55:48 -08:00
  • b26cc4c6c3 Actually export dl/dd/dt Ryan Gossiaux 2021-12-22 16:55:33 -08:00
  • 8bfdac11a4 Bump to version 1.0.0-beta.2 Ryan Gossiaux 2021-12-22 15:08:16 -08:00
  • 7a5c22cce0 Fix package Ryan Gossiaux 2021-12-22 15:07:33 -08:00
  • 014357833f Add <dt> <dd> <dl> element support for as= Ryan Gossiaux 2021-12-22 15:07:05 -08:00
  • d91835c221 Update package.json for 1.0.0-beta.1 release Ryan Gossiaux 2021-12-22 14:03:05 -08:00
  • a7e8be2c14 Add type=button handling Ryan Gossiaux 2021-12-22 13:07:16 -08:00
  • 96b165acc0 Fix two issues with Transitions Ryan Gossiaux 2021-12-22 11:59:18 -08:00
  • d21287eace Support Features rendering / static/unmount props Ryan Gossiaux 2021-12-22 11:55:52 -08:00
  • 7d413d6e34 Fix selected UI in tabs-with-pure-tailwind example Ryan Gossiaux 2021-12-21 11:43:53 -08:00
  • b973fa6fe2 Move Tabs to <Render> Ryan Gossiaux 2021-12-20 23:19:31 -08:00
  • aa3017990d Move Transition to <Render> Ryan Gossiaux 2021-12-20 22:55:35 -08:00
  • 7ff28492a2 Move RadioGroup to <Render> Ryan Gossiaux 2021-12-20 22:40:09 -08:00
  • df0939fe22 Fix TransitionChild class when no class prop is passed Ryan Gossiaux 2021-12-20 22:29:13 -08:00
  • cfe1aaa55e Switch Popover to <Render> Ryan Gossiaux 2021-12-20 22:28:46 -08:00
  • 93e7148e1b Move Disclosure to <Render> Ryan Gossiaux 2021-12-20 19:26:04 -08:00
  • c73d9bf919 Add <Render> to Dialog Ryan Gossiaux 2021-12-20 18:34:38 -08:00
  • 6bb8554890 Rename slot to slotProps in <Render> Ryan Gossiaux 2021-12-20 18:26:12 -08:00
  • 4388273b8b Add <Render> to Switch Ryan Gossiaux 2021-12-20 18:03:48 -08:00
  • 25a4b0f6e5 Add <Render> usage to <Listbox> Ryan Gossiaux 2021-12-20 17:47:02 -08:00
  • 5783a20cdc Modify event forwarding to allow opting out Ryan Gossiaux 2021-12-20 17:44:20 -08:00
  • 31ac0934b0 Add Label custom element Ryan Gossiaux 2021-12-20 17:44:00 -08:00
  • c69de8050f Convert Menu to <Render> Ryan Gossiaux 2021-12-20 15:46:51 -08:00
  • dccb6fbbd9 Implement initial Render component Ryan Gossiaux 2021-12-20 15:45:22 -08:00
  • a84941285b Add initial batch of elements Ryan Gossiaux 2021-12-20 15:44:23 -08:00
  • 2dbbec3c0b Add forwardEventsBuilder from svelte-material-ui Ryan Gossiaux 2021-12-20 15:43:54 -08:00
  • f105042545 Clean up store types & initial values Ryan Gossiaux 2021-12-19 01:08:50 -08:00
  • 8e890b2e80 Standardize event names to be consistent with @headlessui-react Ryan Gossiaux 2021-12-19 00:28:09 -08:00
  • 63d44e125c Improve a few more types, including StateDefinition["foo"] usage Ryan Gossiaux 2021-12-19 00:09:44 -08:00
  • 305dc1543f $api?. => $api. when possible Ryan Gossiaux 2021-12-18 23:56:37 -08:00
  • 70910c05b0 Standardize context naming Ryan Gossiaux 2021-12-18 23:18:45 -08:00
  • 03399fc954 Fix listbox label ref Ryan Gossiaux 2021-12-18 23:17:56 -08:00
  • 4d47ba89a6 Clean up Listbox store/context usage Ryan Gossiaux 2021-12-18 23:07:55 -08:00
  • 1966219b30 Refactor Popover stores/contexts Ryan Gossiaux 2021-12-18 22:36:57 -08:00
  • 9e45d92929 Refactor to useOpenClosed Ryan Gossiaux 2021-12-18 21:36:09 -08:00
  • 4a6edb4e1c Fix some more type errors and turn on TS strict mode Ryan Gossiaux 2021-12-18 18:48:15 -08:00
  • 3b5e036dc4 Add more examples Ryan Gossiaux 2021-12-18 18:36:58 -08:00
  • 39cc12c8ef Add some more examples Ryan Gossiaux 2021-12-18 16:39:05 -08:00
  • 2c8be5047d Fix Transition events Ryan Gossiaux 2021-12-18 15:41:18 -08:00
  • 2d6bd4658e Fix entered styles on Transitions Ryan Gossiaux 2021-12-18 15:35:53 -08:00
  • ea87a75d35 Add tailwind forms plugin for example pages Ryan Gossiaux 2021-12-18 14:44:58 -08:00
  • 993db81cfa Fix TransitionChild to preserve class while transitioning Ryan Gossiaux 2021-12-17 16:52:10 -08:00
  • c5ed870827 Assorted fixes Ryan Gossiaux 2021-12-17 14:22:19 -08:00
  • 6076a60837 Fix PopoverPanel focus issue Ryan Gossiaux 2021-12-16 23:06:36 -08:00
  • f5130c6cc1 Add use= support to Popover Ryan Gossiaux 2021-12-16 16:35:09 -08:00
  • 3b340fbde5 Fix transition duration in popover example Ryan Gossiaux 2021-12-16 16:34:45 -08:00
  • cc69cb9a93 Copy over a few more playground examples Ryan Gossiaux 2021-12-16 16:28:57 -08:00
  • 1e6d735537 Move dialog example over to grouped imports Ryan Gossiaux 2021-12-16 16:22:27 -08:00
  • 0911f5efdd Fix some imports Ryan Gossiaux 2021-12-16 16:22:14 -08:00
  • 4f74dd8ca9 Fix Transition undefined/null bug Ryan Gossiaux 2021-12-15 18:40:00 -08:00
  • da6d2c3be6 Fix more TS errors in strict mode Ryan Gossiaux 2021-12-15 14:49:19 -08:00
  • 5b36ce9404 Fix various type errors with strict mode Ryan Gossiaux 2021-12-15 14:06:33 -08:00
  • 543c1263e3 Also fix label/description context usage Ryan Gossiaux 2021-12-15 10:31:14 -08:00
  • dbfb2c227e Move contexts over to useXContext model Ryan Gossiaux 2021-12-15 10:13:01 -08:00
  • f1edb17609 Fix transitioning away Ryan Gossiaux 2021-12-14 22:56:55 -08:00
  • 20e5360291 Remove extra open= prop in dialog example Ryan Gossiaux 2021-12-14 22:54:59 -08:00
  • df96d74003 A couple fixes to Dialog Ryan Gossiaux 2021-12-14 22:54:06 -08:00
  • 47c6918fd2 Fix PortalGroup context Ryan Gossiaux 2021-12-14 16:01:47 -08:00
  • 7de1e35524 Add index.ts files Ryan Gossiaux 2021-12-14 15:28:26 -08:00
  • 4fb49c546a Add wrapper for TransitionChild Ryan Gossiaux 2021-12-14 15:28:05 -08:00
  • a5fac38a7a Add svelte2tsx Ryan Gossiaux 2021-12-14 15:27:26 -08:00
  • b0e2c3d619 Remove busted tailwind button focus classes Ryan Gossiaux 2021-12-14 13:55:21 -08:00
  • 0185f9f9f6 Don't render Transition contents if they're not visible Ryan Gossiaux 2021-12-14 13:54:34 -08:00
  • 02bb968396 Fix initial focus issues with Dialog Ryan Gossiaux 2021-12-14 13:19:58 -08:00
  • a647f7eb87 git rm use-effect.ts Ryan Gossiaux 2021-12-14 12:05:17 -08:00
  • 9d7f56cdcd Minor tweaks to default values Ryan Gossiaux 2021-12-14 12:04:23 -08:00
  • 543a6dba3d Bind missing dialog ref Ryan Gossiaux 2021-12-14 12:03:01 -08:00
  • 5aea8065d3 Fixes to Dialog Ryan Gossiaux 2021-12-14 12:01:42 -08:00
  • 5468a38a45 Add focus style back to css Ryan Gossiaux 2021-12-14 11:09:53 -08:00
  • 70a4a814b7 Bring back the popper & portal in dialog example Ryan Gossiaux 2021-12-14 11:08:36 -08:00
  • 0fe7b0ea04 Add action forwarding and add to Menu Ryan Gossiaux 2021-12-13 22:08:22 -08:00
  • 48ae497beb npm install -D svelte-popperjs Ryan Gossiaux 2021-12-13 21:58:17 -08:00
  • 092fdd595d Some updates to dialog example Ryan Gossiaux 2021-12-13 21:57:53 -08:00
  • a4e55d7167 Fix TransitionRoot inheriting state from other components Ryan Gossiaux 2021-12-13 21:57:34 -08:00
  • c265aae571 npm install Ryan Gossiaux 2021-12-13 21:57:05 -08:00
  • 263cbd0483 npx svelte-add tailwindcss Ryan Gossiaux 2021-12-13 21:05:36 -08:00
  • 53adc38513 Add initial Dialog example Ryan Gossiaux 2021-12-13 21:03:36 -08:00
  • 5cc50973e4 Fixes to Dialog Ryan Gossiaux 2021-12-13 21:03:25 -08:00
  • a12b64faed Fix a few more misc issues (TS errors, dupe files) Ryan Gossiaux 2021-12-13 18:31:08 -08:00
  • 50478bd999 Change license file to MIT rgossiaux 2021-12-13 18:59:22 -08:00
  • a9b996b5ce Add .nvimrc to .gitignore Ryan Gossiaux 2021-12-13 18:22:59 -08:00
  • 82b138f0ae Run prettier over everything and fix some imports Ryan Gossiaux 2021-12-13 18:22:16 -08:00
  • 3bf974a654 Nuke the default prettierrc Ryan Gossiaux 2021-12-13 18:21:56 -08:00
  • db9ec57065 Initial commit with files Ryan Gossiaux 2021-12-13 17:13:47 -08:00
  • 42aba8a158 npm init svelte@next svelte-headlessui Ryan Gossiaux 2021-12-13 16:46:03 -08:00
  • e19e6dd41c Update README.md rgossiaux 2021-12-04 23:14:22 -08:00
  • f6cafd857b Initial commit rgossiaux 2021-12-04 23:13:54 -08:00