0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

-> v3.9.0

This commit is contained in:
Richard Harris 2019-08-20 08:56:09 -04:00
parent 157db0c814
commit d42a8627cd
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Svelte changelog
## 3.9.0
* Support `is` attribute on elements, with a warning ([#3182](https://github.com/sveltejs/svelte/issues/3182))
* Handle missing slot prop ([#3322](https://github.com/sveltejs/svelte/issues/3322))
* Don't set undefined/null input values, unless previous value exists ([#1233](https://github.com/sveltejs/svelte/issues/1233))
* Fix style attribute optimisation bailout ([#1830](https://github.com/sveltejs/svelte/issues/1830))
## 3.8.1
* Set SVG namespace for slotted elements ([#3321](https://github.com/sveltejs/svelte/issues/3321))

View File

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "3.8.1",
"version": "3.9.0",
"description": "Cybernetically enhanced web apps",
"module": "index.mjs",
"main": "index",