Skip to content

Commit af0bfe4

Browse files
committed
-> v3.6.3
1 parent 0a14009 commit af0bfe4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 3.6.3
4+
5+
* Fix await block mounting inside removed if block ([#1496](https://github.com/sveltejs/svelte/issues/1496))
6+
* Update when element references are removed ([#2034](https://github.com/sveltejs/svelte/issues/2034))
7+
* Don't attempt to serialize non-string values in server-rendered bindings ([#2135](https://github.com/sveltejs/svelte/issues/2135))
8+
* Recognise dependencies in function expressions ([#2693](https://github.com/sveltejs/svelte/issues/2693))
9+
* Scope pseudo-class selectors without class/type ([#1705](https://github.com/sveltejs/svelte/issues/1705))
10+
* Allow nested at-rules ([#3135](https://github.com/sveltejs/svelte/issues/3135))
11+
* Allow attributes to contain `=` characters ([#3149](https://github.com/sveltejs/svelte/pull/3149))
12+
313
## 3.6.2
414

515
* Fix placement of each-else block ([#2917](https://github.com/sveltejs/svelte/issues/2917))

package.json

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

0 commit comments

Comments
 (0)