|
|
@ -3,6 +3,7 @@
|
|
|
|
## Unreleased
|
|
|
|
## Unreleased
|
|
|
|
|
|
|
|
|
|
|
|
* Fix edge cases in matching selectors against elements ([#1710](https://github.com/sveltejs/svelte/issues/1710))
|
|
|
|
* Fix edge cases in matching selectors against elements ([#1710](https://github.com/sveltejs/svelte/issues/1710))
|
|
|
|
|
|
|
|
* Use safer `HTMLElement` check before extending class ([#3608](https://github.com/sveltejs/svelte/issue/3608))
|
|
|
|
* Add `location` as a known global ([#3619](https://github.com/sveltejs/svelte/pull/3619))
|
|
|
|
* Add `location` as a known global ([#3619](https://github.com/sveltejs/svelte/pull/3619))
|
|
|
|
* Fix tracking of dependencies of compound assignments in reactive statements ([#3634](https://github.com/sveltejs/svelte/issues/3634))
|
|
|
|
* Fix tracking of dependencies of compound assignments in reactive statements ([#3634](https://github.com/sveltejs/svelte/issues/3634))
|
|
|
|
* Flush changes in newly attached block when using `{#await}` ([#3660](https://github.com/sveltejs/svelte/issues/3660))
|
|
|
|
* Flush changes in newly attached block when using `{#await}` ([#3660](https://github.com/sveltejs/svelte/issues/3660))
|
|
|
|