Skip to content

Commit 165f725

Browse files
Version Packages (next) (#116)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3d87d1e commit 165f725

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@
3434
"breezy-donkeys-argue",
3535
"breezy-kids-divide",
3636
"calm-buses-cheat",
37+
"calm-dancers-accept",
3738
"clever-trains-drum",
3839
"cuddly-maps-dance",
40+
"curly-pianos-brush",
3941
"dirty-boxes-sip",
4042
"dry-cameras-press",
4143
"eight-taxis-wash",
@@ -45,6 +47,7 @@
4547
"flat-mayflies-smell",
4648
"forty-parents-jam",
4749
"fresh-penguins-heal",
50+
"fuzzy-bottles-teach",
4851
"gorgeous-monkeys-brake",
4952
"happy-mails-kneel",
5053
"happy-toys-boil",

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 1.0.0-next.15
4+
5+
### Major Changes
6+
7+
- change default value of compilerOptions.hydratable to false ([#122](https://github.com/sveltejs/vite-plugin-svelte/pull/122))
8+
9+
This is done to align with svelte compiler defaults and improve output in non-ssr scenarios.
10+
11+
Add `{compilerOptions: {hydratable: true}}` to vite-plugin-svelte config if you need hydration (eg. for ssr)
12+
13+
### Minor Changes
14+
15+
- add config option `experimental.dynamicCompileOptions` for finegrained control over compileOptions ([#122](https://github.com/sveltejs/vite-plugin-svelte/pull/122))
16+
17+
### Patch Changes
18+
19+
- resolve vite.root option correctly (fixes [#113](https://github.com/sveltejs/vite-plugin-svelte/issues/113)) ([#115](https://github.com/sveltejs/vite-plugin-svelte/pull/115))
20+
321
## 1.0.0-next.14
422

523
### Patch Changes

packages/vite-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
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.14",
3+
"version": "1.0.0-next.15",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)