pull/883/head v1.40.2
Rich Harris 7 years ago
parent c7e0674441
commit 3cac20c1ef

@ -1,5 +1,10 @@
# Svelte changelog
## 1.40.2
* Ignore `@apply` and similar in CSS ([#871](https://github.com/sveltejs/svelte/issues/871))
* Properly escape CSS in custom elements ([#872](https://github.com/sveltejs/svelte/issues/872))
## 1.40.1
* Always use explicit closing tags with `innerHTML` ([#866](https://github.com/sveltejs/svelte/issues/866))

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

Loading…
Cancel
Save