pull/526/head v1.18.0
Rich-Harris 7 years ago
parent b42ef4952e
commit 9427f63b95

@ -1,5 +1,10 @@
# Svelte changelog
## 1.18.0
* Visit `<select>` attributes after children, to ensure options are in the right state ([#521](https://github.com/sveltejs/svelte/pull/521))
* Use sibling elements as anchors rather than creating comment nodes wherever possible ([#3](https://github.com/sveltejs/svelte/issues/3))
## 1.17.2
* Replace bad characters when creating variable names based on element names ([#516](https://github.com/sveltejs/svelte/issues/516))

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "1.17.2",
"version": "1.18.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [

Loading…
Cancel
Save