mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
-> v1.8.1
This commit is contained in:
parent
25d68a34ab
commit
62c8ef42ff
@ -1,5 +1,10 @@
|
|||||||
# Svelte changelog
|
# Svelte changelog
|
||||||
|
|
||||||
|
## 1.8.1
|
||||||
|
|
||||||
|
* Allow implicitly closed elements ([#318](https://github.com/sveltejs/svelte/pull/318))
|
||||||
|
* More informative error messages for unclosed elements/blocks ([#258](https://github.com/sveltejs/svelte/issues/258))
|
||||||
|
|
||||||
## 1.8.0
|
## 1.8.0
|
||||||
|
|
||||||
* Prevent duplicate imports ([#308](https://github.com/sveltejs/svelte/issues/308))
|
* Prevent duplicate imports ([#308](https://github.com/sveltejs/svelte/issues/308))
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "svelte",
|
"name": "svelte",
|
||||||
"version": "1.8.0",
|
"version": "1.8.1",
|
||||||
"description": "The magical disappearing UI framework",
|
"description": "The magical disappearing UI framework",
|
||||||
"main": "compiler/svelte.js",
|
"main": "compiler/svelte.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user