Skip to content

Commit baf7fff

Browse files
committed
fix
1 parent 835e2f5 commit baf7fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/blog/2023-06-01-whats-new-in-svelte-june-2023.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For all the changes to the Svelte compiler, including unreleased changes, check
3030
- Route-level entry generators allow exporting an entries function from `+page`, `+page.server`, and `+server` files to supply possible values for params for prerendering (**1.16.0**, [Docs](/docs/kit/page-options#entries), [#9571](https://github.com/sveltejs/kit/pull/9571))
3131
- URLs in `<meta>` tags are now crawled to make programmatic social-images much easier (**1.17.0**, [Docs](/docs/kit/seo#Manual-setup-title-and-meta), [#9900](https://github.com/sveltejs/kit/pull/9900))
3232
- `data` and `form` have been renamed to `formData` and `formElement` respectively in the `enhance` function. Using them through the old names will log a deprecation warning and they'll be removed in a future version. (**1.17.0**, [Docs](/docs/kit/form-actions#Progressive-enhancement-use:enhance), [#9902](https://github.com/sveltejs/kit/pull/9902))
33-
- Link options can now be set to `true` and `false` (**1.19.0**, [Docs](/docs/kit/link-options#disabling-options), [#10039](https://github.com/sveltejs/kit/pull/10039))
33+
- Link options can now be set to `true` and `false` (**1.19.0**, [Docs](/docs/kit/link-options#Disabling-options), [#10039](https://github.com/sveltejs/kit/pull/10039))
3434
- The new `resolvePath` export can be used to build relative paths from route IDs and parameters (**1.19.0**, [#9949](https://github.com/sveltejs/kit/pull/9949))
3535

3636
---

0 commit comments

Comments
 (0)