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:
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…
Reference in New Issue
Block a user