docs: "What's new in Svelte" July newsletter#12148
docs: "What's new in Svelte" July newsletter#12148dummdidumm merged 5 commits intosveltejs:svelte-4from
Conversation
|
| - [Practical Svelte 5 - Shopping Cart](https://www.youtube.com/watch?v=geAcAzheu_Y) by Huntabyte | ||
| - [CascadiaJS 2024: Optimize for vibes](https://geoffrich.net/posts/cascadiajs-2024/) by Geoff Rich (Livestream of Geoff's talk [starts at 1:08:30](https://www.youtube.com/live/o2VQXBI_yk8?si=Vv4FSZ367dC50Ii7&t=4110)) | ||
| - This Week in Svelte - deep dives into the Svelte changelog and new learnings from the week: | ||
| - [Ep. 66](https://www.youtube.com/watch?v=yaAGazsz6Lc) - adapter-node, new SvelteKit docs, Debugging Event modifiers in Svelte 5 |
There was a problem hiding this comment.
Episode number instead of date seems inconsistent.
(Though this is also the case for the YT video title itself, CC. @paoloricciuti)
There was a problem hiding this comment.
Ouch I need to update Karim on this
Co-authored-by: wackbyte <wackbyte@protonmail.com> Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
|
@benmccann / @dummdidumm this seems ready to me? Unless there's some last minute kit/complier features you want to slip in before we merge ;) |
| ## What's new in Svelte | ||
| Below, you'll find the highlights from the Svelte 5 release notes (now in [Release Candidate](https://www.npmjs.com/package/svelte?activeTab=versions)): | ||
|
|
||
| - The new `on` import from `svelte/events` allows you to preserve the order in which event handlers are called in more situations (**5.0.0-next.152**, [Docs](https://svelte-5-preview.vercel.app/docs/imports#svelte-events), [#11912](https://github.com/sveltejs/svelte/pull/11912)) |
There was a problem hiding this comment.
FYI @DreaminDani this is a new one
| - The new `on` import from `svelte/events` allows you to preserve the order in which event handlers are called in more situations (**5.0.0-next.152**, [Docs](https://svelte-5-preview.vercel.app/docs/imports#svelte-events), [#11912](https://github.com/sveltejs/svelte/pull/11912)) | |
| - You can now declare props in runes mode more succinctly using `let props = $props()` (**5.0.0-next.167**, [#12201](https://github.com/sveltejs/svelte/pull/12201)) | |
| - The new `on` import from `svelte/events` allows you to preserve the order in which event handlers are called in more situations (**5.0.0-next.152**, [Docs](https://svelte-5-preview.vercel.app/docs/imports#svelte-events), [#11912](https://github.com/sveltejs/svelte/pull/11912)) |
|
@dummdidumm thanks for cleaning this up! I updated the scheduled newsletter just in time :) |
Lemme know if i missed anything