update changelog

pull/6467/head
Simon H 3 years ago committed by GitHub
parent 58790a9281
commit 40f4615cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@
* Add `trusted` event modifier ([#6137](https://github.com/sveltejs/svelte/issues/6137))
* Fix erroneous `unknown prop` warning when using slot on a component ([#6065](https://github.com/sveltejs/svelte/pull/6065))
* Throw compiler error when passing empty directive names ([#6299](https://github.com/sveltejs/svelte/issues/6299))
* New a11y warning `a11y-mouse-events-have-key-events` which checks that `mouseover`/`mouseout` are accompanied by `focus`/`blur` event handlers ([5938](https://github.com/sveltejs/svelte/pull/5938))
## 3.38.3

Loading…
Cancel
Save