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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# svelte
2
2
3
+
## 4.0.1
4
+
5
+
### Patch Changes
6
+
7
+
- fix: ensure identifiers in destructuring contexts don't clash with existing ones ([#8840](https://github.com/sveltejs/svelte/pull/8840))
8
+
9
+
- fix: remove tsconfig.json from published package ([#8859](https://github.com/sveltejs/svelte/pull/8859))
10
+
3
11
## 4.0.0
4
12
5
13
### Major Changes
@@ -24,8 +32,8 @@
24
32
25
33
- breaking: Stricter types for `Action` and `ActionReturn` (see PR for migration instructions) ([#7442](https://github.com/sveltejs/svelte/pull/7442))
26
34
27
-
- breaking: Stricter types for `onMount` - now throws a type error when returning a function asynchronously to catch potential mistakes around callback functions
28
-
(see PR for migration instructions) ([#8136](https://github.com/sveltejs/svelte/pull/8136))
35
+
- breaking: Stricter types for `onMount` - now throws a type error when returning a function asynchronously to catch potential mistakes around callback functions
36
+
(see PR for migration instructions) ([#8136](https://github.com/sveltejs/svelte/pull/8136))
29
37
30
38
- breaking: Overhaul and drastically improve creating custom elements with Svelte (see PR for list of changes and migration instructions) ([#8457](https://github.com/sveltejs/svelte/pull/8457))
31
39
@@ -49,7 +57,6 @@
49
57
50
58
### Minor Changes
51
59
52
-
53
60
- Add a way to modify attributes for script/style preprocessors ([#8618](https://github.com/sveltejs/svelte/pull/8618))
54
61
55
62
- Improve hydration speed by adding `data-svelte-h` attribute to detect unchanged HTML elements ([#7426](https://github.com/sveltejs/svelte/pull/7426))
@@ -70,7 +77,6 @@
70
77
71
78
### Patch Changes
72
79
73
-
74
80
- Bind `null` option and input values consistently ([#8312](https://github.com/sveltejs/svelte/issues/8312))
75
81
76
82
- Allow `$store` to be used with changing values including nullish values ([#7555](https://github.com/sveltejs/svelte/issues/7555))
0 commit comments