Skip to content

Commit 0d09be1

Browse files
Version Packages (next)
1 parent 925c3b2 commit 0d09be1

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"famous-pets-tell",
7474
"five-dogs-care",
7575
"five-houses-serve",
76+
"five-moles-swim",
7677
"flat-books-kick",
7778
"flat-mayflies-smell",
7879
"forty-lobsters-double",
@@ -91,6 +92,7 @@
9192
"green-buttons-wait",
9293
"happy-mails-kneel",
9394
"happy-toys-boil",
95+
"healthy-worms-double",
9496
"hot-crabs-reply",
9597
"khaki-kids-vanish",
9698
"kind-ducks-swim",
@@ -101,11 +103,13 @@
101103
"little-plums-grab",
102104
"long-foxes-agree",
103105
"loud-pets-cheat",
106+
"metal-jeans-jam",
104107
"modern-horses-reply",
105108
"nasty-baboons-joke",
106109
"nasty-poems-fold",
107110
"nasty-seahorses-dance",
108111
"nasty-worms-admire",
112+
"nervous-bottles-lay",
109113
"nervous-jobs-remain",
110114
"olive-flowers-glow",
111115
"plenty-pumpkins-buy",

packages/vite-plugin-svelte/CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 1.0.0-next.50
4+
5+
### Major Changes
6+
7+
- move plugin options in svelte.config.js into "vitePlugin" ([#389](https://github.com/sveltejs/vite-plugin-svelte/pull/389))
8+
9+
update your svelte.config.js and wrap [plugin options](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#plugin-options) with `vitePlugin`
10+
11+
```diff
12+
// svelte.config.js
13+
14+
compilerOptions: {...},
15+
preprocess: {...},
16+
extensions: [...],
17+
onwarn: () => {...},
18+
kit: {},
19+
+ vitePlugin: {
20+
// include, exclude, emitCss, hot, ignorePluginPreprocessors, disableDependencyReinclusion, experimental
21+
+ }
22+
```
23+
24+
* update to vite3 ([#359](https://github.com/sveltejs/vite-plugin-svelte/pull/359))
25+
26+
- bump minimum required node version to 14.18.0 to align with vite 3 ([#359](https://github.com/sveltejs/vite-plugin-svelte/pull/359))
27+
28+
### Patch Changes
29+
30+
- Always add dependencies using svelte to ssr.noExternal in vite config ([#359](https://github.com/sveltejs/vite-plugin-svelte/pull/359))
31+
332
## 1.0.0-next.49
433

534
### Minor Changes

packages/vite-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "1.0.0-next.49",
3+
"version": "1.0.0-next.50",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)