File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 21
21
" big-eggs-flash" ,
22
22
" big-eyes-carry" ,
23
23
" big-geese-act" ,
24
+ " big-moons-occur" ,
24
25
" blue-ants-raise" ,
25
26
" blue-rules-juggle" ,
26
27
" blue-timers-film" ,
55
56
" curly-lizards-dream" ,
56
57
" curvy-buses-laugh" ,
57
58
" curvy-cups-cough" ,
59
+ " curvy-flies-exercise" ,
58
60
" curvy-ties-shout" ,
59
61
" cyan-flowers-destroy" ,
60
62
" cyan-spies-grin" ,
65
67
" dry-clocks-grow" ,
66
68
" dry-eggs-play" ,
67
69
" dry-eggs-retire" ,
70
+ " dry-pillows-exist" ,
68
71
" dull-coins-vanish" ,
69
72
" dull-mangos-wave" ,
70
73
" dull-pots-add" ,
106
109
" friendly-lies-camp" ,
107
110
" funny-wombats-argue" ,
108
111
" fuzzy-bags-camp" ,
112
+ " fuzzy-donuts-provide" ,
109
113
" gentle-dolls-juggle" ,
110
114
" gentle-sheep-hug" ,
111
115
" gentle-spies-happen" ,
122
126
" green-eggs-approve" ,
123
127
" green-hounds-play" ,
124
128
" green-tigers-judge" ,
129
+ " grumpy-jars-sparkle" ,
125
130
" happy-beds-scream" ,
126
131
" happy-suits-film" ,
127
132
" healthy-planes-vanish" ,
155
160
" large-clouds-carry" ,
156
161
" large-turkeys-deny" ,
157
162
" late-crabs-lay" ,
163
+ " late-peaches-mate" ,
158
164
" lazy-masks-sit" ,
159
165
" lazy-months-knock" ,
160
166
" lazy-spiders-think" ,
178
184
" lucky-toes-begin" ,
179
185
" many-rockets-give" ,
180
186
" many-trees-fix" ,
187
+ " metal-clouds-raise" ,
181
188
" metal-lobsters-burn" ,
182
189
" mighty-cooks-scream" ,
183
190
" mighty-files-hammer" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.91
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve unowned derived signal heuristics ([ #11029 ] ( https://github.com/sveltejs/svelte/pull/11029 ) )
8
+
9
+ - fix: ensure correct context for action update/destroy functions ([ #11023 ] ( https://github.com/sveltejs/svelte/pull/11023 ) )
10
+
11
+ - feat: more efficient hydration markers ([ #11019 ] ( https://github.com/sveltejs/svelte/pull/11019 ) )
12
+
13
+ - fix: ensure effect cleanup functions are called with null ` this ` ([ #11024 ] ( https://github.com/sveltejs/svelte/pull/11024 ) )
14
+
15
+ - fix: correctly handle closure passed to $derived.by when destructuring ([ #11028 ] ( https://github.com/sveltejs/svelte/pull/11028 ) )
16
+
17
+ - Add ` name ` to HTMLDetailsAttributes ([ #11013 ] ( https://github.com/sveltejs/svelte/pull/11013 ) )
18
+
19
+ - breaking: move compiler.cjs to compiler/index.js ([ #10988 ] ( https://github.com/sveltejs/svelte/pull/10988 ) )
20
+
3
21
## 5.0.0-next.90
4
22
5
23
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.90 " ,
5
+ "version" : " 5.0.0-next.91 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.90 ' ;
9
+ export const VERSION = '5.0.0-next.91 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments