|
|
|
@ -6,10 +6,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
- fix: reconnect clean deriveds when they are read in a reactive context ([#17362](https://github.com/sveltejs/svelte/pull/17362))
|
|
|
|
- fix: reconnect clean deriveds when they are read in a reactive context ([#17362](https://github.com/sveltejs/svelte/pull/17362))
|
|
|
|
|
|
|
|
|
|
|
|
## 5.46.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix: don't transform references of function declarations in legacy mode ([#17431](https://github.com/sveltejs/svelte/pull/17431))
|
|
|
|
- fix: don't transform references of function declarations in legacy mode ([#17431](https://github.com/sveltejs/svelte/pull/17431))
|
|
|
|
|
|
|
|
|
|
|
|
- fix: notify deriveds of changes to sources inside forks ([#17437](https://github.com/sveltejs/svelte/pull/17437))
|
|
|
|
- fix: notify deriveds of changes to sources inside forks ([#17437](https://github.com/sveltejs/svelte/pull/17437))
|
|
|
|
@ -28,6 +24,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
- fix: don't revert source to UNINITIALIZED state when time travelling ([#17409](https://github.com/sveltejs/svelte/pull/17409))
|
|
|
|
- fix: don't revert source to UNINITIALIZED state when time travelling ([#17409](https://github.com/sveltejs/svelte/pull/17409))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 5.46.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Notice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not published due to CI issue
|
|
|
|
|
|
|
|
|
|
|
|
## 5.46.1
|
|
|
|
## 5.46.1
|
|
|
|
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
### Patch Changes
|
|
|
|
|