mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 21:45:12 +00:00
-> v0.23.0
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# sapper changelog
|
# sapper changelog
|
||||||
|
|
||||||
|
## 0.23.0
|
||||||
|
|
||||||
|
* Overhaul internal APIs ([#468](https://github.com/sveltejs/sapper/pull/468))
|
||||||
|
* Remove unused `sapper start` and `sapper upgrade` ([#468](https://github.com/sveltejs/sapper/pull/468))
|
||||||
|
* Remove magic environment variables ([#469](https://github.com/sveltejs/sapper/pull/469))
|
||||||
|
* Preserve SSI comments ([#470](https://github.com/sveltejs/sapper/pull/470))
|
||||||
|
|
||||||
## 0.22.10
|
## 0.22.10
|
||||||
|
|
||||||
* Handle `sapper-noscroll` attribute on `<a>` elements ([#376](https://github.com/sveltejs/sapper/issues/376))
|
* Handle `sapper-noscroll` attribute on `<a>` elements ([#376](https://github.com/sveltejs/sapper/issues/376))
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sapper",
|
"name": "sapper",
|
||||||
"version": "0.22.10",
|
"version": "0.23.0",
|
||||||
"description": "Military-grade apps, engineered by Svelte",
|
"description": "Military-grade apps, engineered by Svelte",
|
||||||
"bin": {
|
"bin": {
|
||||||
"sapper": "./sapper"
|
"sapper": "./sapper"
|
||||||
|
|||||||
Reference in New Issue
Block a user