|
|
@ -2,6 +2,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Remove old `<head>` elements during hydration so they aren't duplicated ([#1607](https://github.com/sveltejs/svelte/issues/1607))
|
|
|
|
* Prevent text input cursor jumping in Safari with one-way binding ([#3449](https://github.com/sveltejs/svelte/issues/3449))
|
|
|
|
* Prevent text input cursor jumping in Safari with one-way binding ([#3449](https://github.com/sveltejs/svelte/issues/3449))
|
|
|
|
* Expose compiler version in dev events ([#4047](https://github.com/sveltejs/svelte/issues/4047))
|
|
|
|
* Expose compiler version in dev events ([#4047](https://github.com/sveltejs/svelte/issues/4047))
|
|
|
|
* Don't run actions before their element is in the document ([#4166](https://github.com/sveltejs/svelte/issues/4166))
|
|
|
|
* Don't run actions before their element is in the document ([#4166](https://github.com/sveltejs/svelte/issues/4166))
|
|
|
|