From c54734e825839e3904d8e28aca3e485b90f206c4 Mon Sep 17 00:00:00 2001 From: dominikg Date: Mon, 23 Jun 2025 14:11:14 +0200 Subject: [PATCH] chore: change note formatting because gh does not render nested fancy notes --- .changeset/tall-rivers-sleep.md | 2 +- packages/vite-plugin-svelte/CHANGELOG.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.changeset/tall-rivers-sleep.md b/.changeset/tall-rivers-sleep.md index 1f439d0ab..625688b45 100644 --- a/.changeset/tall-rivers-sleep.md +++ b/.changeset/tall-rivers-sleep.md @@ -4,7 +4,7 @@ add support for loading TypeScript Svelte config files in runtimes that support it -> [! NOTE] +> **NOTE** > This change only applies to vite-plugin-svelte. > > To use `svelte.config.ts` in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there. diff --git a/packages/vite-plugin-svelte/CHANGELOG.md b/packages/vite-plugin-svelte/CHANGELOG.md index c172235a9..9cc427d1d 100644 --- a/packages/vite-plugin-svelte/CHANGELOG.md +++ b/packages/vite-plugin-svelte/CHANGELOG.md @@ -11,8 +11,8 @@ - add support for loading TypeScript Svelte config files in runtimes that support it ([#1142](https://github.com/sveltejs/vite-plugin-svelte/pull/1142)) - - > [! NOTE] + + > **NOTE** > This change only applies to vite-plugin-svelte. > > To use `svelte.config.ts` in SvelteKit, with the Svelte VS Code extension or other tools reading the Svelte config file, you have to wait until support is implemented there. @@ -36,7 +36,7 @@ - define filters using object hook syntax and optimize the filter for resolveId ([#1132](https://github.com/sveltejs/vite-plugin-svelte/pull/1132)) - + > [!NOTE] > include logic has changed to files matching `svelteConfig.include` **OR** `svelteConfig.extensions`. Previously only files matching both were loaded and transformed. @@ -170,7 +170,7 @@ - allow infix notation for svelte modules ([#901](https://github.com/sveltejs/vite-plugin-svelte/pull/901)) - + Previously, only suffix notation `.svelte.js` was allowed, now you can also use `.svelte.test.js` or `.svelte.stories.js`. This helps when writing testcases or other auxillary code where you may want to use runes too.