0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-28 16:12:17 +01:00

-> v1.58.0

This commit is contained in:
Rich Harris 2018-03-18 20:55:08 -04:00
parent ea9b6b3137
commit bc416a538f
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# Svelte changelog
## 1.58.0
* Fast row swapping ([#588](https://github.com/sveltejs/svelte/issues/588))
* Better error messages for invalid directives ([#1242](https://github.com/sveltejs/svelte/pull/1242))
* Fix local context variable bugs ([#1240](https://github.com/sveltejs/svelte/pull/1243), [#1254](https://github.com/sveltejs/svelte/pull/1254))
* Skip missing property warnings for computed/global properties in dev mode ([#1246](https://github.com/sveltejs/svelte/pull/1246))
* Add end position to warnings ([#1250](https://github.com/sveltejs/svelte/pull/1250))
## 1.57.4
* Deconflict context names ([#1229](https://github.com/sveltejs/svelte/issues/1229))

View File

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