pull/318/head v1.8.0
Rich Harris 8 years ago
parent 41e8fc1574
commit 1c289adadb

@ -1,5 +1,11 @@
# Svelte changelog
## 1.8.0
* Prevent duplicate imports ([#308](https://github.com/sveltejs/svelte/issues/308))
* Use `input` events (not `change`) for all input elements other than `checkbox` and `radio`, and textareas ([#309](https://github.com/sveltejs/svelte/pull/309))
* Encapsulate keyframe declarations ([#245](https://github.com/sveltejs/svelte/issues/245))
## 1.7.1
* Deconflict imports and shared helpers ([#222](https://github.com/sveltejs/svelte/issues/222))

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

Loading…
Cancel
Save