0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-22 12:27:29 +01:00
svelte/.changeset/strong-lemons-provide.md
Dominic Gannaway 73ae5ef5bc
fix: tighten up event attributes and hoisting logic (#9433)
- add event delegation to spread_attributes
- add event attributes to spread
- don't delegate when bindings/actions on the same element in order to preserve backwards compatibility of ordering
- don't hoist identifiers when one of them is used in an event that is not delegateable

---------

Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
2023-11-14 22:27:27 +01:00

85 B

svelte
patch

fix: handle event attribute spreading with event delegation