diff --git a/apps/svelte.dev/content/blog/2019-01-31-svelte-on-the-changelog.md b/apps/svelte.dev/content/blog/2019-01-31-svelte-on-the-changelog.md index 6f965e050c..ca5805ac6d 100644 --- a/apps/svelte.dev/content/blog/2019-01-31-svelte-on-the-changelog.md +++ b/apps/svelte.dev/content/blog/2019-01-31-svelte-on-the-changelog.md @@ -18,4 +18,4 @@ Unless you hang out in our [Discord server](https://svelte.dev/chat) or follow [ On the podcast [Adam](https://twitter.com/adamstac), [Jerod](https://twitter.com/jerodsanto) and I talk about some of the changes and why we're making them. You can listen here or on the [podcast page](https://changelog.com/podcast/332). -

The Changelog 332: A UI framework without the framework – Listen on Changelog.com

+

The Changelog 332: A UI framework without the framework – Listen on Changelog.com

diff --git a/apps/svelte.dev/content/blog/2019-04-22-svelte-3-rethinking-reactivity.md b/apps/svelte.dev/content/blog/2019-04-22-svelte-3-rethinking-reactivity.md index d358b662ed..a4dd7b2b3b 100644 --- a/apps/svelte.dev/content/blog/2019-04-22-svelte-3-rethinking-reactivity.md +++ b/apps/svelte.dev/content/blog/2019-04-22-svelte-3-rethinking-reactivity.md @@ -24,7 +24,7 @@ To make that possible we first needed to rethink the concept at the heart of mod
- +
'Rethinking Reactivity' from You Gotta Love Frontend Code Camp
diff --git a/apps/svelte.dev/content/blog/2020-11-05-whats-the-deal-with-sveltekit.md b/apps/svelte.dev/content/blog/2020-11-05-whats-the-deal-with-sveltekit.md index 31c6cfdc0d..a89181fc6a 100644 --- a/apps/svelte.dev/content/blog/2020-11-05-whats-the-deal-with-sveltekit.md +++ b/apps/svelte.dev/content/blog/2020-11-05-whats-the-deal-with-sveltekit.md @@ -16,7 +16,7 @@ This was slightly tongue-in-cheek — as the talk explains, it's really more of
- +
'Futuristic Web Development' from Svelte Summit
diff --git a/apps/svelte.dev/content/blog/2022-12-14-announcing-sveltekit-1.0.md b/apps/svelte.dev/content/blog/2022-12-14-announcing-sveltekit-1.0.md index c008f32614..0b8f081ef7 100644 --- a/apps/svelte.dev/content/blog/2022-12-14-announcing-sveltekit-1.0.md +++ b/apps/svelte.dev/content/blog/2022-12-14-announcing-sveltekit-1.0.md @@ -14,7 +14,7 @@ To get started, run `npm create svelte@latest`, and visit the [docs](https://kit
- +
Svelte Radio Live: the Christmas special
diff --git a/apps/svelte.dev/content/blog/2023-03-09-zero-config-type-safety.md b/apps/svelte.dev/content/blog/2023-03-09-zero-config-type-safety.md index 3c0aad7059..f7e53d122c 100644 --- a/apps/svelte.dev/content/blog/2023-03-09-zero-config-type-safety.md +++ b/apps/svelte.dev/content/blog/2023-03-09-zero-config-type-safety.md @@ -11,7 +11,7 @@ But what if we didn't even need the annotations? Since `load` and `data` are par As of today, yes: it can. - + If you're using VSCode, just upgrade the Svelte extension to the latest version, and you'll never have to annotate your `load` functions or `data` props again. Extensions for other editors can also use this feature, as long as they support the Language Server Protocol and TypeScript plugins. It even works with the latest version of our CLI diagnostics tool `svelte-check`! diff --git a/apps/svelte.dev/content/blog/2023-08-31-view-transitions.md b/apps/svelte.dev/content/blog/2023-08-31-view-transitions.md index 58c0267be5..8cf80717c5 100644 --- a/apps/svelte.dev/content/blog/2023-08-31-view-transitions.md +++ b/apps/svelte.dev/content/blog/2023-08-31-view-transitions.md @@ -74,7 +74,7 @@ onNavigate((navigation) => { With that, every navigation that occurs will trigger a view transition. You can already see this in action – by default, the browser will crossfade between the old and new pages. - +
How the code works @@ -161,7 +161,7 @@ header { Now, the header will not transition in and out on navigation, but the rest of the page will. - +
Fixing the types @@ -213,7 +213,7 @@ li[aria-current='page']::before { By adding that single line, the indicator will now smoothly slide to its new position instead of jumping. - + (It might be easy to miss the difference – look at the small moving triangle indicator at the top of the screen!) diff --git a/apps/svelte.dev/content/blog/2023-09-20-runes.md b/apps/svelte.dev/content/blog/2023-09-20-runes.md index 36f1060344..1720be2b0b 100644 --- a/apps/svelte.dev/content/blog/2023-09-20-runes.md +++ b/apps/svelte.dev/content/blog/2023-09-20-runes.md @@ -31,7 +31,7 @@ Svelte 5 changes all that with _runes_, which unlock _universal, fine-grained re
- +
Introducing runes
diff --git a/apps/svelte.dev/content/blog/2024-04-30-svelte-5-release-candidate.md b/apps/svelte.dev/content/blog/2024-04-30-svelte-5-release-candidate.md index 681393881d..8943c4b829 100644 --- a/apps/svelte.dev/content/blog/2024-04-30-svelte-5-release-candidate.md +++ b/apps/svelte.dev/content/blog/2024-04-30-svelte-5-release-candidate.md @@ -30,7 +30,7 @@ You can learn more about the new features from the [preview documentation](https
- +
What You Can Do For Your Framework
diff --git a/apps/svelte.dev/content/examples/18-module-context/01-module-exports/+assets/AudioPlayer.svelte b/apps/svelte.dev/content/examples/18-module-context/01-module-exports/+assets/AudioPlayer.svelte index 203ffa0f21..08164bdd48 100644 --- a/apps/svelte.dev/content/examples/18-module-context/01-module-exports/+assets/AudioPlayer.svelte +++ b/apps/svelte.dev/content/examples/18-module-context/01-module-exports/+assets/AudioPlayer.svelte @@ -37,7 +37,7 @@

{title}

{composer} / performed by {performer}

- +