Skip to content

docs: "What's new in Svelte" July newsletter#12148

Merged
dummdidumm merged 5 commits intosveltejs:svelte-4from
DreaminDani:master
Jul 1, 2024
Merged

docs: "What's new in Svelte" July newsletter#12148
dummdidumm merged 5 commits intosveltejs:svelte-4from
DreaminDani:master

Conversation

@DreaminDani
Copy link
Contributor

Lemme know if i missed anything

@changeset-bot
Copy link

changeset-bot bot commented Jun 22, 2024

⚠️ No Changeset found

Latest commit: cb05fae

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@DreaminDani DreaminDani changed the title docs: "What's new in Svelte" June newsletter docs: "What's new in Svelte" Jul newsletter Jun 22, 2024
@DreaminDani DreaminDani changed the title docs: "What's new in Svelte" Jul newsletter docs: "What's new in Svelte" July newsletter Jun 22, 2024
- [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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Episode number instead of date seems inconsistent.
(Though this is also the case for the YT video title itself, CC. @paoloricciuti)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch I need to update Karim on this

DreaminDani and others added 2 commits June 24, 2024 11:06
Co-authored-by: wackbyte <wackbyte@protonmail.com>
Co-authored-by: brunnerh <brunnerh@users.noreply.github.com>
@DreaminDani
Copy link
Contributor Author

@benmccann / @dummdidumm this seems ready to me? Unless there's some last minute kit/complier features you want to slip in before we merge ;)

Copy link
Member

@dummdidumm dummdidumm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

## 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))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @DreaminDani this is a new one

Suggested change
- 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 dummdidumm merged commit 89b7b7f into sveltejs:svelte-4 Jul 1, 2024
@DreaminDani
Copy link
Contributor Author

@dummdidumm thanks for cleaning this up! I updated the scheduled newsletter just in time :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants