You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ There's also a _huge_ showcase to cover... so let's jump in!
21
21
22
22
## Svelte changes
23
23
- You can now use `important` in inline style tags: `style:foo|important` (**3.52.0**, [#7365](https://github.com/sveltejs/svelte/issues/7365))
24
-
- A warning will now be thrown when using <atarget="_blank"> without rel="noreferrer" (**3.52.0**, [#6188](https://github.com/sveltejs/svelte/issues/6188))
24
+
- A warning will now be thrown when using `<a target="_blank">` without `rel="noreferrer"` (**3.52.0**, [#6188](https://github.com/sveltejs/svelte/issues/6188))
25
25
26
26
Tom Smykowski also released a great summary of [all the changes in 3.52.0](https://tomaszs2.medium.com/svelte-3-52-0-improves-dev-experience-45f8c460bb96)! For all the changes to the Svelte compiler, including upcoming changes, check out the [CHANGELOG](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md).
27
27
@@ -30,7 +30,7 @@ Tom Smykowski also released a great summary of [all the changes in 3.52.0](https
30
30
## Community Showcase
31
31
32
32
**Apps & Sites built with Svelte**
33
-
-[Gram Jam](https://gramjam.app/) is a challenging daily word game using Sveltekit
33
+
-[Gram Jam](https://gramjam.app/) is a challenging daily word game using SvelteKit
34
34
-[Collabwriting](https://collabwriting.com/) is an actionable knowledge base for your team
35
35
-[Dazzle](https://dazzlega.me/) is a Puzzle Game made with Svelte & DallE
36
36
-[Figma Autoname plugin](https://github.com/Hugo-Dz/figma_autoname_client_app) automatically names your Figma layers in one click
@@ -105,6 +105,6 @@ _Fun ones_
105
105
-[Aksel](https://www.npmjs.com/package/aksel) is the seagull you needed on your site
106
106
-[Svelte-Dodge](https://github.com/WbaN314/svelte-dodge) makes components dodge the pointer
107
107
108
-
That's it for this month! Let us know if we missed anything on [Reddit](https://www.reddit.com/r/sveltejs/) or [Discord](https://discord.com/invite/yy75DKs)
108
+
That's it for this month! Let us know if we missed anything on [Reddit](https://www.reddit.com/r/sveltejs/) or [Discord](https://discord.gg/svelte)
0 commit comments