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

@ -1,5 +1,10 @@
# Svelte changelog # 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 ## 1.40.0
* Short fragment method names ([#863](https://github.com/sveltejs/svelte/pull/863)) * Short fragment method names ([#863](https://github.com/sveltejs/svelte/pull/863))

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

Loading…
Cancel
Save