You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/kit/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# @sveltejs/kit
2
2
3
+
## 1.0.0-next.502
4
+
5
+
### Patch Changes
6
+
7
+
-[fix] prevent data types from becoming type `never`, notice moved/deleted files ([#7002](https://github.com/sveltejs/kit/pull/7002))
8
+
9
+
* Allow ActionData to be undefined ([#6994](https://github.com/sveltejs/kit/pull/6994))
10
+
11
+
- Respect `config.kit.env.dir` when running `vite preview` ([#7001](https://github.com/sveltejs/kit/pull/7001))
12
+
13
+
* Only run postinstall script if package.json exists ([#6998](https://github.com/sveltejs/kit/pull/6998))
14
+
15
+
- Use custom x-sveltekit-action header to route enhanced form submissions to +page.server.js over +server.js ([#6997](https://github.com/sveltejs/kit/pull/6997))
0 commit comments