Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] "What's new in Svelte" May newsletter #7483

Merged
merged 9 commits into from
May 3, 2022

Conversation

DreaminDani
Copy link
Contributor

let me know if I missed anything!

With yesterday's Svelte Summit behind us, we've got a lot of news to share! check out all of the recordings on the [Svelte Society YouTube Channel](https://www.youtube.com/sveltesociety) and the rest of this month's updates below...

## What's new in Svelte
- The `<svelte:element>` element lets you render an element of a dynamically specified type. This is useful for example when rich text content from a CMS. If the tag is changed, the children will be preserved unless there's a transition attached to the element. Check out the [docs](https://svelte.dev/docs#template-syntax-svelte-element) or the [tutorial](https://svelte.dev/tutorial/svelte-element) for more info (**3.47.0**)!
Copy link
Contributor

Choose a reason for hiding this comment

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

This is useful for example when rich text content from a CMS.

Not sure if it's my English, but this sounds weird, like if some word is missing in this sentence.

Choose a reason for hiding this comment

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

yeah it should say "for" instead of "with"

Copy link

@aFuzzyBear aFuzzyBear left a comment

Choose a reason for hiding this comment

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

Minor grammar fixes

With yesterday's Svelte Summit behind us, we've got a lot of news to share! check out all of the recordings on the [Svelte Society YouTube Channel](https://www.youtube.com/sveltesociety) and the rest of this month's updates below...

## What's new in Svelte
- The `<svelte:element>` element lets you render an element of a dynamically specified type. This is useful for example when rich text content from a CMS. If the tag is changed, the children will be preserved unless there's a transition attached to the element. Check out the [docs](https://svelte.dev/docs#template-syntax-svelte-element) or the [tutorial](https://svelte.dev/tutorial/svelte-element) for more info (**3.47.0**)!

Choose a reason for hiding this comment

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

Suggested change
- The `<svelte:element>` element lets you render an element of a dynamically specified type. This is useful for example when rich text content from a CMS. If the tag is changed, the children will be preserved unless there's a transition attached to the element. Check out the [docs](https://svelte.dev/docs#template-syntax-svelte-element) or the [tutorial](https://svelte.dev/tutorial/svelte-element) for more info (**3.47.0**)!
- `<svelte:element>` element, now lets you render an element of a dynamically specified type. This is useful for example; when rich text content is being brought in from an external CMS. If the tag is changed, the children will be preserved unless there's a transition attached to the element. Check out the [docs](https://svelte.dev/docs#template-syntax-svelte-element) or the [tutorial](https://svelte.dev/tutorial/svelte-element) for more info (**3.47.0**)!

@Mlocik97
Copy link
Contributor

https://github.com/oslabs-beta/Svelcro

is something I would mentoy...

DreaminDani and others added 2 commits April 29, 2022 16:09
Co-authored-by: Yuichiro Yamashita <xydybaseball@gmail.com>
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
@DreaminDani
Copy link
Contributor Author

I think this is ready to go! Thanks to everyone who gave feedback :)

@baseballyama
Copy link
Member

Yesterday few things are released.
https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3480

Should we add these things?

@dummdidumm
Copy link
Member

I would say no. It's a pretty massive list, and the current blog post is filled enough already. Let's save it for next time 😜

@benmccann benmccann merged commit 970b943 into sveltejs:master May 3, 2022
himanshiLt pushed a commit to himanshiLt/svelte that referenced this pull request Jun 24, 2022
Co-authored-by: Yuichiro Yamashita <xydybaseball@gmail.com>
Co-authored-by: gtmnayan <50981692+gtm-nayan@users.noreply.github.com>
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
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.

8 participants