0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00

-> v1.8.0

This commit is contained in:
Rich Harris 2017-03-01 12:12:24 -05:00
parent 41e8fc1574
commit 1c289adadb
2 changed files with 7 additions and 1 deletions

View File

@ -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))

View File

@ -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": [