File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 110
110
" dry-eggs-play" ,
111
111
" dry-eggs-retire" ,
112
112
" dry-fans-march" ,
113
+ " dry-ghosts-prove" ,
113
114
" dry-parrots-bathe" ,
114
115
" dry-pillows-exist" ,
115
116
" dull-coins-vanish" ,
144
145
" empty-horses-tell" ,
145
146
" empty-tools-share" ,
146
147
" fair-bags-smoke" ,
148
+ " fair-beers-help" ,
147
149
" fair-crabs-check" ,
148
150
" fair-pianos-talk" ,
149
151
" fair-spies-repeat" ,
264
266
" itchy-lions-wash" ,
265
267
" itchy-panthers-shave" ,
266
268
" itchy-peaches-compare" ,
269
+ " itchy-pianos-marry" ,
267
270
" itchy-terms-guess" ,
268
271
" khaki-cheetahs-refuse" ,
269
272
" khaki-cooks-develop" ,
305
308
" little-ligers-exist" ,
306
309
" little-pans-jog" ,
307
310
" long-buckets-lay" ,
311
+ " long-carrots-sneeze" ,
308
312
" long-crews-return" ,
309
313
" long-humans-repair" ,
310
314
" long-lobsters-mate" ,
311
315
" loud-cheetahs-flow" ,
316
+ " loud-insects-arrive" ,
312
317
" loud-mugs-smile" ,
313
318
" loud-numbers-flow" ,
314
319
" loud-penguins-unite" ,
499
504
" sixty-pandas-rush" ,
500
505
" sixty-plants-cover" ,
501
506
" sleepy-cats-eat" ,
507
+ " sleepy-dogs-sit" ,
502
508
" slimy-clouds-talk" ,
503
509
" slimy-hairs-impress" ,
504
510
" slimy-laws-explode" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.174
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: bail out of event hoisting when referencing store subscriptions ([ #12301 ] ( https://github.com/sveltejs/svelte/pull/12301 ) )
8
+
9
+ - chore: make store initialization logic simpler ([ #12281 ] ( https://github.com/sveltejs/svelte/pull/12281 ) )
10
+
11
+ - fix: make props optional during SSR ([ #12284 ] ( https://github.com/sveltejs/svelte/pull/12284 ) )
12
+
13
+ - fix: ensure each blocks properly handle $state.frozen objects in prod ([ #12305 ] ( https://github.com/sveltejs/svelte/pull/12305 ) )
14
+
15
+ - fix: ensure rest props access on hoisted event handlers works ([ #12298 ] ( https://github.com/sveltejs/svelte/pull/12298 ) )
16
+
17
+ - fix: lazily create a derived for each read method on ` SvelteDate.prototype ` ([ #12110 ] ( https://github.com/sveltejs/svelte/pull/12110 ) )
18
+
3
19
## 5.0.0-next.173
4
20
5
21
### 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.173 " ,
5
+ "version" : " 5.0.0-next.174 " ,
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.173 ' ;
9
+ export const VERSION = '5.0.0-next.174 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments