diff --git a/packages/adapter-begin/CHANGELOG.md b/packages/adapter-begin/CHANGELOG.md
index 9cc7e31965f6..c14774f7d6df 100644
--- a/packages/adapter-begin/CHANGELOG.md
+++ b/packages/adapter-begin/CHANGELOG.md
@@ -4,15 +4,15 @@
### Patch Changes
-- edc307d: Remove peerDependencies due to pnpm bug (#1621)
-- 2636e68: Attempt to fix peerDependencies specification (#1620)
+- edc307d: Remove peerDependencies due to pnpm bug ([https://github.com/sveltejs/kit/pulls/1621](#1621))
+- 2636e68: Attempt to fix peerDependencies specification ([https://github.com/sveltejs/kit/pulls/1620](#1620))
## 1.0.0-next.10
### Patch Changes
-- bf77940: bump `polka` and `sirv` dependency versions (#1548)
-- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
+- bf77940: bump `polka` and `sirv` dependency versions ([https://github.com/sveltejs/kit/pulls/1548](#1548))
+- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
@@ -24,8 +24,8 @@
### Patch Changes
-- 1ba1784: Prevent adapter from splitting query params if they contain commas (#1467)
-- dca4946: Make kit a peerDependency of the adapters (#1505)
+- 1ba1784: Prevent adapter from splitting query params if they contain commas ([https://github.com/sveltejs/kit/pulls/1467](#1467))
+- dca4946: Make kit a peerDependency of the adapters ([https://github.com/sveltejs/kit/pulls/1505](#1505))
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
@@ -35,43 +35,43 @@
### Patch Changes
-- dad93fc: Fix workspace dependencies (#1434)
+- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))
## 1.0.0-next.7
### Patch Changes
-- c6fde99: Convert to ESM (#1323)
+- c6fde99: Convert to ESM ([https://github.com/sveltejs/kit/pulls/1323](#1323))
## 1.0.0-next.6
### Patch Changes
-- 2e72a94: Add type declarations (#1230)
+- 2e72a94: Add type declarations ([https://github.com/sveltejs/kit/pulls/1230](#1230))
## 1.0.0-next.5
### Patch Changes
-- 8024178: remove @sveltejs/app-utils (#600)
+- 8024178: remove @sveltejs/app-utils ([https://github.com/sveltejs/kit/pulls/600](#600))
## 1.0.0-next.4
### Patch Changes
-- 8805c6d: Pass adapters directly to svelte.config.cjs (#579)
+- 8805c6d: Pass adapters directly to svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/579](#579))
## 1.0.0-next.3
### Patch Changes
-- f35a5cd: Change adapter signature (#505)
+- f35a5cd: Change adapter signature ([https://github.com/sveltejs/kit/pulls/505](#505))
## 1.0.0-next.2
### Patch Changes
-- c3cf3f3: Bump deps (#492)
+- c3cf3f3: Bump deps ([https://github.com/sveltejs/kit/pulls/492](#492))
- Updated dependencies [c3cf3f3]
- @sveltejs/app-utils@1.0.0-next.3
diff --git a/packages/adapter-cloudflare-workers/CHANGELOG.md b/packages/adapter-cloudflare-workers/CHANGELOG.md
index 0471b15c4445..424bca857127 100644
--- a/packages/adapter-cloudflare-workers/CHANGELOG.md
+++ b/packages/adapter-cloudflare-workers/CHANGELOG.md
@@ -4,56 +4,56 @@
### Patch Changes
-- d81de603: revert adapters automatically updating .gitignore (#1924)
+- d81de603: revert adapters automatically updating .gitignore ([https://github.com/sveltejs/kit/pulls/1924](#1924))
## 1.0.0-next.17
### Patch Changes
-- e9f78999: fix: include esbuild config in adapter type definition (#1954)
+- e9f78999: fix: include esbuild config in adapter type definition ([https://github.com/sveltejs/kit/pulls/1954](#1954))
## 1.0.0-next.16
### Patch Changes
-- e6995797: feat(adapters): expose esbuild configuration (#1914)
+- e6995797: feat(adapters): expose esbuild configuration ([https://github.com/sveltejs/kit/pulls/1914](#1914))
## 1.0.0-next.15
### Patch Changes
-- 4720b67: Default body parsing to binary (#1890)
+- 4720b67: Default body parsing to binary ([https://github.com/sveltejs/kit/pulls/1890](#1890))
## 1.0.0-next.14
### Patch Changes
-- 7faf52f: Update and consolidate checks for binary body types (#1687)
+- 7faf52f: Update and consolidate checks for binary body types ([https://github.com/sveltejs/kit/pulls/1687](#1687))
## 1.0.0-next.13
### Patch Changes
-- 9f0c54a: Externalize app initialization to adapters (#1804)
+- 9f0c54a: Externalize app initialization to adapters ([https://github.com/sveltejs/kit/pulls/1804](#1804))
## 1.0.0-next.12
### Patch Changes
-- c51ab7d: Upgrade esbuild to ^0.12.5 (#1627)
+- c51ab7d: Upgrade esbuild to ^0.12.5 ([https://github.com/sveltejs/kit/pulls/1627](#1627))
## 1.0.0-next.11
### Patch Changes
-- edc307d: Remove peerDependencies due to pnpm bug (#1621)
-- 2636e68: Attempt to fix peerDependencies specification (#1620)
+- edc307d: Remove peerDependencies due to pnpm bug ([https://github.com/sveltejs/kit/pulls/1621](#1621))
+- 2636e68: Attempt to fix peerDependencies specification ([https://github.com/sveltejs/kit/pulls/1620](#1620))
## 1.0.0-next.10
### Patch Changes
-- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
+- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
@@ -65,8 +65,8 @@
### Patch Changes
-- 71e293d: change toml parser to support dotted keys and other language features added after the TOML v0.4.0 spec (#1509)
-- dca4946: Make kit a peerDependency of the adapters (#1505)
+- 71e293d: change toml parser to support dotted keys and other language features added after the TOML v0.4.0 spec ([https://github.com/sveltejs/kit/pulls/1509](#1509))
+- dca4946: Make kit a peerDependency of the adapters ([https://github.com/sveltejs/kit/pulls/1505](#1505))
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
@@ -76,52 +76,52 @@
### Patch Changes
-- dad93fc: Fix workspace dependencies (#1434)
+- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))
## 1.0.0-next.7
### Patch Changes
-- 11e7840: Ensure rawBody is a string or Uint8Array (#1382)
+- 11e7840: Ensure rawBody is a string or Uint8Array ([https://github.com/sveltejs/kit/pulls/1382](#1382))
## 0.0.2-next.6
### Patch Changes
-- c6fde99: Convert to ESM (#1323)
+- c6fde99: Convert to ESM ([https://github.com/sveltejs/kit/pulls/1323](#1323))
## 0.0.2-next.5
### Patch Changes
-- 9e67505: Add es2020 target to esbuild function to solve Unexpected character '#' error (#1287)
+- 9e67505: Add es2020 target to esbuild function to solve Unexpected character '#' error ([https://github.com/sveltejs/kit/pulls/1287](#1287))
## 0.0.2-next.4
### Patch Changes
-- 2e72a94: Add type declarations (#1230)
+- 2e72a94: Add type declarations ([https://github.com/sveltejs/kit/pulls/1230](#1230))
## 0.0.2-next.3
### Patch Changes
-- b372d61: Generate required package.json (#1116)
+- b372d61: Generate required package.json ([https://github.com/sveltejs/kit/pulls/1116](#1116))
## 0.0.2-next.2
### Patch Changes
-- 1237eb3: Pass rawBody to SvelteKit, bundle worker with esbuild (#1109)
+- 1237eb3: Pass rawBody to SvelteKit, bundle worker with esbuild ([https://github.com/sveltejs/kit/pulls/1109](#1109))
## 0.0.2-next.1
### Patch Changes
-- 4325b39: Aligns request/response API of cloudflare-workers adapter with others (#946)
+- 4325b39: Aligns request/response API of cloudflare-workers adapter with others ([https://github.com/sveltejs/kit/pulls/946](#946))
## 0.0.2-next.0
### Patch Changes
-- e890031: Fix dev/prod deps (oops) (#749)
+- e890031: Fix dev/prod deps (oops) ([https://github.com/sveltejs/kit/pulls/749](#749))
diff --git a/packages/adapter-netlify/CHANGELOG.md b/packages/adapter-netlify/CHANGELOG.md
index 683c0e732549..0ef3bb9fde70 100644
--- a/packages/adapter-netlify/CHANGELOG.md
+++ b/packages/adapter-netlify/CHANGELOG.md
@@ -4,82 +4,82 @@
### Patch Changes
-- 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) (#2109)
+- 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) ([https://github.com/sveltejs/kit/pulls/2109](#2109))
## 1.0.0-next.26
### Patch Changes
-- 4cb4e749: update build output locations (#2058)
-- d81de603: revert adapters automatically updating .gitignore (#1924)
+- 4cb4e749: update build output locations ([https://github.com/sveltejs/kit/pulls/2058](#2058))
+- d81de603: revert adapters automatically updating .gitignore ([https://github.com/sveltejs/kit/pulls/1924](#1924))
## 1.0.0-next.25
### Patch Changes
-- e9f78999: fix: include esbuild config in adapter type definition (#1954)
+- e9f78999: fix: include esbuild config in adapter type definition ([https://github.com/sveltejs/kit/pulls/1954](#1954))
## 1.0.0-next.24
### Patch Changes
-- e6995797: feat(adapters): expose esbuild configuration (#1914)
+- e6995797: feat(adapters): expose esbuild configuration ([https://github.com/sveltejs/kit/pulls/1914](#1914))
## 1.0.0-next.23
### Patch Changes
-- 67ca3a39: return the correct headers (#1913)
+- 67ca3a39: return the correct headers ([https://github.com/sveltejs/kit/pulls/1913](#1913))
## 1.0.0-next.22
### Patch Changes
-- 9461178: Use multivalue headers to set multiple cookies (#1906)
+- 9461178: Use multivalue headers to set multiple cookies ([https://github.com/sveltejs/kit/pulls/1906](#1906))
## 1.0.0-next.21
### Patch Changes
-- 4720b67: Default body parsing to binary (#1890)
+- 4720b67: Default body parsing to binary ([https://github.com/sveltejs/kit/pulls/1890](#1890))
## 1.0.0-next.20
### Patch Changes
-- 7faf52f: Update and consolidate checks for binary body types (#1687)
+- 7faf52f: Update and consolidate checks for binary body types ([https://github.com/sveltejs/kit/pulls/1687](#1687))
## 1.0.0-next.19
### Patch Changes
-- 2ac5781: Use esbuild inject API to insert shims (#1822)
+- 2ac5781: Use esbuild inject API to insert shims ([https://github.com/sveltejs/kit/pulls/1822](#1822))
## 1.0.0-next.18
### Patch Changes
-- 9f0c54a: Externalize app initialization to adapters (#1804)
+- 9f0c54a: Externalize app initialization to adapters ([https://github.com/sveltejs/kit/pulls/1804](#1804))
## 1.0.0-next.17
### Patch Changes
-- c51ab7d: Upgrade esbuild to ^0.12.5 (#1627)
+- c51ab7d: Upgrade esbuild to ^0.12.5 ([https://github.com/sveltejs/kit/pulls/1627](#1627))
## 1.0.0-next.16
### Patch Changes
-- edc307d: Remove peerDependencies due to pnpm bug (#1621)
-- 2636e68: Attempt to fix peerDependencies specification (#1620)
-- 3b988a4: Allow `_redirects` to be placed in root directory (#1586)
+- edc307d: Remove peerDependencies due to pnpm bug ([https://github.com/sveltejs/kit/pulls/1621](#1621))
+- 2636e68: Attempt to fix peerDependencies specification ([https://github.com/sveltejs/kit/pulls/1620](#1620))
+- 3b988a4: Allow `_redirects` to be placed in root directory ([https://github.com/sveltejs/kit/pulls/1586](#1586))
## 1.0.0-next.15
### Patch Changes
-- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
+- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
@@ -92,9 +92,9 @@
### Patch Changes
- f59530f: Allow custom redirects for Netlify Adapter
-- 71e293d: change toml parser to support dotted keys and other language features added after the TOML v0.4.0 spec (#1509)
-- 1ba1784: Prevent adapter from splitting query params if they contain commas (#1467)
-- dca4946: Make kit a peerDependency of the adapters (#1505)
+- 71e293d: change toml parser to support dotted keys and other language features added after the TOML v0.4.0 spec ([https://github.com/sveltejs/kit/pulls/1509](#1509))
+- 1ba1784: Prevent adapter from splitting query params if they contain commas ([https://github.com/sveltejs/kit/pulls/1467](#1467))
+- dca4946: Make kit a peerDependency of the adapters ([https://github.com/sveltejs/kit/pulls/1505](#1505))
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
@@ -104,7 +104,7 @@
### Patch Changes
-- dad93fc: Fix workspace dependencies (#1434)
+- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))
- Updated dependencies [dad93fc]
- Updated dependencies [37fc04f]
- @sveltejs/kit@1.0.0-next.108
@@ -113,7 +113,7 @@
### Patch Changes
-- 11e7840: Ensure rawBody is a string or Uint8Array (#1382)
+- 11e7840: Ensure rawBody is a string or Uint8Array ([https://github.com/sveltejs/kit/pulls/1382](#1382))
- Updated dependencies [11e7840]
- Updated dependencies [11e7840]
- Updated dependencies [9e20873]
@@ -124,7 +124,7 @@
### Patch Changes
-- c6fde99: Convert to ESM (#1323)
+- c6fde99: Convert to ESM ([https://github.com/sveltejs/kit/pulls/1323](#1323))
- Updated dependencies [694f5de]
- Updated dependencies [0befffb]
- Updated dependencies [c6fde99]
@@ -134,7 +134,7 @@
### Patch Changes
-- 2e72a94: Add type declarations (#1230)
+- 2e72a94: Add type declarations ([https://github.com/sveltejs/kit/pulls/1230](#1230))
- Updated dependencies [82955ec]
- @sveltejs/kit@1.0.0-next.91
@@ -142,7 +142,7 @@
### Patch Changes
-- d3cb858: Convert body to string, unless type is octet-stream (#1121)
+- d3cb858: Convert body to string, unless type is octet-stream ([https://github.com/sveltejs/kit/pulls/1121](#1121))
- Updated dependencies [4af45e1]
- @sveltejs/kit@1.0.0-next.82
@@ -150,8 +150,8 @@
### Patch Changes
-- 1237eb3: Fix dependencies (#1109)
-- 1237eb3: Pass rawBody from netlify adapter (#1109)
+- 1237eb3: Fix dependencies ([https://github.com/sveltejs/kit/pulls/1109](#1109))
+- 1237eb3: Pass rawBody from netlify adapter ([https://github.com/sveltejs/kit/pulls/1109](#1109))
- Updated dependencies [1237eb3]
- Updated dependencies [1237eb3]
- @sveltejs/kit@1.0.0-next.81
@@ -160,37 +160,37 @@
### Patch Changes
-- 0db2cf7: Fix serverless function (#1102)
+- 0db2cf7: Fix serverless function ([https://github.com/sveltejs/kit/pulls/1102](#1102))
## 1.0.0-next.6
### Patch Changes
-- 7a4b351: Bundle serverless functions with esbuild (#1091)
+- 7a4b351: Bundle serverless functions with esbuild ([https://github.com/sveltejs/kit/pulls/1091](#1091))
## 1.0.0-next.5
### Patch Changes
-- 6e27880: Move server-side fetch to adapters instead of build step (#1066)
+- 6e27880: Move server-side fetch to adapters instead of build step ([https://github.com/sveltejs/kit/pulls/1066](#1066))
## 1.0.0-next.4
### Patch Changes
-- 8805c6d: Pass adapters directly to svelte.config.cjs (#579)
+- 8805c6d: Pass adapters directly to svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/579](#579))
## 1.0.0-next.3
### Patch Changes
-- f35a5cd: Change adapter signature (#505)
+- f35a5cd: Change adapter signature ([https://github.com/sveltejs/kit/pulls/505](#505))
## 1.0.0-next.2
### Patch Changes
-- 512b8c9: adapter-netlify: Use CJS entrypoint (#485)
+- 512b8c9: adapter-netlify: Use CJS entrypoint ([https://github.com/sveltejs/kit/pulls/485](#485))
## 1.0.0-next.1
@@ -208,7 +208,7 @@
### Patch Changes
-- b475ed4: Overhaul adapter API - fixes #166 (#180)
+- b475ed4: Overhaul adapter API - fixes [https://github.com/sveltejs/kit/pulls/166](#166) ([https://github.com/sveltejs/kit/pulls/180](#180))
## 0.0.11
diff --git a/packages/adapter-node/CHANGELOG.md b/packages/adapter-node/CHANGELOG.md
index 53ceee108612..7c1d08099545 100644
--- a/packages/adapter-node/CHANGELOG.md
+++ b/packages/adapter-node/CHANGELOG.md
@@ -4,109 +4,109 @@
### Patch Changes
-- 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) (#2109)
+- 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) ([https://github.com/sveltejs/kit/pulls/2109](#2109))
## 1.0.0-next.38
### Patch Changes
-- a12beb04: [fix] update broken file path (#2096)
+- a12beb04: [fix] update broken file path ([https://github.com/sveltejs/kit/pulls/2096](#2096))
## 1.0.0-next.37
### Patch Changes
-- b3e7c8b3: [chore] update build output location (#2082)
+- b3e7c8b3: [chore] update build output location ([https://github.com/sveltejs/kit/pulls/2082](#2082))
## 1.0.0-next.36
### Patch Changes
-- d81de603: revert adapters automatically updating .gitignore (#1924)
+- d81de603: revert adapters automatically updating .gitignore ([https://github.com/sveltejs/kit/pulls/1924](#1924))
## 1.0.0-next.35
### Patch Changes
-- e9f78999: fix: include esbuild config in adapter type definition (#1954)
+- e9f78999: fix: include esbuild config in adapter type definition ([https://github.com/sveltejs/kit/pulls/1954](#1954))
## 1.0.0-next.34
### Patch Changes
-- e6995797: feat(adapters): expose esbuild configuration (#1914)
+- e6995797: feat(adapters): expose esbuild configuration ([https://github.com/sveltejs/kit/pulls/1914](#1914))
## 1.0.0-next.33
### Patch Changes
-- 463199c: Handle Uint8Array bodies from endpoints (#1875)
-- 0db0889: log both host and port (#1877)
+- 463199c: Handle Uint8Array bodies from endpoints ([https://github.com/sveltejs/kit/pulls/1875](#1875))
+- 0db0889: log both host and port ([https://github.com/sveltejs/kit/pulls/1877](#1877))
## 1.0.0-next.32
### Patch Changes
-- 2ac5781: Use esbuild inject API to insert shims (#1822)
+- 2ac5781: Use esbuild inject API to insert shims ([https://github.com/sveltejs/kit/pulls/1822](#1822))
## 1.0.0-next.31
### Patch Changes
-- c639586: Check if '[out]/prerendered' exists, before precompressing (#1806)
+- c639586: Check if '[out]/prerendered' exists, before precompressing ([https://github.com/sveltejs/kit/pulls/1806](#1806))
## 1.0.0-next.30
### Patch Changes
-- 9f0c54a: Externalize app initialization to adapters (#1804)
+- 9f0c54a: Externalize app initialization to adapters ([https://github.com/sveltejs/kit/pulls/1804](#1804))
## 1.0.0-next.29
### Patch Changes
-- aa5cf15: Fix regression caused by writing `env.js` to the wrong path (#1756)
+- aa5cf15: Fix regression caused by writing `env.js` to the wrong path ([https://github.com/sveltejs/kit/pulls/1756](#1756))
## 1.0.0-next.28
### Patch Changes
-- 1c8bdba: Allow the environment variables containing the host and port to serve on to be customised (#1754)
+- 1c8bdba: Allow the environment variables containing the host and port to serve on to be customised ([https://github.com/sveltejs/kit/pulls/1754](#1754))
## 1.0.0-next.27
### Patch Changes
-- 926481f: precompress assets and prerendered pages (html,js,json,css,svg,xml) (#1693)
-- 318cdd7: Only cache files in config.kit.appDir (#1416)
+- 926481f: precompress assets and prerendered pages (html,js,json,css,svg,xml) ([https://github.com/sveltejs/kit/pulls/1693](#1693))
+- 318cdd7: Only cache files in config.kit.appDir ([https://github.com/sveltejs/kit/pulls/1416](#1416))
## 1.0.0-next.26
### Patch Changes
-- 9a7195b: Allow sirv to looks for precompiled gzip and brotli files by default (#1672)
-- 53f3322: Fix build when using TypeScript and there is a `tsconfig.json` with `target: 'es2019'` or earlier (#1675)
+- 9a7195b: Allow sirv to looks for precompiled gzip and brotli files by default ([https://github.com/sveltejs/kit/pulls/1672](#1672))
+- 53f3322: Fix build when using TypeScript and there is a `tsconfig.json` with `target: 'es2019'` or earlier ([https://github.com/sveltejs/kit/pulls/1675](#1675))
## 1.0.0-next.25
### Patch Changes
-- 0b780a6: Bundle server-side app during adapt phase (#1648)
+- 0b780a6: Bundle server-side app during adapt phase ([https://github.com/sveltejs/kit/pulls/1648](#1648))
## 1.0.0-next.24
### Patch Changes
-- edc307d: Remove peerDependencies due to pnpm bug (#1621)
-- 2636e68: Attempt to fix peerDependencies specification (#1620)
+- edc307d: Remove peerDependencies due to pnpm bug ([https://github.com/sveltejs/kit/pulls/1621](#1621))
+- 2636e68: Attempt to fix peerDependencies specification ([https://github.com/sveltejs/kit/pulls/1620](#1620))
## 1.0.0-next.23
### Patch Changes
-- c3d36a3: ensure `content-length` limit respected; handle `getRawBody` error(s) (#1528)
-- bf77940: bump `polka` and `sirv` dependency versions (#1548)
-- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
+- c3d36a3: ensure `content-length` limit respected; handle `getRawBody` error(s) ([https://github.com/sveltejs/kit/pulls/1528](#1528))
+- bf77940: bump `polka` and `sirv` dependency versions ([https://github.com/sveltejs/kit/pulls/1548](#1548))
+- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
@@ -118,7 +118,7 @@
### Patch Changes
-- dca4946: Make kit a peerDependency of the adapters (#1505)
+- dca4946: Make kit a peerDependency of the adapters ([https://github.com/sveltejs/kit/pulls/1505](#1505))
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
@@ -128,103 +128,103 @@
### Patch Changes
-- dad93fc: Fix workspace dependencies (#1434)
+- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))
## 1.0.0-next.20
### Patch Changes
-- 9b448a6: Rename @sveltejs/kit/http to @sveltejs/kit/node (#1391)
+- 9b448a6: Rename @sveltejs/kit/http to @sveltejs/kit/node ([https://github.com/sveltejs/kit/pulls/1391](#1391))
## 1.0.0-next.19
### Patch Changes
-- 0e09581: Make host configurable via process.env.HOST (#1366)
+- 0e09581: Make host configurable via process.env.HOST ([https://github.com/sveltejs/kit/pulls/1366](#1366))
## 1.0.0-next.18
### Patch Changes
-- c6fde99: Convert to ESM (#1323)
+- c6fde99: Convert to ESM ([https://github.com/sveltejs/kit/pulls/1323](#1323))
## 1.0.0-next.17
### Patch Changes
-- 2e72a94: Add type declarations (#1230)
+- 2e72a94: Add type declarations ([https://github.com/sveltejs/kit/pulls/1230](#1230))
## 1.0.0-next.16
### Patch Changes
-- 1237eb3: Use getRawBody (#1109)
+- 1237eb3: Use getRawBody ([https://github.com/sveltejs/kit/pulls/1109](#1109))
## 1.0.0-next.15
### Patch Changes
-- 7a4b351: Use install-fetch helper (#1091)
+- 7a4b351: Use install-fetch helper ([https://github.com/sveltejs/kit/pulls/1091](#1091))
## 1.0.0-next.14
### Patch Changes
-- 8e61e84: Include missing entrypoint (#1071)
+- 8e61e84: Include missing entrypoint ([https://github.com/sveltejs/kit/pulls/1071](#1071))
## 1.0.0-next.13
### Patch Changes
-- 6e27880: Move server-side fetch to adapters instead of build step (#1066)
+- 6e27880: Move server-side fetch to adapters instead of build step ([https://github.com/sveltejs/kit/pulls/1066](#1066))
## 1.0.0-next.12
### Patch Changes
-- feb2db7: Fix fatal error when trying to parse URLs of incoming requests (#802)
+- feb2db7: Fix fatal error when trying to parse URLs of incoming requests ([https://github.com/sveltejs/kit/pulls/802](#802))
## 1.0.0-next.11
### Patch Changes
-- ca33a35: Fix adapter-vercel query parsing and update adapter-node's (#774)
+- ca33a35: Fix adapter-vercel query parsing and update adapter-node's ([https://github.com/sveltejs/kit/pulls/774](#774))
## 1.0.0-next.10
### Patch Changes
-- 8024178: remove @sveltejs/app-utils (#600)
+- 8024178: remove @sveltejs/app-utils ([https://github.com/sveltejs/kit/pulls/600](#600))
## 1.0.0-next.9
### Patch Changes
-- 8805c6d: Pass adapters directly to svelte.config.cjs (#579)
+- 8805c6d: Pass adapters directly to svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/579](#579))
## 1.0.0-next.8
### Patch Changes
-- 9212aa5: Add options to adapter-node, and add adapter types (#531)
+- 9212aa5: Add options to adapter-node, and add adapter types ([https://github.com/sveltejs/kit/pulls/531](#531))
## 1.0.0-next.7
### Patch Changes
-- f35a5cd: Change adapter signature (#505)
+- f35a5cd: Change adapter signature ([https://github.com/sveltejs/kit/pulls/505](#505))
## 1.0.0-next.6
### Patch Changes
-- c3cf3f3: Bump deps (#492)
+- c3cf3f3: Bump deps ([https://github.com/sveltejs/kit/pulls/492](#492))
## 1.0.0-next.5
### Patch Changes
-- 222fe9d: Compress adapter-node responses (#367)
+- 222fe9d: Compress adapter-node responses ([https://github.com/sveltejs/kit/pulls/367](#367))
## 1.0.0-next.4
@@ -236,7 +236,7 @@
### Patch Changes
-- ab2367d: Convert to ESM (#387)
+- ab2367d: Convert to ESM ([https://github.com/sveltejs/kit/pulls/387](#387))
## 1.0.0-next.2
@@ -272,7 +272,7 @@
### Patch Changes
-- b475ed4: Overhaul adapter API - fixes #166 (#180)
+- b475ed4: Overhaul adapter API - fixes [https://github.com/sveltejs/kit/pulls/166](#166) ([https://github.com/sveltejs/kit/pulls/180](#180))
- Updated dependencies [b475ed4]
- @sveltejs/app-utils@0.0.18
diff --git a/packages/adapter-static/CHANGELOG.md b/packages/adapter-static/CHANGELOG.md
index 1c0bb802ac5c..ec7f0f2e7b7e 100644
--- a/packages/adapter-static/CHANGELOG.md
+++ b/packages/adapter-static/CHANGELOG.md
@@ -4,33 +4,33 @@
### Patch Changes
-- 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) (#2109)
+- 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) ([https://github.com/sveltejs/kit/pulls/2109](#2109))
## 1.0.0-next.15
### Patch Changes
-- b3e7c8b3: [chore] update build output location (#2082)
+- b3e7c8b3: [chore] update build output location ([https://github.com/sveltejs/kit/pulls/2082](#2082))
## 1.0.0-next.14
### Patch Changes
-- d81de603: revert adapters automatically updating .gitignore (#1924)
+- d81de603: revert adapters automatically updating .gitignore ([https://github.com/sveltejs/kit/pulls/1924](#1924))
## 1.0.0-next.13
### Patch Changes
-- edc307d: Remove peerDependencies due to pnpm bug (#1621)
-- 2636e68: Attempt to fix peerDependencies specification (#1620)
+- edc307d: Remove peerDependencies due to pnpm bug ([https://github.com/sveltejs/kit/pulls/1621](#1621))
+- 2636e68: Attempt to fix peerDependencies specification ([https://github.com/sveltejs/kit/pulls/1620](#1620))
## 1.0.0-next.12
### Patch Changes
-- bf77940: bump `polka` and `sirv` dependency versions (#1548)
-- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
+- bf77940: bump `polka` and `sirv` dependency versions ([https://github.com/sveltejs/kit/pulls/1548](#1548))
+- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
@@ -42,7 +42,7 @@
### Patch Changes
-- dca4946: Make kit a peerDependency of the adapters (#1505)
+- dca4946: Make kit a peerDependency of the adapters ([https://github.com/sveltejs/kit/pulls/1505](#1505))
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
@@ -52,49 +52,49 @@
### Patch Changes
-- dad93fc: Fix workspace dependencies (#1434)
+- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))
## 1.0.0-next.9
### Patch Changes
-- d871213: Remove Vite dependency from apps (#1374)
+- d871213: Remove Vite dependency from apps ([https://github.com/sveltejs/kit/pulls/1374](#1374))
## 1.0.0-next.8
### Patch Changes
-- c6fde99: Convert to ESM (#1323)
+- c6fde99: Convert to ESM ([https://github.com/sveltejs/kit/pulls/1323](#1323))
## 1.0.0-next.7
### Patch Changes
-- 2e72a94: Add type declarations (#1230)
+- 2e72a94: Add type declarations ([https://github.com/sveltejs/kit/pulls/1230](#1230))
## 1.0.0-next.6
### Patch Changes
-- 6f2b4a6: Remove references to npm start (#1196)
+- 6f2b4a6: Remove references to npm start ([https://github.com/sveltejs/kit/pulls/1196](#1196))
## 1.0.0-next.5
### Patch Changes
-- 4131467: Prerender fallback page for SPAs (#1181)
+- 4131467: Prerender fallback page for SPAs ([https://github.com/sveltejs/kit/pulls/1181](#1181))
## 1.0.0-next.4
### Patch Changes
-- 8805c6d: Pass adapters directly to svelte.config.cjs (#579)
+- 8805c6d: Pass adapters directly to svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/579](#579))
## 1.0.0-next.3
### Patch Changes
-- f35a5cd: Change adapter signature (#505)
+- f35a5cd: Change adapter signature ([https://github.com/sveltejs/kit/pulls/505](#505))
## 1.0.0-next.2
@@ -124,7 +124,7 @@
### Patch Changes
-- b475ed4: Overhaul adapter API - fixes #166 (#180)
+- b475ed4: Overhaul adapter API - fixes [https://github.com/sveltejs/kit/pulls/166](#166) ([https://github.com/sveltejs/kit/pulls/180](#180))
## 0.0.14
diff --git a/packages/adapter-vercel/CHANGELOG.md b/packages/adapter-vercel/CHANGELOG.md
index 7e6d5d7a3015..12e39379a6bc 100644
--- a/packages/adapter-vercel/CHANGELOG.md
+++ b/packages/adapter-vercel/CHANGELOG.md
@@ -4,51 +4,51 @@
### Patch Changes
-- d81de603: revert adapters automatically updating .gitignore (#1924)
+- d81de603: revert adapters automatically updating .gitignore ([https://github.com/sveltejs/kit/pulls/1924](#1924))
## 1.0.0-next.26
### Patch Changes
-- e9f78999: fix: include esbuild config in adapter type definition (#1954)
+- e9f78999: fix: include esbuild config in adapter type definition ([https://github.com/sveltejs/kit/pulls/1954](#1954))
## 1.0.0-next.25
### Patch Changes
-- e6995797: feat(adapters): expose esbuild configuration (#1914)
+- e6995797: feat(adapters): expose esbuild configuration ([https://github.com/sveltejs/kit/pulls/1914](#1914))
## 1.0.0-next.24
### Patch Changes
-- 2ac5781: Use esbuild inject API to insert shims (#1822)
+- 2ac5781: Use esbuild inject API to insert shims ([https://github.com/sveltejs/kit/pulls/1822](#1822))
## 1.0.0-next.23
### Patch Changes
-- 9f0c54a: Externalize app initialization to adapters (#1804)
+- 9f0c54a: Externalize app initialization to adapters ([https://github.com/sveltejs/kit/pulls/1804](#1804))
## 1.0.0-next.22
### Patch Changes
-- c51ab7d: Upgrade esbuild to ^0.12.5 (#1627)
+- c51ab7d: Upgrade esbuild to ^0.12.5 ([https://github.com/sveltejs/kit/pulls/1627](#1627))
## 1.0.0-next.21
### Patch Changes
-- edc307d: Remove peerDependencies due to pnpm bug (#1621)
-- 2636e68: Attempt to fix peerDependencies specification (#1620)
+- edc307d: Remove peerDependencies due to pnpm bug ([https://github.com/sveltejs/kit/pulls/1621](#1621))
+- 2636e68: Attempt to fix peerDependencies specification ([https://github.com/sveltejs/kit/pulls/1620](#1620))
## 1.0.0-next.20
### Patch Changes
-- c3d36a3: ensure `content-length` limit respected; handle `getRawBody` error(s) (#1528)
-- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
+- c3d36a3: ensure `content-length` limit respected; handle `getRawBody` error(s) ([https://github.com/sveltejs/kit/pulls/1528](#1528))
+- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
@@ -60,7 +60,7 @@
### Patch Changes
-- dca4946: Make kit a peerDependency of the adapters (#1505)
+- dca4946: Make kit a peerDependency of the adapters ([https://github.com/sveltejs/kit/pulls/1505](#1505))
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
@@ -70,7 +70,7 @@
### Patch Changes
-- dad93fc: Fix workspace dependencies (#1434)
+- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))
- Updated dependencies [dad93fc]
- Updated dependencies [37fc04f]
- @sveltejs/kit@1.0.0-next.108
@@ -79,7 +79,7 @@
### Patch Changes
-- 9b448a6: Rename @sveltejs/kit/http to @sveltejs/kit/node (#1391)
+- 9b448a6: Rename @sveltejs/kit/http to @sveltejs/kit/node ([https://github.com/sveltejs/kit/pulls/1391](#1391))
- Updated dependencies [9b448a6]
- @sveltejs/kit@1.0.0-next.104
@@ -87,7 +87,7 @@
### Patch Changes
-- c6fde99: Convert to ESM (#1323)
+- c6fde99: Convert to ESM ([https://github.com/sveltejs/kit/pulls/1323](#1323))
- Updated dependencies [694f5de]
- Updated dependencies [0befffb]
- Updated dependencies [c6fde99]
@@ -97,7 +97,7 @@
### Patch Changes
-- 2e72a94: Add type declarations (#1230)
+- 2e72a94: Add type declarations ([https://github.com/sveltejs/kit/pulls/1230](#1230))
- Updated dependencies [82955ec]
- @sveltejs/kit@1.0.0-next.91
@@ -105,14 +105,14 @@
### Patch Changes
-- 59f9277: fix body parsing (#1146)
+- 59f9277: fix body parsing ([https://github.com/sveltejs/kit/pulls/1146](#1146))
## 1.0.0-next.13
### Patch Changes
-- 1237eb3: Fix dependencies (#1109)
-- 1237eb3: Use getRawBody in adapter-vercel (#1109)
+- 1237eb3: Fix dependencies ([https://github.com/sveltejs/kit/pulls/1109](#1109))
+- 1237eb3: Use getRawBody in adapter-vercel ([https://github.com/sveltejs/kit/pulls/1109](#1109))
- Updated dependencies [1237eb3]
- Updated dependencies [1237eb3]
- @sveltejs/kit@1.0.0-next.81
@@ -121,56 +121,56 @@
### Patch Changes
-- 7a4b351: Bundle serverless functions with esbuild (#1091)
+- 7a4b351: Bundle serverless functions with esbuild ([https://github.com/sveltejs/kit/pulls/1091](#1091))
## 1.0.0-next.11
### Patch Changes
-- 6e27880: Move server-side fetch to adapters instead of build step (#1066)
+- 6e27880: Move server-side fetch to adapters instead of build step ([https://github.com/sveltejs/kit/pulls/1066](#1066))
## 1.0.0-next.10
### Patch Changes
-- feb2db7: Simplify parsing of URLS of incoming requests (#802)
+- feb2db7: Simplify parsing of URLS of incoming requests ([https://github.com/sveltejs/kit/pulls/802](#802))
## 1.0.0-next.9
### Patch Changes
-- ca33a35: Fix adapter-vercel query parsing and update adapter-node's (#774)
+- ca33a35: Fix adapter-vercel query parsing and update adapter-node's ([https://github.com/sveltejs/kit/pulls/774](#774))
## 1.0.0-next.8
### Patch Changes
-- 8024178: remove @sveltejs/app-utils (#600)
+- 8024178: remove @sveltejs/app-utils ([https://github.com/sveltejs/kit/pulls/600](#600))
## 1.0.0-next.7
### Patch Changes
-- 17e82eb: Fix adapter-vercel imports (#588)
+- 17e82eb: Fix adapter-vercel imports ([https://github.com/sveltejs/kit/pulls/588](#588))
## 1.0.0-next.6
### Patch Changes
-- 8805c6d: Pass adapters directly to svelte.config.cjs (#579)
+- 8805c6d: Pass adapters directly to svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/579](#579))
## 1.0.0-next.5
### Patch Changes
-- f35a5cd: Change adapter signature (#505)
+- f35a5cd: Change adapter signature ([https://github.com/sveltejs/kit/pulls/505](#505))
## 1.0.0-next.4
### Patch Changes
-- c3cf3f3: Bump deps (#492)
-- d742029: Fix mixed usage of CJS and ESM (#483)
+- c3cf3f3: Bump deps ([https://github.com/sveltejs/kit/pulls/492](#492))
+- d742029: Fix mixed usage of CJS and ESM ([https://github.com/sveltejs/kit/pulls/483](#483))
- Updated dependencies [c3cf3f3]
- @sveltejs/app-utils@1.0.0-next.3
@@ -178,7 +178,7 @@
### Patch Changes
-- 8123929: Fix adapter-vercel using the wrong directory (#450)
+- 8123929: Fix adapter-vercel using the wrong directory ([https://github.com/sveltejs/kit/pulls/450](#450))
- Updated dependencies [73dd998]
- Updated dependencies [b800049]
- @sveltejs/app-utils@1.0.0-next.2
diff --git a/packages/create-svelte/CHANGELOG.md b/packages/create-svelte/CHANGELOG.md
index 39fb71b7a0e8..06a59e5d556c 100644
--- a/packages/create-svelte/CHANGELOG.md
+++ b/packages/create-svelte/CHANGELOG.md
@@ -4,74 +4,74 @@
### Patch Changes
-- 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) (#2109)
+- 94b34fa6: [breaking] standardize final output dir as /build (vs /.svelte-kit) ([https://github.com/sveltejs/kit/pulls/2109](#2109))
## 2.0.0-next.76
### Patch Changes
-- b9e63381: Add DOM to lib in tsconfig (#1956)
+- b9e63381: Add DOM to lib in tsconfig ([https://github.com/sveltejs/kit/pulls/1956](#1956))
## 2.0.0-next.75
### Patch Changes
-- fe68e13: Simplify component file names (#1878)
+- fe68e13: Simplify component file names ([https://github.com/sveltejs/kit/pulls/1878](#1878))
## 2.0.0-next.74
### Patch Changes
-- 4c7ccfd: Add \$lib alias to js/tsconfig (#1860)
+- 4c7ccfd: Add \$lib alias to js/tsconfig ([https://github.com/sveltejs/kit/pulls/1860](#1860))
## 2.0.0-next.73
### Patch Changes
-- 2d2fab1: Add favicon to skeleton template (#1514)
-- 6aa4988: Replace favicon (#1589)
+- 2d2fab1: Add favicon to skeleton template ([https://github.com/sveltejs/kit/pulls/1514](#1514))
+- 6aa4988: Replace favicon ([https://github.com/sveltejs/kit/pulls/1589](#1589))
## 2.0.0-next.72
### Patch Changes
-- 1739443: Add svelte-check to TS templates (#1556)
-- 6372690: gitignore package directory (#1499)
-- f211906: Adjust build-template script to include package.json (#1555)
+- 1739443: Add svelte-check to TS templates ([https://github.com/sveltejs/kit/pulls/1556](#1556))
+- 6372690: gitignore package directory ([https://github.com/sveltejs/kit/pulls/1499](#1499))
+- f211906: Adjust build-template script to include package.json ([https://github.com/sveltejs/kit/pulls/1555](#1555))
## 2.0.0-next.71
### Patch Changes
-- dad93fc: Fix workspace dependencies (#1434)
+- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))
## 2.0.0-next.70
### Patch Changes
-- d871213: Remove Vite dependency from apps (#1374)
+- d871213: Remove Vite dependency from apps ([https://github.com/sveltejs/kit/pulls/1374](#1374))
## 2.0.0-next.69
### Patch Changes
-- 9cc2508: Ensure template files match Prettier settings (#1364)
-- f5e626d: Reference Vite/Svelte types inside Kit types (#1319)
-- 8a402a9: Exclude deploy artifacts from create-svelte package (#1363)
-- e8bed05: Prompt to npm install before prompting to git init (#1362)
-- 507e2c3: fix: Prettier not formatting .svelte files (#1360)
+- 9cc2508: Ensure template files match Prettier settings ([https://github.com/sveltejs/kit/pulls/1364](#1364))
+- f5e626d: Reference Vite/Svelte types inside Kit types ([https://github.com/sveltejs/kit/pulls/1319](#1319))
+- 8a402a9: Exclude deploy artifacts from create-svelte package ([https://github.com/sveltejs/kit/pulls/1363](#1363))
+- e8bed05: Prompt to npm install before prompting to git init ([https://github.com/sveltejs/kit/pulls/1362](#1362))
+- 507e2c3: fix: Prettier not formatting .svelte files ([https://github.com/sveltejs/kit/pulls/1360](#1360))
## 2.0.0-next.68
### Patch Changes
-- 5ed3ed2: Fix usage of request.locals in starter project (#1344)
+- 5ed3ed2: Fix usage of request.locals in starter project ([https://github.com/sveltejs/kit/pulls/1344](#1344))
## 2.0.0-next.67
### Patch Changes
-- d15b48a: Add renamed .svelte -> .svelte-kit directory to ignore files (#1339)
+- d15b48a: Add renamed .svelte -> .svelte-kit directory to ignore files ([https://github.com/sveltejs/kit/pulls/1339](#1339))
## 2.0.0-next.66
@@ -83,26 +83,26 @@
### Patch Changes
-- 0befffb: Rename .svelte to .svelte-kit (#1321)
-- c6fde99: Switch to ESM in config files (#1323)
+- 0befffb: Rename .svelte to .svelte-kit ([https://github.com/sveltejs/kit/pulls/1321](#1321))
+- c6fde99: Switch to ESM in config files ([https://github.com/sveltejs/kit/pulls/1323](#1323))
## 2.0.0-next.64
### Patch Changes
-- 3fb191c: Improved install prompts, turn confirms into toggle (#1312)
+- 3fb191c: Improved install prompts, turn confirms into toggle ([https://github.com/sveltejs/kit/pulls/1312](#1312))
## 2.0.0-next.63
### Patch Changes
-- d19f3de: bump minimum required Svelte version (#1192)
+- d19f3de: bump minimum required Svelte version ([https://github.com/sveltejs/kit/pulls/1192](#1192))
## 2.0.0-next.62
### Patch Changes
-- c44f231: Improve a11y on to-do list in template (#1207)
+- c44f231: Improve a11y on to-do list in template ([https://github.com/sveltejs/kit/pulls/1207](#1207))
## 2.0.0-next.61
@@ -114,9 +114,9 @@
### Patch Changes
-- 1b816b2: Update version of eslint-plugin-svelte3 (#1195)
-- 6f2b4a6: Update welcome message (#1196)
-- 6f2b4a6: No adapter by default (#1196)
+- 1b816b2: Update version of eslint-plugin-svelte3 ([https://github.com/sveltejs/kit/pulls/1195](#1195))
+- 6f2b4a6: Update welcome message ([https://github.com/sveltejs/kit/pulls/1196](#1196))
+- 6f2b4a6: No adapter by default ([https://github.com/sveltejs/kit/pulls/1196](#1196))
## 2.0.0-next.59
@@ -128,198 +128,198 @@
### Patch Changes
-- 2bf4338: Add .gitignore files to new projects (#1167)
+- 2bf4338: Add .gitignore files to new projects ([https://github.com/sveltejs/kit/pulls/1167](#1167))
## 2.0.0-next.57
### Patch Changes
-- 4645ad5: Remove obsolete vite.ssr config from template (#1148)
-- 872d734: Hide out-of-view counter from assistive tech (#1150)
+- 4645ad5: Remove obsolete vite.ssr config from template ([https://github.com/sveltejs/kit/pulls/1148](#1148))
+- 872d734: Hide out-of-view counter from assistive tech ([https://github.com/sveltejs/kit/pulls/1150](#1150))
## 2.0.0-next.56
### Patch Changes
- cdf4d5b: Show git init instructions when creating new project
-- 112d194: Uppercase method in template (#1119)
+- 112d194: Uppercase method in template ([https://github.com/sveltejs/kit/pulls/1119](#1119))
## 2.0.0-next.55
### Patch Changes
-- daf6913: Fix bootstrapping command on about page (#1105)
+- daf6913: Fix bootstrapping command on about page ([https://github.com/sveltejs/kit/pulls/1105](#1105))
## 2.0.0-next.54
### Patch Changes
-- a84cb88: Fix global.d.ts rename, Windows build issue, missing adapter-node (#1095)
+- a84cb88: Fix global.d.ts rename, Windows build issue, missing adapter-node ([https://github.com/sveltejs/kit/pulls/1095](#1095))
## 2.0.0-next.53
### Patch Changes
-- 27c2e1d: Fix CSS on demo app hero image (#1088)
-- bbeb58f: Include dotfiles when creating new project (#1084)
-- 6a8e73f: Remove large image from create-svelte (#1085)
+- 27c2e1d: Fix CSS on demo app hero image ([https://github.com/sveltejs/kit/pulls/1088](#1088))
+- bbeb58f: Include dotfiles when creating new project ([https://github.com/sveltejs/kit/pulls/1084](#1084))
+- 6a8e73f: Remove large image from create-svelte ([https://github.com/sveltejs/kit/pulls/1085](#1085))
## 2.0.0-next.52
### Patch Changes
-- f342372: Adding new Hello World templates (default with enhanced style and skeleton) to create-svelte (#1014)
+- f342372: Adding new Hello World templates (default with enhanced style and skeleton) to create-svelte ([https://github.com/sveltejs/kit/pulls/1014](#1014))
## 2.0.0-next.51
### Patch Changes
-- 4cffc14: add global.d.ts to js version (#1051)
+- 4cffc14: add global.d.ts to js version ([https://github.com/sveltejs/kit/pulls/1051](#1051))
## 2.0.0-next.50
### Patch Changes
-- 3802c64: Fix build so that the package can be automatically published (#1001)
+- 3802c64: Fix build so that the package can be automatically published ([https://github.com/sveltejs/kit/pulls/1001](#1001))
## 2.0.0-next.49
### Patch Changes
- 3c41d07: Fix preprocess option in template
-- 9bb747f: Remove CSS option and simplify (#989)
+- 9bb747f: Remove CSS option and simplify ([https://github.com/sveltejs/kit/pulls/989](#989))
## 2.0.0-next.48
### Patch Changes
-- 4c45784: Add ambient types to published files (#980)
+- 4c45784: Add ambient types to published files ([https://github.com/sveltejs/kit/pulls/980](#980))
## 2.0.0-next.47
### Patch Changes
-- 59a1e06: Add button:focus CSS styles to index page of default app (#957)
-- 39b6967: Add ambient type definitions for \$app imports (#917)
-- dfbe62b: Add title tag to index page of default app (#954)
+- 59a1e06: Add button:focus CSS styles to index page of default app ([https://github.com/sveltejs/kit/pulls/957](#957))
+- 39b6967: Add ambient type definitions for \$app imports ([https://github.com/sveltejs/kit/pulls/917](#917))
+- dfbe62b: Add title tag to index page of default app ([https://github.com/sveltejs/kit/pulls/954](#954))
## 2.0.0-next.46
### Patch Changes
-- 570f90c: Update tsconfig to use module and lib es2020 (#817)
-- 8d453c8: Specify minimum Node version number in @sveltejs/kit and add .npmrc to enforce it (#787)
+- 570f90c: Update tsconfig to use module and lib es2020 ([https://github.com/sveltejs/kit/pulls/817](#817))
+- 8d453c8: Specify minimum Node version number in @sveltejs/kit and add .npmrc to enforce it ([https://github.com/sveltejs/kit/pulls/787](#787))
## 2.0.0-next.45
### Patch Changes
-- dac29c5: allow importing JSON modules (#792)
-- 8dc89ba: Set target to es2019 in default tsconfig.json (#772)
+- dac29c5: allow importing JSON modules ([https://github.com/sveltejs/kit/pulls/792](#792))
+- 8dc89ba: Set target to es2019 in default tsconfig.json ([https://github.com/sveltejs/kit/pulls/772](#772))
## 2.0.0-next.44
### Patch Changes
- 7e51473: fix eslint error in ts starter template, add eslint and prettier ignore config
-- 7d42f72: Add a global stylesheet during create-svelte depending on the chosen CSS preprocessor (#726)
+- 7d42f72: Add a global stylesheet during create-svelte depending on the chosen CSS preprocessor ([https://github.com/sveltejs/kit/pulls/726](#726))
## 2.0.0-next.43
### Patch Changes
-- bdf4ed9: Fix typo in `ignorePatterns` for the `.eslintrc.cjs` generated for TypeScript projects so that `.eslintrc.cjs` correctly ignores itself. (#701)
-- f7badf1: Add '\$service-worker' to paths in tsconfig.json (#716)
-- 9a664e1: Set `.eslintrc.cjs` to ignore all `.cjs` files. (#707)
-- df380e6: Add env options to eslint config (#722)
+- bdf4ed9: Fix typo in `ignorePatterns` for the `.eslintrc.cjs` generated for TypeScript projects so that `.eslintrc.cjs` correctly ignores itself. ([https://github.com/sveltejs/kit/pulls/701](#701))
+- f7badf1: Add '\$service-worker' to paths in tsconfig.json ([https://github.com/sveltejs/kit/pulls/716](#716))
+- 9a664e1: Set `.eslintrc.cjs` to ignore all `.cjs` files. ([https://github.com/sveltejs/kit/pulls/707](#707))
+- df380e6: Add env options to eslint config ([https://github.com/sveltejs/kit/pulls/722](#722))
## 2.0.0-next.42
### Patch Changes
-- a52cf82: add eslint and prettier setup options (#632)
+- a52cf82: add eslint and prettier setup options ([https://github.com/sveltejs/kit/pulls/632](#632))
## 2.0.0-next.41
### Patch Changes
-- 8024178: remove @sveltejs/app-utils (#600)
+- 8024178: remove @sveltejs/app-utils ([https://github.com/sveltejs/kit/pulls/600](#600))
## 2.0.0-next.40
### Patch Changes
-- 8805c6d: Pass adapters directly to svelte.config.cjs (#579)
+- 8805c6d: Pass adapters directly to svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/579](#579))
## 2.0.0-next.39
### Patch Changes
-- ac3669e: Move Vite config into svelte.config.cjs (#569)
+- ac3669e: Move Vite config into svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/569](#569))
## 2.0.0-next.38
### Patch Changes
-- c04887c: create-svelte: Include globals.d.ts in tsconfig (#549)
+- c04887c: create-svelte: Include globals.d.ts in tsconfig ([https://github.com/sveltejs/kit/pulls/549](#549))
## 2.0.0-next.37
### Patch Changes
-- c76c9bf: Upgrade Vite (#544)
-- ab28c0a: create-svelte: Remove duplicate types (#538)
+- c76c9bf: Upgrade Vite ([https://github.com/sveltejs/kit/pulls/544](#544))
+- ab28c0a: create-svelte: Remove duplicate types ([https://github.com/sveltejs/kit/pulls/538](#538))
## 2.0.0-next.36
### Patch Changes
-- 0da62eb: create-svelte: Include missing ts-template (#535)
+- 0da62eb: create-svelte: Include missing ts-template ([https://github.com/sveltejs/kit/pulls/535](#535))
## 2.0.0-next.35
### Patch Changes
-- bb01514: Actually fix $component => $lib transition (#529)
+- bb01514: Actually fix $component => $lib transition ([https://github.com/sveltejs/kit/pulls/529](#529))
## 2.0.0-next.34
### Patch Changes
-- 848687c: Fix location of example `Counter.svelte` component (#522)
+- 848687c: Fix location of example `Counter.svelte` component ([https://github.com/sveltejs/kit/pulls/522](#522))
## 2.0.0-next.33
### Patch Changes
- f7dc6ad: Fix typo in template app
-- 5554acc: Add \$lib alias (#511)
-- c0ed7a8: create-svelte: globals.d.ts TSDoc fixes, add vite/client types to js/tsconfig (#517)
+- 5554acc: Add \$lib alias ([https://github.com/sveltejs/kit/pulls/511](#511))
+- c0ed7a8: create-svelte: globals.d.ts TSDoc fixes, add vite/client types to js/tsconfig ([https://github.com/sveltejs/kit/pulls/517](#517))
## 2.0.0-next.32
### Patch Changes
-- 97b7ea4: jsconfig for js projects (#510)
+- 97b7ea4: jsconfig for js projects ([https://github.com/sveltejs/kit/pulls/510](#510))
## 2.0.0-next.31
### Patch Changes
-- c3cf3f3: Bump deps (#492)
-- 625747d: create-svelte: bundle production dependencies for SSR (#486)
+- c3cf3f3: Bump deps ([https://github.com/sveltejs/kit/pulls/492](#492))
+- 625747d: create-svelte: bundle production dependencies for SSR ([https://github.com/sveltejs/kit/pulls/486](#486))
## 2.0.0-next.30
### Patch Changes
-- b800049: Include type declarations (#442)
+- b800049: Include type declarations ([https://github.com/sveltejs/kit/pulls/442](#442))
## 2.0.0-next.29
### Patch Changes
-- 15dd6d6: Fix setup to include vite (#415)
+- 15dd6d6: Fix setup to include vite ([https://github.com/sveltejs/kit/pulls/415](#415))
## 2.0.0-next.28
@@ -337,7 +337,7 @@
### Patch Changes
-- 00cbaf6: Rename _.config.js to _.config.cjs (#356)
+- 00cbaf6: Rename _.config.js to _.config.cjs ([https://github.com/sveltejs/kit/pulls/356](#356))
## 2.0.0-next.25
@@ -349,7 +349,7 @@
### Patch Changes
-- 0e45255: Move options behind kit namespace, change paths -> kit.files (#236)
+- 0e45255: Move options behind kit namespace, change paths -> kit.files ([https://github.com/sveltejs/kit/pulls/236](#236))
## 2.0.0-next.23
@@ -380,7 +380,7 @@
### Patch Changes
- rename CLI to svelte-kit
-- 0904e22: rename svelte CLI to svelte-kit (#186)
+- 0904e22: rename svelte CLI to svelte-kit ([https://github.com/sveltejs/kit/pulls/186](#186))
## 2.0.0-alpha.16
diff --git a/packages/kit/CHANGELOG.md b/packages/kit/CHANGELOG.md
index 1ce50e060cf4..6ad721779be6 100644
--- a/packages/kit/CHANGELOG.md
+++ b/packages/kit/CHANGELOG.md
@@ -10,187 +10,187 @@
### Patch Changes
-- 8c0ffb8f: [fix] provide explicit JS entry point for Vite dev mode (#2134)
-- c3c25ee0: [fix] take into account page-level options on error pages (#2117)
+- 8c0ffb8f: [fix] provide explicit JS entry point for Vite dev mode ([https://github.com/sveltejs/kit/pulls/2134](#2134))
+- c3c25ee0: [fix] take into account page-level options on error pages ([https://github.com/sveltejs/kit/pulls/2117](#2117))
## 1.0.0-next.142
### Patch Changes
-- aed1bd07: [fix] fully initialize router before rendering (#2089)
-- 970bb04c: restore reverted config changes (#2093)
+- aed1bd07: [fix] fully initialize router before rendering ([https://github.com/sveltejs/kit/pulls/2089](#2089))
+- 970bb04c: restore reverted config changes ([https://github.com/sveltejs/kit/pulls/2093](#2093))
## 1.0.0-next.141
### Patch Changes
-- d109a394: [fix] successfully load nested error pages (#2076)
-- fab67c94: [fix] successfully handle client errors (#2077)
-- 943f5288: [fix] solve regression parsing unicode URLs (#2078)
-- 4435a659: [fix] allow endpoint shadowing to work (#2074)
-- ee73a265: [fix] correctly do fallthrough in simple case (#2072)
+- d109a394: [fix] successfully load nested error pages ([https://github.com/sveltejs/kit/pulls/2076](#2076))
+- fab67c94: [fix] successfully handle client errors ([https://github.com/sveltejs/kit/pulls/2077](#2077))
+- 943f5288: [fix] solve regression parsing unicode URLs ([https://github.com/sveltejs/kit/pulls/2078](#2078))
+- 4435a659: [fix] allow endpoint shadowing to work ([https://github.com/sveltejs/kit/pulls/2074](#2074))
+- ee73a265: [fix] correctly do fallthrough in simple case ([https://github.com/sveltejs/kit/pulls/2072](#2072))
## 1.0.0-next.140
### Patch Changes
-- e55bc44a: [fix] revert change to rendering options (#2008)
-- d81de603: revert adapters automatically updating .gitignore (#1924)
-- 5911b1c7: [fix] consider protocol-relative URLs as external (#2062)
+- e55bc44a: [fix] revert change to rendering options ([https://github.com/sveltejs/kit/pulls/2008](#2008))
+- d81de603: revert adapters automatically updating .gitignore ([https://github.com/sveltejs/kit/pulls/1924](#1924))
+- 5911b1c7: [fix] consider protocol-relative URLs as external ([https://github.com/sveltejs/kit/pulls/2062](#2062))
## 1.0.0-next.139
### Patch Changes
-- 883d4b85: Add public API to let adapters update .gitignore (#1924)
-- 8cbe3b05: Change `force` to `onError` in prerender config options (#2030)
-- 1b18a844: Don't check external links on prerender (#1679)
-- 7645399a: [fix] correctly pass Vite options in preview mode (#2036)
+- 883d4b85: Add public API to let adapters update .gitignore ([https://github.com/sveltejs/kit/pulls/1924](#1924))
+- 8cbe3b05: Change `force` to `onError` in prerender config options ([https://github.com/sveltejs/kit/pulls/2030](#2030))
+- 1b18a844: Don't check external links on prerender ([https://github.com/sveltejs/kit/pulls/1679](#1679))
+- 7645399a: [fix] correctly pass Vite options in preview mode ([https://github.com/sveltejs/kit/pulls/2036](#2036))
## 1.0.0-next.138
### Patch Changes
-- d6563169: [chore] prefer interfaces to types (#2010)
-- b18a45c1: explicitly set compilerOptions.hydratable to config.kit.hydrate (#2024)
-- 538de3eb: [feat] More powerful and configurable rendering options (#2008)
-- 20dad18a: Remove the `prerender.force` option in favor of `prerender.onError` (#2007)
+- d6563169: [chore] prefer interfaces to types ([https://github.com/sveltejs/kit/pulls/2010](#2010))
+- b18a45c1: explicitly set compilerOptions.hydratable to config.kit.hydrate ([https://github.com/sveltejs/kit/pulls/2024](#2024))
+- 538de3eb: [feat] More powerful and configurable rendering options ([https://github.com/sveltejs/kit/pulls/2008](#2008))
+- 20dad18a: Remove the `prerender.force` option in favor of `prerender.onError` ([https://github.com/sveltejs/kit/pulls/2007](#2007))
## 1.0.0-next.137
### Patch Changes
-- bce1d76a: [chore] improved typing for runtime and tests (#1995)
-- 2a1e9795: [chore] enable TypeScript strict mode (#1998)
+- bce1d76a: [chore] improved typing for runtime and tests ([https://github.com/sveltejs/kit/pulls/1995](#1995))
+- 2a1e9795: [chore] enable TypeScript strict mode ([https://github.com/sveltejs/kit/pulls/1998](#1998))
## 1.0.0-next.136
### Patch Changes
-- 69b92ec1: [chore] improved typing on core library (#1993)
+- 69b92ec1: [chore] improved typing on core library ([https://github.com/sveltejs/kit/pulls/1993](#1993))
## 1.0.0-next.135
### Patch Changes
-- 3b293f2a: update svelte to 3.40 and vite-plugin-svelte to 1.0.0-next.14 (#1992)
-- 34b923d1: [chore] stricter TypeScript checking (#1989)
+- 3b293f2a: update svelte to 3.40 and vite-plugin-svelte to 1.0.0-next.14 ([https://github.com/sveltejs/kit/pulls/1992](#1992))
+- 34b923d1: [chore] stricter TypeScript checking ([https://github.com/sveltejs/kit/pulls/1989](#1989))
## 1.0.0-next.134
### Patch Changes
-- e1e5920a: [fix] correctly find links during prerendering (#1984)
-- c7db715e: Handle errors with incorrect type (#1983)
+- e1e5920a: [fix] correctly find links during prerendering ([https://github.com/sveltejs/kit/pulls/1984](#1984))
+- c7db715e: Handle errors with incorrect type ([https://github.com/sveltejs/kit/pulls/1983](#1983))
## 1.0.0-next.133
### Patch Changes
-- 68190496: chore: Vite to ^2.4.3, vite-plugin-svelte to ^1.0.0-next.13 (#1969)
-- 0cbcd7c3: [fix] correctly detect external fetches (#1980)
-- 51ec789f: Scrolling to an anchor via a hash now supports `scroll-*` CSS properties (#1972)
+- 68190496: chore: Vite to ^2.4.3, vite-plugin-svelte to ^1.0.0-next.13 ([https://github.com/sveltejs/kit/pulls/1969](#1969))
+- 0cbcd7c3: [fix] correctly detect external fetches ([https://github.com/sveltejs/kit/pulls/1980](#1980))
+- 51ec789f: Scrolling to an anchor via a hash now supports `scroll-*` CSS properties ([https://github.com/sveltejs/kit/pulls/1972](#1972))
## 1.0.0-next.132
### Patch Changes
-- 7b440b2b: Fix URL resolution for server-side fetch (#1953)
+- 7b440b2b: Fix URL resolution for server-side fetch ([https://github.com/sveltejs/kit/pulls/1953](#1953))
## 1.0.0-next.131
### Patch Changes
-- 0bc1b309: Minor optimization in parse_body (#1916)
+- 0bc1b309: Minor optimization in parse_body ([https://github.com/sveltejs/kit/pulls/1916](#1916))
## 1.0.0-next.130
### Patch Changes
-- 53e9285d: feat(config): Friendlier error messages for common errors (#1910)
-- 41da1ebe: Handle 4xx and 5xx statuses without requiring `Error` instance (#1811)
-- 073fc3b5: feat(cli): respect NODE_ENV when set by user (#1915)
+- 53e9285d: feat(config): Friendlier error messages for common errors ([https://github.com/sveltejs/kit/pulls/1910](#1910))
+- 41da1ebe: Handle 4xx and 5xx statuses without requiring `Error` instance ([https://github.com/sveltejs/kit/pulls/1811](#1811))
+- 073fc3b5: feat(cli): respect NODE_ENV when set by user ([https://github.com/sveltejs/kit/pulls/1915](#1915))
## 1.0.0-next.129
### Patch Changes
-- e246455: Passthrough server-side fetch cookies for most same-origin scenarios (#1847)
+- e246455: Passthrough server-side fetch cookies for most same-origin scenarios ([https://github.com/sveltejs/kit/pulls/1847](#1847))
## 1.0.0-next.128
### Patch Changes
-- 27e9067: Better error messages when something goes wrong while emitting types (#1903)
-- 277029d: Change index.js exports to directory exports when packaging (#1905)
+- 27e9067: Better error messages when something goes wrong while emitting types ([https://github.com/sveltejs/kit/pulls/1903](#1903))
+- 277029d: Change index.js exports to directory exports when packaging ([https://github.com/sveltejs/kit/pulls/1905](#1905))
## 1.0.0-next.127
### Patch Changes
-- bb3ae21: Fix endpoint validation to allow returning string for all content types (#1900)
+- bb3ae21: Fix endpoint validation to allow returning string for all content types ([https://github.com/sveltejs/kit/pulls/1900](#1900))
## 1.0.0-next.126
### Patch Changes
-- 4720b67: Default body parsing to binary (#1890)
-- 6da07b8: fix returning null from endpoints (#1886)
+- 4720b67: Default body parsing to binary ([https://github.com/sveltejs/kit/pulls/1890](#1890))
+- 6da07b8: fix returning null from endpoints ([https://github.com/sveltejs/kit/pulls/1886](#1886))
## 1.0.0-next.125
### Patch Changes
-- 7faf52f: Update and consolidate checks for binary body types (#1687)
-- f854b89: Replace return type of Buffer with Uint8Array (#1876)
-- f854b89: Remove Incoming from public types (#1876)
+- 7faf52f: Update and consolidate checks for binary body types ([https://github.com/sveltejs/kit/pulls/1687](#1687))
+- f854b89: Replace return type of Buffer with Uint8Array ([https://github.com/sveltejs/kit/pulls/1876](#1876))
+- f854b89: Remove Incoming from public types ([https://github.com/sveltejs/kit/pulls/1876](#1876))
## 1.0.0-next.124
### Patch Changes
-- 34d2049: handle undefined body on endpoint output (#1808)
-- c826016: add config.kit.package.emitTypes (#1852)
-- 8854e2f: Bump vite-plugin-svelte to 1.0.0-next.12 (#1869)
-- af1aa54: copy essential root files on `svelte-kit package` (#1747)
-- 872840a: Pass along custom properties added to Error (#1821)
-- 868f97a: Preserve README casing and package.json contents on svelte-kit package (#1735)
+- 34d2049: handle undefined body on endpoint output ([https://github.com/sveltejs/kit/pulls/1808](#1808))
+- c826016: add config.kit.package.emitTypes ([https://github.com/sveltejs/kit/pulls/1852](#1852))
+- 8854e2f: Bump vite-plugin-svelte to 1.0.0-next.12 ([https://github.com/sveltejs/kit/pulls/1869](#1869))
+- af1aa54: copy essential root files on `svelte-kit package` ([https://github.com/sveltejs/kit/pulls/1747](#1747))
+- 872840a: Pass along custom properties added to Error ([https://github.com/sveltejs/kit/pulls/1821](#1821))
+- 868f97a: Preserve README casing and package.json contents on svelte-kit package ([https://github.com/sveltejs/kit/pulls/1735](#1735))
## 1.0.0-next.123
### Patch Changes
-- 4b25615: Fix ReadOnlyFormData keys and values method implementation (#1837)
-- 64f749d: ServiceWorker files exclusion support available through svelte.config.js (#1645)
-- 4d2fec5: Enable Vite's server.fs.strict by default (#1842)
-- 1ec368a: Expose Vite.js mode from \$app/env (#1789)
+- 4b25615: Fix ReadOnlyFormData keys and values method implementation ([https://github.com/sveltejs/kit/pulls/1837](#1837))
+- 64f749d: ServiceWorker files exclusion support available through svelte.config.js ([https://github.com/sveltejs/kit/pulls/1645](#1645))
+- 4d2fec5: Enable Vite's server.fs.strict by default ([https://github.com/sveltejs/kit/pulls/1842](#1842))
+- 1ec368a: Expose Vite.js mode from \$app/env ([https://github.com/sveltejs/kit/pulls/1789](#1789))
## 1.0.0-next.122
### Patch Changes
-- d09a4e1: Surface Svelte compiler errors (#1827)
-- 79b4fe2: Update Vite to ^2.4.1 (#1834)
-- 2ac5781: Use esbuild inject API to insert shims (#1822)
+- d09a4e1: Surface Svelte compiler errors ([https://github.com/sveltejs/kit/pulls/1827](#1827))
+- 79b4fe2: Update Vite to ^2.4.1 ([https://github.com/sveltejs/kit/pulls/1834](#1834))
+- 2ac5781: Use esbuild inject API to insert shims ([https://github.com/sveltejs/kit/pulls/1822](#1822))
## 1.0.0-next.121
### Patch Changes
-- 939188e: Use UTF-8 encoding for JSON endpoint responses by default (#1669)
-- 5b3e1e6: Add types generation to svelte-kit package command (#1646)
-- 8affef2: Fix type errors inside ReadOnlyFormData that didn't allow it to be used inside for..of loops (#1830)
+- 939188e: Use UTF-8 encoding for JSON endpoint responses by default ([https://github.com/sveltejs/kit/pulls/1669](#1669))
+- 5b3e1e6: Add types generation to svelte-kit package command ([https://github.com/sveltejs/kit/pulls/1646](#1646))
+- 8affef2: Fix type errors inside ReadOnlyFormData that didn't allow it to be used inside for..of loops ([https://github.com/sveltejs/kit/pulls/1830](#1830))
## 1.0.0-next.120
### Patch Changes
-- 9fbaeda: fix attribute validation in generated script tag (#1768)
-- 9f0c54a: Externalize app initialization to adapters (#1804)
-- 0d69e55: Add generic type for session (#1791)
-- 325c223: Improve RequestHandler and EndpointOutput type declarations. (#1778)
-- 6ef148d: Generate service worker registration code even with `router` and `hydration` disabled (#1724)
-- ae3ef19: Fail if config.kit.appDir starts or ends with a slash (#1695)
+- 9fbaeda: fix attribute validation in generated script tag ([https://github.com/sveltejs/kit/pulls/1768](#1768))
+- 9f0c54a: Externalize app initialization to adapters ([https://github.com/sveltejs/kit/pulls/1804](#1804))
+- 0d69e55: Add generic type for session ([https://github.com/sveltejs/kit/pulls/1791](#1791))
+- 325c223: Improve RequestHandler and EndpointOutput type declarations. ([https://github.com/sveltejs/kit/pulls/1778](#1778))
+- 6ef148d: Generate service worker registration code even with `router` and `hydration` disabled ([https://github.com/sveltejs/kit/pulls/1724](#1724))
+- ae3ef19: Fail if config.kit.appDir starts or ends with a slash ([https://github.com/sveltejs/kit/pulls/1695](#1695))
## 1.0.0-next.119
@@ -203,193 +203,193 @@
### Patch Changes
-- 5418254: Fix regex for getting links to crawl during prerendering (#1743)
+- 5418254: Fix regex for getting links to crawl during prerendering ([https://github.com/sveltejs/kit/pulls/1743](#1743))
## 1.0.0-next.117
### Patch Changes
-- 828732c: Specify actual Svelte version requirement (#1751)
+- 828732c: Specify actual Svelte version requirement ([https://github.com/sveltejs/kit/pulls/1751](#1751))
## 1.0.0-next.116
### Patch Changes
-- ea8cd54: chore(kit): correct `engines` constraint (#1696)
-- aedec24: Ensure router is initialized before parsing location (#1691)
-- c7d5ce4: update vite to 2.3.8 and unpin (#1715)
-- d259bca: Stricter regex for getting element attributes during prerendering (#1700)
+- ea8cd54: chore(kit): correct `engines` constraint ([https://github.com/sveltejs/kit/pulls/1696](#1696))
+- aedec24: Ensure router is initialized before parsing location ([https://github.com/sveltejs/kit/pulls/1691](#1691))
+- c7d5ce4: update vite to 2.3.8 and unpin ([https://github.com/sveltejs/kit/pulls/1715](#1715))
+- d259bca: Stricter regex for getting element attributes during prerendering ([https://github.com/sveltejs/kit/pulls/1700](#1700))
## 1.0.0-next.115
### Patch Changes
-- 523c3e2: Allow vite.alias to be an array (#1640)
-- 6fd46d1: \* update vite-plugin-svelte to 1.0.0-next.11 and use its named export (#1673)
+- 523c3e2: Allow vite.alias to be an array ([https://github.com/sveltejs/kit/pulls/1640](#1640))
+- 6fd46d1: \* update vite-plugin-svelte to 1.0.0-next.11 and use its named export ([https://github.com/sveltejs/kit/pulls/1673](#1673))
- update vite to 2.3.7
-- dc56d3c: Fix navigation when `base` path is set and validate that option's value (#1666)
+- dc56d3c: Fix navigation when `base` path is set and validate that option's value ([https://github.com/sveltejs/kit/pulls/1666](#1666))
## 1.0.0-next.114
### Patch Changes
-- 5aa64ab: fix: SSL for HMR websockets #844 (#1517)
-- fae75f1: add optional state parameter for goto function (#1643)
-- fbd5f8a: package command can now transpile TypeScript files (#1633)
+- 5aa64ab: fix: SSL for HMR websockets [https://github.com/sveltejs/kit/pulls/844](#844) ([https://github.com/sveltejs/kit/pulls/1517](#1517))
+- fae75f1: add optional state parameter for goto function ([https://github.com/sveltejs/kit/pulls/1643](#1643))
+- fbd5f8a: package command can now transpile TypeScript files ([https://github.com/sveltejs/kit/pulls/1633](#1633))
## 1.0.0-next.113
### Patch Changes
-- 045c45c: update vite to 2.3.6 (#1625)
+- 045c45c: update vite to 2.3.6 ([https://github.com/sveltejs/kit/pulls/1625](#1625))
## 1.0.0-next.112
### Patch Changes
-- cbe029e: Allow non-lowercase 'content-type' header in ssr fetch requests (#1463)
-- 1bf1a02: Make it possible to type context, page params and props for LoadInput and LoadOutput (#1447)
+- cbe029e: Allow non-lowercase 'content-type' header in ssr fetch requests ([https://github.com/sveltejs/kit/pulls/1463](#1463))
+- 1bf1a02: Make it possible to type context, page params and props for LoadInput and LoadOutput ([https://github.com/sveltejs/kit/pulls/1447](#1447))
## 1.0.0-next.111
### Patch Changes
-- eae1b1d: Rename handle's render parameter to resolve (#1566)
+- eae1b1d: Rename handle's render parameter to resolve ([https://github.com/sveltejs/kit/pulls/1566](#1566))
## 1.0.0-next.110
### Patch Changes
-- 6372690: Add svelte-kit package command (#1499)
-- c3d36a3: ensure `content-length` limit respected; handle `getRawBody` error(s) (#1528)
-- bf77940: bump `polka` and `sirv` dependency versions (#1548)
-- 2172469: Upgrade to Vite 2.3.4 (#1580)
-- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
+- 6372690: Add svelte-kit package command ([https://github.com/sveltejs/kit/pulls/1499](#1499))
+- c3d36a3: ensure `content-length` limit respected; handle `getRawBody` error(s) ([https://github.com/sveltejs/kit/pulls/1528](#1528))
+- bf77940: bump `polka` and `sirv` dependency versions ([https://github.com/sveltejs/kit/pulls/1548](#1548))
+- 2172469: Upgrade to Vite 2.3.4 ([https://github.com/sveltejs/kit/pulls/1580](#1580))
+- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
## 1.0.0-next.109
### Patch Changes
-- 261ee1c: Update compatible Node versions (#1470)
-- ec156c6: let hash only changes be handled by router (#830)
-- 586785d: Allow passing HTTPS key pair in Vite section of config (#1456)
+- 261ee1c: Update compatible Node versions ([https://github.com/sveltejs/kit/pulls/1470](#1470))
+- ec156c6: let hash only changes be handled by router ([https://github.com/sveltejs/kit/pulls/830](#830))
+- 586785d: Allow passing HTTPS key pair in Vite section of config ([https://github.com/sveltejs/kit/pulls/1456](#1456))
## 1.0.0-next.108
### Patch Changes
-- dad93fc: Fix workspace dependencies (#1434)
-- 37fc04f: Ignore URLs that the app does not own (#1487)
+- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))
+- 37fc04f: Ignore URLs that the app does not own ([https://github.com/sveltejs/kit/pulls/1487](#1487))
## 1.0.0-next.107
### Patch Changes
-- ad83d40: update vite to ^2.3.1 (#1429)
+- ad83d40: update vite to ^2.3.1 ([https://github.com/sveltejs/kit/pulls/1429](#1429))
## 1.0.0-next.106
### Patch Changes
-- fe0531d: temporarily pin vite to version 2.2.4 until issues with 2.3.0 are resolved (#1423)
+- fe0531d: temporarily pin vite to version 2.2.4 until issues with 2.3.0 are resolved ([https://github.com/sveltejs/kit/pulls/1423](#1423))
## 1.0.0-next.105
### Patch Changes
-- f3c50a0: Bump Vite to 2.3.0 (#1413)
-- cfd6c3c: Use rendered CSS for AMP pages (#1408)
-- 9a2cc0a: Add trailingSlash: 'never' | 'always' | 'ignore' option (#1404)
+- f3c50a0: Bump Vite to 2.3.0 ([https://github.com/sveltejs/kit/pulls/1413](#1413))
+- cfd6c3c: Use rendered CSS for AMP pages ([https://github.com/sveltejs/kit/pulls/1408](#1408))
+- 9a2cc0a: Add trailingSlash: 'never' | 'always' | 'ignore' option ([https://github.com/sveltejs/kit/pulls/1404](#1404))
## 1.0.0-next.104
### Patch Changes
-- 9b448a6: Rename @sveltejs/kit/http to @sveltejs/kit/node (#1391)
+- 9b448a6: Rename @sveltejs/kit/http to @sveltejs/kit/node ([https://github.com/sveltejs/kit/pulls/1391](#1391))
## 1.0.0-next.103
### Patch Changes
-- 11e7840: Generate ETags for binary response bodies (#1382)
-- 11e7840: Update request/response body types (#1382)
-- 9e20873: Allow ServerResponse to have non-static set of headers (#1375)
-- 2562ca0: Account for POST bodies when serializing fetches (#1385)
+- 11e7840: Generate ETags for binary response bodies ([https://github.com/sveltejs/kit/pulls/1382](#1382))
+- 11e7840: Update request/response body types ([https://github.com/sveltejs/kit/pulls/1382](#1382))
+- 9e20873: Allow ServerResponse to have non-static set of headers ([https://github.com/sveltejs/kit/pulls/1375](#1375))
+- 2562ca0: Account for POST bodies when serializing fetches ([https://github.com/sveltejs/kit/pulls/1385](#1385))
## 1.0.0-next.102
### Patch Changes
-- b5ff7f5: Rename \$layout to \_\_layout etc (#1370)
-- d871213: Make Vite a prod dep of SvelteKit (#1374)
+- b5ff7f5: Rename \$layout to \_\_layout etc ([https://github.com/sveltejs/kit/pulls/1370](#1370))
+- d871213: Make Vite a prod dep of SvelteKit ([https://github.com/sveltejs/kit/pulls/1374](#1374))
## 1.0.0-next.101
### Patch Changes
-- f5e626d: Reference Vite/Svelte types inside Kit types (#1319)
+- f5e626d: Reference Vite/Svelte types inside Kit types ([https://github.com/sveltejs/kit/pulls/1319](#1319))
## 1.0.0-next.100
### Patch Changes
-- 9890492: Use TypedArray.set to copy from Uint8Array when getting raw body in core/http (#1349)
+- 9890492: Use TypedArray.set to copy from Uint8Array when getting raw body in core/http ([https://github.com/sveltejs/kit/pulls/1349](#1349))
## 1.0.0-next.99
### Patch Changes
-- 051c026: Remove getContext in favour of request.locals (#1332)
+- 051c026: Remove getContext in favour of request.locals ([https://github.com/sveltejs/kit/pulls/1332](#1332))
## 1.0.0-next.98
### Patch Changes
-- d279e36: Add invalidate(url) API for re-running load functions (#1303)
+- d279e36: Add invalidate(url) API for re-running load functions ([https://github.com/sveltejs/kit/pulls/1303](#1303))
## 1.0.0-next.97
### Patch Changes
-- 694f5de: Fixes `navigating` store type (#1322)
-- 0befffb: Rename .svelte to .svelte-kit (#1321)
-- c6fde99: Switch to ESM in config files (#1323)
+- 694f5de: Fixes `navigating` store type ([https://github.com/sveltejs/kit/pulls/1322](#1322))
+- 0befffb: Rename .svelte to .svelte-kit ([https://github.com/sveltejs/kit/pulls/1321](#1321))
+- c6fde99: Switch to ESM in config files ([https://github.com/sveltejs/kit/pulls/1323](#1323))
## 1.0.0-next.96
### Patch Changes
-- 63eff1a: Add prerendering to \$app/env typings (#1316)
+- 63eff1a: Add prerendering to \$app/env typings ([https://github.com/sveltejs/kit/pulls/1316](#1316))
## 1.0.0-next.95
### Patch Changes
-- 16cca89: Export AdapterUtils type for use in adapters (#1300)
-- f3ef93d: Not calling JSON.stringify on endpoint's body if it's a string and the content-type header denotes json (#1272)
-- 5023e98: Remove 'Navigated to' text from announcer' (#1305)
+- 16cca89: Export AdapterUtils type for use in adapters ([https://github.com/sveltejs/kit/pulls/1300](#1300))
+- f3ef93d: Not calling JSON.stringify on endpoint's body if it's a string and the content-type header denotes json ([https://github.com/sveltejs/kit/pulls/1272](#1272))
+- 5023e98: Remove 'Navigated to' text from announcer' ([https://github.com/sveltejs/kit/pulls/1305](#1305))
- b4d0d6c: Normalize keys of headers from server side requests
-- 08ebcb5: Add esm config support (#936)
-- 427e8e0: Validate template file on startup (#1304)
+- 08ebcb5: Add esm config support ([https://github.com/sveltejs/kit/pulls/936](#936))
+- 427e8e0: Validate template file on startup ([https://github.com/sveltejs/kit/pulls/1304](#1304))
## 1.0.0-next.94
### Patch Changes
-- 72c78a4: Handle URLs that need to be decoded (#1273)
+- 72c78a4: Handle URLs that need to be decoded ([https://github.com/sveltejs/kit/pulls/1273](#1273))
## 1.0.0-next.93
### Patch Changes
-- 353afa1: Disable FLoC by default (#1267)
+- 353afa1: Disable FLoC by default ([https://github.com/sveltejs/kit/pulls/1267](#1267))
## 1.0.0-next.92
### Patch Changes
-- 354e384: Allow FormData to be passed as RequestHandler type Body argument (#1256)
-- b1bfe83: Show error page on unknown initial path. Fixes #1190.
+- 354e384: Allow FormData to be passed as RequestHandler type Body argument ([https://github.com/sveltejs/kit/pulls/1256](#1256))
+- b1bfe83: Show error page on unknown initial path. Fixes [https://github.com/sveltejs/kit/pulls/1190](#1190).
## 1.0.0-next.91
@@ -401,47 +401,47 @@
### Patch Changes
-- ac60208: Exit process after adapting (#1212)
+- ac60208: Exit process after adapting ([https://github.com/sveltejs/kit/pulls/1212](#1212))
## 1.0.0-next.89
### Patch Changes
-- 927e63c: update the error message of prerender to optionally include the parent variable (#1200)
+- 927e63c: update the error message of prerender to optionally include the parent variable ([https://github.com/sveltejs/kit/pulls/1200](#1200))
## 1.0.0-next.88
### Patch Changes
-- 6f2b4a6: Remove references to npm start (#1196)
+- 6f2b4a6: Remove references to npm start ([https://github.com/sveltejs/kit/pulls/1196](#1196))
## 1.0.0-next.87
### Patch Changes
-- 4131467: Prerender fallback page for SPAs (#1181)
+- 4131467: Prerender fallback page for SPAs ([https://github.com/sveltejs/kit/pulls/1181](#1181))
## 1.0.0-next.86
### Patch Changes
-- 2130087: Support multiple rel values on anchor tag (#884)
-- ba732ff: Report errors in hooks.js (#1178)
+- 2130087: Support multiple rel values on anchor tag ([https://github.com/sveltejs/kit/pulls/884](#884))
+- ba732ff: Report errors in hooks.js ([https://github.com/sveltejs/kit/pulls/1178](#1178))
- a2f3f4b: Rename `start` to `preview` in the CLI and package scripts
## 1.0.0-next.85
### Patch Changes
-- 4645ad5: Force Vite to bundle Svelte component libraries in SSR (#1148)
+- 4645ad5: Force Vite to bundle Svelte component libraries in SSR ([https://github.com/sveltejs/kit/pulls/1148](#1148))
- abf0248: Fix \$service-worker types
## 1.0.0-next.84
### Patch Changes
-- 5c2665f: Prevent ...rest parameters from swallowing earlier characters (#1128)
-- 4e1c4ea: Omit modulepreload links from pages with no JS (#1131)
+- 5c2665f: Prevent ...rest parameters from swallowing earlier characters ([https://github.com/sveltejs/kit/pulls/1128](#1128))
+- 4e1c4ea: Omit modulepreload links from pages with no JS ([https://github.com/sveltejs/kit/pulls/1131](#1131))
- 5d864a6: Fix RequestHandler return type
- e1313d0: Make response.body optional
@@ -449,143 +449,143 @@
### Patch Changes
-- a4a1075: Work around apparent Cloudflare Workers platform bugs (#1123)
+- a4a1075: Work around apparent Cloudflare Workers platform bugs ([https://github.com/sveltejs/kit/pulls/1123](#1123))
## 1.0.0-next.82
### Patch Changes
-- 4af45e1: Remove usage of node built-ins from runtime (#1117)
+- 4af45e1: Remove usage of node built-ins from runtime ([https://github.com/sveltejs/kit/pulls/1117](#1117))
## 1.0.0-next.81
### Patch Changes
-- 1237eb3: Expose rawBody on request, and expect rawBody from adapters (#1109)
-- 1237eb3: Expose getRawBody from kit/http (#1109)
+- 1237eb3: Expose rawBody on request, and expect rawBody from adapters ([https://github.com/sveltejs/kit/pulls/1109](#1109))
+- 1237eb3: Expose getRawBody from kit/http ([https://github.com/sveltejs/kit/pulls/1109](#1109))
## 1.0.0-next.80
### Patch Changes
-- 7a4b351: Expose install-fetch subpackage for adapters to use (#1091)
+- 7a4b351: Expose install-fetch subpackage for adapters to use ([https://github.com/sveltejs/kit/pulls/1091](#1091))
## 1.0.0-next.79
### Patch Changes
-- d3abd97: Fix Windows build output containing backward slashes (#1096)
+- d3abd97: Fix Windows build output containing backward slashes ([https://github.com/sveltejs/kit/pulls/1096](#1096))
## 1.0.0-next.78
### Patch Changes
-- 6e27880: Move server-side fetch to adapters instead of build step (#1066)
-- 61d7fa0: Better error logging (#1062)
-- 041b706: Implement layout resets (#1061)
-- 148819a: Use latest vite-plugin-svelte (#1057)
-- 9d54eed: Make sveltekit:prefetch a noop if has no href (#1060)
+- 6e27880: Move server-side fetch to adapters instead of build step ([https://github.com/sveltejs/kit/pulls/1066](#1066))
+- 61d7fa0: Better error logging ([https://github.com/sveltejs/kit/pulls/1062](#1062))
+- 041b706: Implement layout resets ([https://github.com/sveltejs/kit/pulls/1061](#1061))
+- 148819a: Use latest vite-plugin-svelte ([https://github.com/sveltejs/kit/pulls/1057](#1057))
+- 9d54eed: Make sveltekit:prefetch a noop if has no href ([https://github.com/sveltejs/kit/pulls/1060](#1060))
## 1.0.0-next.77
### Patch Changes
-- fee388a: Include CSS for entry point/generated component (#1053)
+- fee388a: Include CSS for entry point/generated component ([https://github.com/sveltejs/kit/pulls/1053](#1053))
## 1.0.0-next.76
### Patch Changes
-- f870909: Pin vite-plugin-svelte version (#1026)
-- de2466f: Fix stale prerendering bug (#1040)
+- f870909: Pin vite-plugin-svelte version ([https://github.com/sveltejs/kit/pulls/1026](#1026))
+- de2466f: Fix stale prerendering bug ([https://github.com/sveltejs/kit/pulls/1040](#1040))
## 1.0.0-next.75
### Patch Changes
-- 0c02dc0: Use global URLSearchParams instead of import from node url (#1020)
-- 8021d6b: Fix default error page (#1021)
-- 11ec751: Fix build warnings about missing exports in hooks file (#1003)
+- 0c02dc0: Use global URLSearchParams instead of import from node url ([https://github.com/sveltejs/kit/pulls/1020](#1020))
+- 8021d6b: Fix default error page ([https://github.com/sveltejs/kit/pulls/1021](#1021))
+- 11ec751: Fix build warnings about missing exports in hooks file ([https://github.com/sveltejs/kit/pulls/1003](#1003))
## 1.0.0-next.74
### Patch Changes
-- 4c45784: Add ambient types to published files (#980)
+- 4c45784: Add ambient types to published files ([https://github.com/sveltejs/kit/pulls/980](#980))
## 1.0.0-next.73
### Patch Changes
-- 1007f67: Allow non-root \$error.svelte components (#901)
-- ca108a6: Change `handle` hook from positional arguments to named arguments (#959)
+- 1007f67: Allow non-root \$error.svelte components ([https://github.com/sveltejs/kit/pulls/901](#901))
+- ca108a6: Change `handle` hook from positional arguments to named arguments ([https://github.com/sveltejs/kit/pulls/959](#959))
## 1.0.0-next.72
### Patch Changes
-- 1d5228c: Make --open option work with --https (#921)
-- 39b6967: Add ambient type definitions for \$app imports (#917)
-- 1d5228c: Make --open option work on WSL (#921)
-- bb2d97d: Fix argument type for RequestHandler (#914)
+- 1d5228c: Make --open option work with --https ([https://github.com/sveltejs/kit/pulls/921](#921))
+- 39b6967: Add ambient type definitions for \$app imports ([https://github.com/sveltejs/kit/pulls/917](#917))
+- 1d5228c: Make --open option work on WSL ([https://github.com/sveltejs/kit/pulls/921](#921))
+- bb2d97d: Fix argument type for RequestHandler ([https://github.com/sveltejs/kit/pulls/914](#914))
## 1.0.0-next.71
### Patch Changes
-- 108c26c: Always return a response from render function in handle (#847)
+- 108c26c: Always return a response from render function in handle ([https://github.com/sveltejs/kit/pulls/847](#847))
## 1.0.0-next.70
### Patch Changes
-- 6d9f7b1: Only include CSS on an SSR'd page (#839)
-- 6ecfa2c: Remove duplicate (#578)
-- 8805c6d: Pass adapters directly to svelte.config.cjs (#579)
+- 3037530: Create history entry for initial route ([https://github.com/sveltejs/kit/pulls/582](#582))
+- 04f17f5: Prevent erronous ([https://github.com/sveltejs/kit/pulls/578](#578))
+- 8805c6d: Pass adapters directly to svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/579](#579))
## 1.0.0-next.53
### Patch Changes
-- 9cf2f21: Only require page components to export prerender (#577)
-- e860de0: Invalidate page when query changes (#575)
-- 7bb1cf0: Disable vite-plugin-svelte transform cache (#576)
+- 9cf2f21: Only require page components to export prerender ([https://github.com/sveltejs/kit/pulls/577](#577))
+- e860de0: Invalidate page when query changes ([https://github.com/sveltejs/kit/pulls/575](#575))
+- 7bb1cf0: Disable vite-plugin-svelte transform cache ([https://github.com/sveltejs/kit/pulls/576](#576))
## 1.0.0-next.52
### Patch Changes
-- ac3669e: Move Vite config into svelte.config.cjs (#569)
+- ac3669e: Move Vite config into svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/569](#569))
## 1.0.0-next.51
### Patch Changes
-- 34a00f9: Bypass router on hydration (#563)
+- 34a00f9: Bypass router on hydration ([https://github.com/sveltejs/kit/pulls/563](#563))
## 1.0.0-next.50
### Patch Changes
-- 0512fd1: Remove startGlobal option (#559)
-- 9212aa5: Add options to adapter-node, and add adapter types (#531)
-- 0512fd1: Fire custom events for start, and navigation start/end (#559)
+- 0512fd1: Remove startGlobal option ([https://github.com/sveltejs/kit/pulls/559](#559))
+- 9212aa5: Add options to adapter-node, and add adapter types ([https://github.com/sveltejs/kit/pulls/531](#531))
+- 0512fd1: Fire custom events for start, and navigation start/end ([https://github.com/sveltejs/kit/pulls/559](#559))
## 1.0.0-next.49
### Patch Changes
-- ab28c0a: kit: include missing types.d.ts (#538)
-- c76c9bf: Upgrade Vite (#544)
+- ab28c0a: kit: include missing types.d.ts ([https://github.com/sveltejs/kit/pulls/538](#538))
+- c76c9bf: Upgrade Vite ([https://github.com/sveltejs/kit/pulls/544](#544))
## 1.0.0-next.48
### Patch Changes
-- e37a302: Make getSession future-proof (#524)
+- e37a302: Make getSession future-proof ([https://github.com/sveltejs/kit/pulls/524](#524))
## 1.0.0-next.47
### Patch Changes
-- 5554acc: Add \$lib alias (#511)
-- 5cd6f11: bump vite-plugin-svelte to 0.11.0 (#513)
+- 5554acc: Add \$lib alias ([https://github.com/sveltejs/kit/pulls/511](#511))
+- 5cd6f11: bump vite-plugin-svelte to 0.11.0 ([https://github.com/sveltejs/kit/pulls/513](#513))
## 1.0.0-next.46
### Patch Changes
-- f35a5cd: Change adapter signature (#505)
+- f35a5cd: Change adapter signature ([https://github.com/sveltejs/kit/pulls/505](#505))
## 1.0.0-next.45
### Patch Changes
-- 925638a: Remove endpoints from the files built for the client (#490)
-- c3cf3f3: Bump deps (#492)
-- 625747d: kit: bundle @sveltejs/kit into built application (#486)
+- 925638a: Remove endpoints from the files built for the client ([https://github.com/sveltejs/kit/pulls/490](#490))
+- c3cf3f3: Bump deps ([https://github.com/sveltejs/kit/pulls/492](#492))
+- 625747d: kit: bundle @sveltejs/kit into built application ([https://github.com/sveltejs/kit/pulls/486](#486))
- Updated dependencies [c3cf3f3]
- @sveltejs/vite-plugin-svelte@1.0.0-next.3
@@ -724,67 +724,67 @@
### Patch Changes
-- e6449d2: Fix AMP styles for real (#494)
+- e6449d2: Fix AMP styles for real ([https://github.com/sveltejs/kit/pulls/494](#494))
## 1.0.0-next.43
### Patch Changes
-- 672e9be: Fix AMP styles, again (#491)
+- 672e9be: Fix AMP styles, again ([https://github.com/sveltejs/kit/pulls/491](#491))
## 1.0.0-next.42
### Patch Changes
-- 0f54ebc: Fix AMP styles (#488)
+- 0f54ebc: Fix AMP styles ([https://github.com/sveltejs/kit/pulls/488](#488))
## 1.0.0-next.41
### Patch Changes
-- 4aa5a73: Future-proof prepare argument (#471)
-- 58dc400: Call correct set_paths function (#487)
+- 4aa5a73: Future-proof prepare argument ([https://github.com/sveltejs/kit/pulls/471](#471))
+- 58dc400: Call correct set_paths function ([https://github.com/sveltejs/kit/pulls/487](#487))
- 2322291: Update to node-fetch@3
## 1.0.0-next.40
### Patch Changes
-- 4c5fd3c: Include layout/error styles in SSR (#472)
+- 4c5fd3c: Include layout/error styles in SSR ([https://github.com/sveltejs/kit/pulls/472](#472))
## 1.0.0-next.39
### Patch Changes
-- b7fdb0d: Skip pre-bundling (#468)
+- b7fdb0d: Skip pre-bundling ([https://github.com/sveltejs/kit/pulls/468](#468))
## 1.0.0-next.38
### Patch Changes
-- 15402b1: Add service worker support (#463)
-- 0c630b5: Ignore dynamically imported components when constructing styles in dev mode (#443)
-- ac06af5: Fix svelte-kit adapt for Windows (#435)
+- 15402b1: Add service worker support ([https://github.com/sveltejs/kit/pulls/463](#463))
+- 0c630b5: Ignore dynamically imported components when constructing styles in dev mode ([https://github.com/sveltejs/kit/pulls/443](#443))
+- ac06af5: Fix svelte-kit adapt for Windows ([https://github.com/sveltejs/kit/pulls/435](#435))
- 061fa46: Implement improved redirect API
-- b800049: Include type declarations (#442)
-- 07c6de4: Use posix paths in manifest even on Windows (#436)
-- 27ba872: Error if preload function exists (#455)
-- 0c630b5: Add default paths in case singletons module is invalidated (#443)
-- 73dd998: Allow custom extensions (#411)
+- b800049: Include type declarations ([https://github.com/sveltejs/kit/pulls/442](#442))
+- 07c6de4: Use posix paths in manifest even on Windows ([https://github.com/sveltejs/kit/pulls/436](#436))
+- 27ba872: Error if preload function exists ([https://github.com/sveltejs/kit/pulls/455](#455))
+- 0c630b5: Add default paths in case singletons module is invalidated ([https://github.com/sveltejs/kit/pulls/443](#443))
+- 73dd998: Allow custom extensions ([https://github.com/sveltejs/kit/pulls/411](#411))
## 1.0.0-next.37
### Patch Changes
-- 230c6d9: Indicate which request failed, if fetch fails inside load function (#427)
-- f1bc218: Run adapt via svelte-kit build (#430)
-- 6850ddc: Fix svelte-kit start for Windows (#425)
+- 230c6d9: Indicate which request failed, if fetch fails inside load function ([https://github.com/sveltejs/kit/pulls/427](#427))
+- f1bc218: Run adapt via svelte-kit build ([https://github.com/sveltejs/kit/pulls/430](#430))
+- 6850ddc: Fix svelte-kit start for Windows ([https://github.com/sveltejs/kit/pulls/425](#425))
## 1.0.0-next.36
### Patch Changes
-- 7b70a33: Force version bump so that Kit uses updated vite-plugin-svelte (#419)
+- 7b70a33: Force version bump so that Kit uses updated vite-plugin-svelte ([https://github.com/sveltejs/kit/pulls/419](#419))
## 1.0.0-next.35
@@ -805,7 +805,7 @@
### Patch Changes
-- 474070e: Better errors when modules cannot be found (#381)
+- 474070e: Better errors when modules cannot be found ([https://github.com/sveltejs/kit/pulls/381](#381))
## 1.0.0-next.32
@@ -817,26 +817,26 @@
### Patch Changes
-- b6c2434: app.js -> app.cjs (#362)
+- b6c2434: app.js -> app.cjs ([https://github.com/sveltejs/kit/pulls/362](#362))
## 1.0.0-next.30
### Patch Changes
-- 00cbaf6: Rename _.config.js to _.config.cjs (#356)
+- 00cbaf6: Rename _.config.js to _.config.cjs ([https://github.com/sveltejs/kit/pulls/356](#356))
## 1.0.0-next.29
### Patch Changes
-- 4c0edce: Use addEventListener instead of onload (#347)
+- 4c0edce: Use addEventListener instead of onload ([https://github.com/sveltejs/kit/pulls/347](#347))
## 1.0.0-next.28
### Patch Changes
-- 4353025: Prevent infinite loop when fetching bad URLs inside error responses (#340)
-- 2860065: Handle assets path when prerendering (#341)
+- 4353025: Prevent infinite loop when fetching bad URLs inside error responses ([https://github.com/sveltejs/kit/pulls/340](#340))
+- 2860065: Handle assets path when prerendering ([https://github.com/sveltejs/kit/pulls/341](#341))
## 1.0.0-next.27
@@ -861,50 +861,50 @@
### Patch Changes
-- 26643df: Account for config.paths when prerendering (#322)
+- 26643df: Account for config.paths when prerendering ([https://github.com/sveltejs/kit/pulls/322](#322))
## 1.0.0-next.23
### Patch Changes
-- 9b758aa: Upgrade to Snowpack 3 (#321)
+- 9b758aa: Upgrade to Snowpack 3 ([https://github.com/sveltejs/kit/pulls/321](#321))
## 1.0.0-next.22
### Patch Changes
-- bb68595: use readFileSync instead of createReadStream (#320)
+- bb68595: use readFileSync instead of createReadStream ([https://github.com/sveltejs/kit/pulls/320](#320))
## 1.0.0-next.21
### Patch Changes
-- 217e4cc: Set paths to empty string before prerender (#317)
+- 217e4cc: Set paths to empty string before prerender ([https://github.com/sveltejs/kit/pulls/317](#317))
## 1.0.0-next.20
### Patch Changes
-- ccf4aa7: Implement prerender config (#315)
+- ccf4aa7: Implement prerender config ([https://github.com/sveltejs/kit/pulls/315](#315))
## 1.0.0-next.19
### Patch Changes
-- deda984: Make navigating store contain from and to properties (#313)
+- deda984: Make navigating store contain from and to properties ([https://github.com/sveltejs/kit/pulls/313](#313))
## 1.0.0-next.18
### Patch Changes
-- c29b61e: Announce page changes (#311)
-- 72da270: Reset focus properly (#309)
+- c29b61e: Announce page changes ([https://github.com/sveltejs/kit/pulls/311](#311))
+- 72da270: Reset focus properly ([https://github.com/sveltejs/kit/pulls/309](#309))
## 1.0.0-next.17
### Patch Changes
-- f7dea55: Set process.env.NODE_ENV when invoking via the CLI (#304)
+- f7dea55: Set process.env.NODE_ENV when invoking via the CLI ([https://github.com/sveltejs/kit/pulls/304](#304))
## 1.0.0-next.16
@@ -917,7 +917,7 @@
### Patch Changes
-- 6d1bb11: Fix AMP CSS (#286)
+- 6d1bb11: Fix AMP CSS ([https://github.com/sveltejs/kit/pulls/286](#286))
- d8b53af: Ignore $layout and $error files when finding static paths
- Better scroll tracking
@@ -931,7 +931,7 @@
### Patch Changes
-- 1ea4d6b: More robust CSS extraction (#279)
+- 1ea4d6b: More robust CSS extraction ([https://github.com/sveltejs/kit/pulls/279](#279))
## 1.0.0-next.12
@@ -943,42 +943,42 @@
### Patch Changes
-- a31f218: Fix SSR loader invalidation (#277)
+- a31f218: Fix SSR loader invalidation ([https://github.com/sveltejs/kit/pulls/277](#277))
## 1.0.0-next.10
### Patch Changes
-- 8b14d29: Omit svelte-data scripts from AMP pages (#276)
+- 8b14d29: Omit svelte-data scripts from AMP pages ([https://github.com/sveltejs/kit/pulls/276](#276))
## 1.0.0-next.9
### Patch Changes
-- f5fa223: AMP support (#274)
-- 47f2ee1: Always remove trailing slashes (#267)
+- f5fa223: AMP support ([https://github.com/sveltejs/kit/pulls/274](#274))
+- 47f2ee1: Always remove trailing slashes ([https://github.com/sveltejs/kit/pulls/267](#267))
- 1becb94: Replace preload with load
## 1.0.0-next.8
### Patch Changes
-- 15dd751: Use meta http-equiv=refresh (#256)
-- be7e031: Fix handling of static files (#258)
-- ed6b8fd: Implement \$app/env (#251)
+- 15dd751: Use meta http-equiv=refresh ([https://github.com/sveltejs/kit/pulls/256](#256))
+- be7e031: Fix handling of static files ([https://github.com/sveltejs/kit/pulls/258](#258))
+- ed6b8fd: Implement \$app/env ([https://github.com/sveltejs/kit/pulls/251](#251))
## 1.0.0-next.7
### Patch Changes
-- 76705b0: make HMR work outside localhost (#246)
+- 76705b0: make HMR work outside localhost ([https://github.com/sveltejs/kit/pulls/246](#246))
## 1.0.0-next.6
### Patch Changes
-- 0e45255: Move options behind kit namespace, change paths -> kit.files (#236)
-- fa7f2b2: Implement live bindings for SSR code (#245)
+- 0e45255: Move options behind kit namespace, change paths -> kit.files ([https://github.com/sveltejs/kit/pulls/236](#236))
+- fa7f2b2: Implement live bindings for SSR code ([https://github.com/sveltejs/kit/pulls/245](#245))
## 1.0.0-next.5
@@ -1008,14 +1008,14 @@
### Patch Changes
-- a4bc090: Transform exported functions correctly (#225)
-- 00bbf98: Fix nested layouts (#227)
+- a4bc090: Transform exported functions correctly ([https://github.com/sveltejs/kit/pulls/225](#225))
+- 00bbf98: Fix nested layouts ([https://github.com/sveltejs/kit/pulls/227](#227))
## 0.0.31-next.0
### Patch Changes
-- ffd7bba: Fix SSR cache invalidation (#217)
+- ffd7bba: Fix SSR cache invalidation ([https://github.com/sveltejs/kit/pulls/217](#217))
## 0.0.30
@@ -1029,7 +1029,7 @@
### Patch Changes
-- 10872cc: Normalize request.query (#196)
+- 10872cc: Normalize request.query ([https://github.com/sveltejs/kit/pulls/196](#196))
## 0.0.28
@@ -1042,7 +1042,7 @@
### Patch Changes
- rename CLI to svelte-kit
-- 0904e22: rename svelte CLI to svelte-kit (#186)
+- 0904e22: rename svelte CLI to svelte-kit ([https://github.com/sveltejs/kit/pulls/186](#186))
- Validate route responses
- Make paths and target configurable
@@ -1050,7 +1050,7 @@
### Patch Changes
-- b475ed4: Overhaul adapter API - fixes #166 (#180)
+- b475ed4: Overhaul adapter API - fixes [https://github.com/sveltejs/kit/pulls/166](#166) ([https://github.com/sveltejs/kit/pulls/180](#180))
- Updated dependencies [b475ed4]
- @sveltejs/app-utils@0.0.18
@@ -1075,7 +1075,7 @@
### Patch Changes
- a163000: Parse body on incoming requests
-- a346eab: Copy over latest Sapper router code (#6)
+- a346eab: Copy over latest Sapper router code ([https://github.com/sveltejs/kit/pulls/6](#6))
- Updated dependencies [a163000]
- @sveltejs/app-utils@0.0.15