0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 08:32:05 +01:00
svelte/documentation
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
..
blog docs: use @latest on the migrate command (#8814) 2023-06-23 12:22:32 +02:00
docs fix: ensure createEventDispatcher and ActionReturn work with generic function types (#8872) 2023-06-28 23:56:40 +02:00
examples docs: handle warnings in examples page (#8836) 2023-06-26 10:44:29 +02:00
tutorial docs: Make white text on white background visible. (#8852) 2023-06-26 17:40:28 +02:00