You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
# Svelte changelog
2
2
3
-
## Unreleased
3
+
## 3.16.0
4
4
5
5
* Use bitmasks to track changes ([#3945](https://github.com/sveltejs/svelte/pull/3945))
6
6
* Fix heisenbug with component styles ([#3977](https://github.com/sveltejs/svelte/issues/3977))
7
7
* Do not warn about missing expected props for `export function foo() {}` ([#3954](https://github.com/sveltejs/svelte/issues/3954))
8
8
* Fix `context="module"` exports with the same name as an instance variable ([#3983](https://github.com/sveltejs/svelte/issues/3983))
9
9
* Fix binding to contextual values from `{#each}` blocks referring to global variables ([#3992](https://github.com/sveltejs/svelte/issues/3992))
10
+
* Use `requestAnimationFrame` callback argument for smoother transitions ([#4014](https://github.com/sveltejs/svelte/pull/4014))
11
+
* Fix `listen_dev` argument order ([#4016](https://github.com/sveltejs/svelte/pull/4016))
0 commit comments