Skip to content

Commit 13ef75b

Browse files
committed
-> v3.16.0
1 parent 4eb6389 commit 13ef75b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# Svelte changelog
22

3-
## Unreleased
3+
## 3.16.0
44

55
* Use bitmasks to track changes ([#3945](https://github.com/sveltejs/svelte/pull/3945))
66
* Fix heisenbug with component styles ([#3977](https://github.com/sveltejs/svelte/issues/3977))
77
* Do not warn about missing expected props for `export function foo() {}` ([#3954](https://github.com/sveltejs/svelte/issues/3954))
88
* Fix `context="module"` exports with the same name as an instance variable ([#3983](https://github.com/sveltejs/svelte/issues/3983))
99
* 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))
1012

1113
## 3.15.0
1214

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "3.15.0",
3+
"version": "3.16.0",
44
"description": "Cybernetically enhanced web apps",
55
"module": "index.mjs",
66
"main": "index",

0 commit comments

Comments
 (0)