0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
svelte/documentation/docs
Simon H b0a3fa1766
fix: ensure createEventDispatcher and ActionReturn work with generic function types (#8872)
fixes #8860

This contains a small but unfortunately unavoidable breaking change: If you used `never` to type that the second parameter of `createEventDispatcher` shouldn't be set or that the action accepts no parameters (which the docs recommended for a short time), then you need to change that to `null` and `undefined` respectively
2023-06-28 23:56:40 +02:00
..
01-getting-started tweak docs content (#8675) 2023-06-01 15:44:16 -04:00
02-template-syntax docs: Remove duplicate note (#8843) 2023-06-25 16:06:46 +02:00
03-runtime docs: tweaks (#8798) 2023-06-22 19:16:42 +02:00
04-compiler-and-api fix(site): renderer new link format (#8787) 2023-06-22 08:42:09 +05:30
05-misc fix: ensure createEventDispatcher and ActionReturn work with generic function types (#8872) 2023-06-28 23:56:40 +02:00
06-legacy feat(site-2): New Markdown renderer, FAQ, Blog, Tutorial, Docs, (#8603) 2023-05-25 18:19:38 +05:30