0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 12:27:29 +01:00
svelte/.changeset
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
..
config.json
eight-emus-allow.md
long-humans-dress.md fix: ensure createEventDispatcher and ActionReturn work with generic function types (#8872) 2023-06-28 23:56:40 +02:00
neat-feet-accept.md fix: apply transition_in/out to svelte:element with local transition (#8865) 2023-06-28 12:29:03 +02:00
pretty-tools-whisper.md fix: relax a11y "no redundant role" rule for li, ul, ol (#8867) 2023-06-28 12:29:44 +02:00
README.md
thick-trains-unite.md

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation