Skip to content

Commit d42a862

Browse files
committed
-> v3.9.0
1 parent 157db0c commit d42a862

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 3.9.0
4+
5+
* Support `is` attribute on elements, with a warning ([#3182](https://github.com/sveltejs/svelte/issues/3182))
6+
* Handle missing slot prop ([#3322](https://github.com/sveltejs/svelte/issues/3322))
7+
* Don't set undefined/null input values, unless previous value exists ([#1233](https://github.com/sveltejs/svelte/issues/1233))
8+
* Fix style attribute optimisation bailout ([#1830](https://github.com/sveltejs/svelte/issues/1830))
9+
310
## 3.8.1
411

512
* Set SVG namespace for slotted elements ([#3321](https://github.com/sveltejs/svelte/issues/3321))

package.json

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

0 commit comments

Comments
 (0)