Skip to content

Commit 2413629

Browse files
committed
-> v3.9.1
1 parent 143125e commit 2413629

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Svelte changelog
22

3+
## 3.9.1
4+
5+
* Only update style properties if necessary ([#3433](https://github.com/sveltejs/svelte/issues/3433))
6+
* Only update if/await blocks if necessary ([#2355](https://github.com/sveltejs/svelte/issues/2355))
7+
* Set context correctly inside await blocks ([#2443](https://github.com/sveltejs/svelte/issues/2443))
8+
* Handle `!important` inline styles ([#1834](https://github.com/sveltejs/svelte/issues/1834))
9+
* Make index references reactive in event handlers inside keyed each blocks ([#2569](https://github.com/sveltejs/svelte/issues/2569))
10+
311
## 3.9.0
412

513
* Support `is` attribute on elements, with a warning ([#3182](https://github.com/sveltejs/svelte/issues/3182))

package.json

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

0 commit comments

Comments
 (0)