Commit Graph

222 Commits

Author SHA1 Message Date
Ryan Gossiaux
2035548117 Upgrade jest => 29.0 2023-07-11 13:19:50 -07:00
Ryan Gossiaux
bf15e1cc1d Rename files 2023-07-11 13:04:20 -07:00
Ryan Gossiaux
888b4b3c7e Upgrade svelte-check, svelte2tsx 2023-07-11 12:54:05 -07:00
Ryan Gossiaux
c745327cb7 Fix typos in Transition docs 2023-06-14 18:37:13 -07:00
Ryan Gossiaux
c16bce911a Rename docs component files to remove underscores
No longer needed with modern Kit filename conventions
2023-06-14 18:36:11 -07:00
Ryan Gossiaux
b106f7fc6e Update src/app.html
Co-authored-by: thenbe <33713262+thenbe@users.noreply.github.com>
2023-06-14 18:36:11 -07:00
Ryan Gossiaux
0521735c7b Upgrade kit to 1.0.0-next.432: named layout migration 2023-06-14 18:36:11 -07:00
Ryan Gossiaux
4c58b218b4 Upgrade to kit 1.0.0-next.431 2023-06-14 18:36:11 -07:00
Ryan Gossiaux
5c3504cb42 svelte-migrate: updated files 2023-06-14 18:36:11 -07:00
Ryan Gossiaux
a817635996 svelte-migrate: renamed files 2023-06-14 18:36:11 -07:00
Ryan Gossiaux
732dc118f5 Upgrade kit to version 1.0.0-next.405 2023-06-14 18:36:11 -07:00
Ryan Gossiaux
782b3ee49c Upgrade kit from 1.0.0-next.202 to 1.0.0-next.299
annoyingly got stuck in dependency hell here because of breaking changes in vite-plugin-svelte
2023-06-14 18:36:11 -07:00
Ryan Gossiaux
73c9355d92 Add release date for 2.0.0 version 2023-06-11 14:47:37 -07:00
Ryan Gossiaux
4c9c62394c Fix version history links 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
00205ed8a1 Port "Ensure correct DOM node order when performing focus actions"
tailwindlabs/headlessui#1038

This test didn't actually fail for me but w/e.
2023-06-11 14:45:30 -07:00
Ryan Gossiaux
9d4b2cac27 Add migration notes to version history 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
c5bff643c5 Add links to other docs versions 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
d0650382f6 Rename references from latest/ to 2.0/ 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
3a895f5d41 Move latest/ to 2.0/
I think this makes more sense, that way links won't break whenever I publish a new docs version
2023-06-11 14:45:30 -07:00
Ryan Gossiaux
8c9732e716 Fix home link 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
b17ef3ae0f Add version to Docs header; fix broken links 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
8eb08feb03 Minor updates to test code 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
f81c75214e Remove unused ManagedListbox test component 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
3be62f04db Move to <svelte:element> in Render.svelte
I don't know why this causes more whitespace in these snapshot tests but I'm not going to worry about it right now.
2023-06-11 14:45:30 -07:00
Ryan Gossiaux
9383ee32e3 Rename the Transition events to match the Svelte names
See #57
2023-06-11 14:45:30 -07:00
Ryan Gossiaux
27df81d133 Update Headless UI docs page 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
d4d445c8c0 Remove references to custom events from latest/ docs 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
2b72ff3f7f Add redirect to latest docs version 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
6bd93554be Fix app.css imports; fix Listbox example 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
840bb58b21 Fix sidebar component 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
b7bfbb97ca Move docs/__layout.svelte to versioned code 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
2821823e02 Make some changes to on:change 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
f3dbbc3f6c Add latest/ version to docs 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
85765874de Version documentation 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
3d7dbb9a72 Move <RadioGroup> to bind:value 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
a2f4dc05cc Move <Switch> to bind:checked 2023-06-11 14:45:30 -07:00
Ryan Gossiaux
38f1b27c57 Move <Listbox> to bind:value 2023-06-11 14:45:30 -07:00
VitroidFPV
7449e0e243 Update tabs.svx 2023-06-10 22:03:53 -07:00
safwan olaimat
d6159b241d Fix Type "PopverPanel" in Popover 2023-06-10 17:56:38 -07:00
Ryan Gossiaux
f431f89127 Clean up test nits 2022-06-15 16:52:39 -07:00
Dave Parsons
96aadb98c7 Remove TestRenderer from disclosure test 2022-06-15 16:49:44 -07:00
Dave Parsons
2332f365ef Remove TestRenderer from dialog test 2022-06-15 16:49:44 -07:00
Ryan Gossiaux
0314c69d20 1.0.2 2022-05-25 14:34:07 -07:00
Ryan Gossiaux
4b4e08d13b Switch to svelteHTML.IntrinsicElements for proper handling of additions like sveltekit:prefetch
Fixes #95
2022-05-24 13:52:22 -07:00
Ryan Gossiaux
f5a892eb5c Change Tab test to use svelte-inline-compile 2022-05-23 16:18:59 -07:00
Ryan Gossiaux
b5017ec5c2 Convert remaining Listbox tests to svelte-inline-compile 2022-05-23 15:22:06 -07:00
Ryan Gossiaux
ae5672a7c9 Convert some Listbox tests to svelte-inline-compile 2022-05-22 22:57:47 -07:00
Ryan Gossiaux
e36ad5a8d2 Convert Switch tests to svelte-inline-compile 2022-05-18 02:06:04 -07:00
Ryan Gossiaux
bdbc6f4cdd Update RadioGroup tests to all use svelte-inline-compile 2022-05-17 16:32:41 -07:00
Ryan Gossiaux
d3df1e0947 1.0.1 2022-05-16 13:22:13 -07:00