-> v0.27.1

This commit is contained in:
Richard Harris
2019-05-21 00:17:22 -04:00
parent fcd66fb736
commit a86b613e12
2 changed files with 13 additions and 1 deletions

View File

@@ -1,5 +1,17 @@
# sapper changelog
## 0.27.1
* Prevent infinite loop if `preload` errors ([#677](https://github.com/sveltejs/sapper/pull/677))
* Allow disabling of live reload ([#683](https://github.com/sveltejs/sapper/pull/683))
* Let browser handle initial scroll ([#331](https://github.com/sveltejs/sapper/issues/331))
* Allow custom route file extensions via `--ext` ([#632](https://github.com/sveltejs/sapper/pull/632))
* Wait for server to restart before attaching debugger ([#694](https://github.com/sveltejs/sapper/pull/694))
* Fix export queue ([#698](https://github.com/sveltejs/sapper/pull/698))
* Rerun `preload` functions when query changes ([#701](https://github.com/sveltejs/sapper/issues/701))
* Navigate when spread route changes ([#688](https://github.com/sveltejs/sapper/issues/688))
## 0.27.0
* Change license from LIL to MIT ([#652](https://github.com/sveltejs/sapper/pull/652))

View File

@@ -1,6 +1,6 @@
{
"name": "sapper",
"version": "0.27.0",
"version": "0.27.1",
"description": "Military-grade apps, engineered by Svelte",
"bin": {
"sapper": "./sapper"