We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bc47d commit 3ea3f53Copy full SHA for 3ea3f53
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Svelte changelog
2
3
+## 1.36.0
4
+
5
+* Optimize `style` attributes where possible ([#455](https://github.com/sveltejs/svelte/issues/455))
6
7
## 1.35.0
8
9
* `set` and `get` continue to work until `destroy` is complete ([#788](https://github.com/sveltejs/svelte/issues/788))
package.json
@@ -1,6 +1,6 @@
{
"name": "svelte",
- "version": "1.35.0",
+ "version": "1.36.0",
"description": "The magical disappearing UI framework",
"main": "compiler/svelte.js",
"files": [
0 commit comments