pull/870/head v1.40.1
Rich Harris 7 years ago
parent 54d9e05f27
commit 30f223b54c

@ -1,5 +1,10 @@
# Svelte changelog
## 1.40.1
* Always use explicit closing tags with `innerHTML` ([#866](https://github.com/sveltejs/svelte/issues/866))
* Escape text in `textContent` and `innerHTML` expressions ([#868](https://github.com/sveltejs/svelte/issues/868))
## 1.40.0
* Short fragment method names ([#863](https://github.com/sveltejs/svelte/pull/863))

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

Loading…
Cancel
Save