pull/7738/head
Rich-Harris 9 years ago
parent ca6e290653
commit cd3cb30675

@ -1,5 +1,10 @@
# Svelte changelog # 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 ## 1.12.1
* Deconflict non-helper functions (`addCss` etc) ([#388](https://github.com/sveltejs/svelte/issues/388)) * Deconflict non-helper functions (`addCss` etc) ([#388](https://github.com/sveltejs/svelte/issues/388))

@ -1,6 +1,6 @@
{ {
"name": "svelte", "name": "svelte",
"version": "1.12.1", "version": "1.13.0",
"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