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
* 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
+
3
15
## 3.6.10
4
16
5
17
* Use `change` event for file inputs ([#3226](https://github.com/sveltejs/svelte/issues/3226))
0 commit comments