Skip to content

Commit 1fa6ae6

Browse files
committed
mention sveltejs#4448
1 parent 785814d commit 1fa6ae6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ There's also a _huge_ showcase to cover... so let's jump in!
1313
- The new `update` method for `use:enhance` lets you provide a custom function with a callback to forms ([docs](https://kit.svelte.dev/docs/form-actions#progressive-enhancement-use-enhance), [#7083](https://github.com/sveltejs/kit/pull/7083) and [#7326](https://github.com/sveltejs/kit/pull/7326))
1414
- `[[optional]]` parameters are now available for routing ([docs](https://kit.svelte.dev/docs/advanced-routing#optional-parameters), [#7051](https://github.com/sveltejs/kit/pull/7051))
1515
- `goto` now has `invalidateAll` to make all `load` functions belonging to the currently active page to re-run([docs](https://kit.svelte.dev/docs/modules#app-navigation-goto), [#7407](https://github.com/sveltejs/kit/pull/7407))
16+
- `config.kit.paths.base` is now used in adapters looking for static assets - fixing 404 issues across `adapter-netlify`, `adapter-vercel`, `adapter-cloudflare`, and `adapter-cloudflare-workers` ([#4448](https://github.com/sveltejs/kit/pull/4448))
1617

1718
**Breaking changes:**
1819
- Errors will now be thrown when routes conflict ([#7051](https://github.com/sveltejs/kit/pull/7051))

0 commit comments

Comments
 (0)