diff --git a/sites/svelte.dev/.prettierrc b/sites/svelte.dev/.prettierrc new file mode 100644 index 0000000000..2ab3aba6b0 --- /dev/null +++ b/sites/svelte.dev/.prettierrc @@ -0,0 +1,5 @@ +{ + "singleQuote": true, + "printWidth": 120, + "useTabs": true +} diff --git a/sites/svelte.dev/content/blog/2023-02-01-whats-new-in-svelte-february-2023.md b/sites/svelte.dev/content/blog/2023-02-01-whats-new-in-svelte-february-2023.md new file mode 100644 index 0000000000..1a4876c4ac --- /dev/null +++ b/sites/svelte.dev/content/blog/2023-02-01-whats-new-in-svelte-february-2023.md @@ -0,0 +1,105 @@ +--- +title: "What's new in Svelte: February 2023" +description: 'Minor versions and major satisfaction' +author: Dani Sandoval +authorURL: https://dreamindani.com +--- + +Since last month, we've seen a couple of minor versions across Svelte and SvelteKit, a bunch of educational content to support the 1.0 release, as well as the [State of JS survey](https://stateofjs.com) results... + +Svelte, once again, increased in satisfaction and interest, so thanks to everyone who voted! + +Let's dive into the updates... + +## What's new in SvelteKit + +Work in the Svelte ecosystem this month has been focused on SvelteKit bug fixes and addressing feedback from the 1.0 launch. One of the more awaited [bug fixes to SvelteKit's base path support](https://github.com/sveltejs/kit/issues/2958) landed, which means that you can now create SvelteKit projects on remote development environments. There have been several [new releases](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md) with these fixes as well as a handful of new features such as: + +- The submitter's value will now be included automatically when progressively enhancing