You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/svelte/CHANGELOG.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# svelte
2
2
3
+
## 4.0.0-next.3
4
+
5
+
### Patch Changes
6
+
7
+
- feat: smaller minified output for destructor chunks ([#8763](https://github.com/sveltejs/svelte/pull/8763))
8
+
9
+
- breaking: use `CustomEvent` constructor instead of deprecated `createEvent` method ([#8775](https://github.com/sveltejs/svelte/pull/8775))
10
+
11
+
- fix: account for preprocessor source maps when calculating meta info ([#8778](https://github.com/sveltejs/svelte/pull/8778))
12
+
13
+
- chore: deindent cjs output for compiler ([#8785](https://github.com/sveltejs/svelte/pull/8785))
14
+
15
+
- feat: add version info to `window`. You can opt out by setting `discloseVersion` to `false` in the compiler options ([#8761](https://github.com/sveltejs/svelte/pull/8761))
16
+
3
17
## 4.0.0-next.2
4
18
5
19
### Patch Changes
@@ -69,7 +83,7 @@
69
83
70
84
## 3.59.2
71
85
72
-
* Fix escaping `<textarea bind:value={...}>` values in SSR
86
+
- Fix escaping `<textarea bind:value={...}>` values in SSR
0 commit comments