Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
"heavy-dots-repeat",
"huge-lamps-greet",
"hungry-phones-prove",
"nasty-ghosts-warn",
"real-cups-scream",
"social-bottles-look",
"tall-rivers-sleep",
"tangy-cars-dress"
]
}
22 changes: 22 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @sveltejs/vite-plugin-svelte

## 6.0.0-next.1
### Major Changes


- remove support for loading commonjs svelte config files ([#1142](https://github.com/sveltejs/vite-plugin-svelte/pull/1142))


### Minor Changes


- add support for loading TypeScript Svelte config files in runtimes that support it ([#1142](https://github.com/sveltejs/vite-plugin-svelte/pull/1142))

> [! 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.

### Patch Changes


- log known-issues link when using rolldown-vite ([#1144](https://github.com/sveltejs/vite-plugin-svelte/pull/1144))

## 6.0.0-next.0
### Major Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "6.0.0-next.0",
"version": "6.0.0-next.1",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down