pull/407/head v1.13.0
Rich-Harris 8 years ago
parent 9988749b74
commit 8ff2de90be

@ -1,5 +1,10 @@
# Svelte changelog
## 1.13.0
* Add `<:Window>` meta tag with event listeners, and a handful of bindings ([#371](https://github.com/sveltejs/svelte/issues/371))
* Don't uncheck radios incorrectly ([#399](https://github.com/sveltejs/svelte/issues/399))
## 1.12.1
* Deconflict non-helper functions (`addCss` etc) ([#388](https://github.com/sveltejs/svelte/issues/388))

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

Loading…
Cancel
Save