Skip to content

Commit 2a8f1cc

Browse files
committed
-> v3.6.11
1 parent e9b59f7 commit 2a8f1cc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## 3.6.11
4+
5+
* Handle reassigned RxJS observables ([#3304](https://github.com/sveltejs/svelte/issues/3304))
6+
* Remove commas from HTMLified attributes with multiple chunks ([#3341](https://github.com/sveltejs/svelte/issues/3341))
7+
* Prevent `class` on element with scoped styles from rendering as `undefined` ([#3283](https://github.com/sveltejs/svelte/issues/3283))
8+
* Allow references to index in key expression ([#3274](https://github.com/sveltejs/svelte/issues/3274))
9+
* Mark attribute selectors as used if corresponding binding exists ([#3281](https://github.com/sveltejs/svelte/issues/3281))
10+
* Preserve `async`/`*` when hoisting functions ([#3179](https://github.com/sveltejs/svelte/issues/3179))
11+
* Make `raf` a noop on server ([#3324](https://github.com/sveltejs/svelte/issues/3324))
12+
* Prevent erroneous a11y warning for image input with alt attribute ([#3331](https://github.com/sveltejs/svelte/issues/3331))
13+
* Add several well-known globals ([#3316](https://github.com/sveltejs/svelte/pull/3316))
14+
315
## 3.6.10
416

517
* Use `change` event for file inputs ([#3226](https://github.com/sveltejs/svelte/issues/3226))

package.json

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

0 commit comments

Comments
 (0)