File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 197
197
" fair-bags-smoke" ,
198
198
" fair-beers-help" ,
199
199
" fair-crabs-check" ,
200
+ " fair-items-bathe" ,
200
201
" fair-pianos-talk" ,
201
202
" fair-spies-repeat" ,
202
203
" famous-chairs-notice" ,
260
261
" fresh-zoos-burn" ,
261
262
" friendly-candles-relate" ,
262
263
" friendly-clouds-rhyme" ,
264
+ " friendly-dryers-jog" ,
263
265
" friendly-lies-camp" ,
264
266
" friendly-rice-confess" ,
267
+ " friendly-taxis-hammer" ,
265
268
" funny-bugs-kiss" ,
266
269
" funny-cooks-clean" ,
267
270
" funny-dragons-double" ,
287
290
" giant-planets-shake" ,
288
291
" giant-plants-grin" ,
289
292
" giant-roses-press" ,
293
+ " gold-pens-sell" ,
290
294
" gold-students-jump" ,
291
295
" gold-tools-nail" ,
292
296
" good-buses-reply" ,
304
308
" gorgeous-monkeys-carry" ,
305
309
" gorgeous-pans-sort" ,
306
310
" gorgeous-singers-rest" ,
311
+ " great-dots-wonder" ,
307
312
" great-fans-unite" ,
308
313
" great-icons-retire" ,
309
314
" great-plums-pretend" ,
514
519
" nice-jobs-breathe" ,
515
520
" nine-ants-invite" ,
516
521
" nine-cooks-join" ,
522
+ " nine-kids-whisper" ,
517
523
" ninety-days-visit" ,
518
524
" ninety-dingos-walk" ,
519
525
" ninety-dots-train" ,
736
742
" small-planets-destroy" ,
737
743
" small-sheep-type" ,
738
744
" small-spiders-fail" ,
745
+ " small-suns-lie" ,
739
746
" smart-cars-know" ,
740
747
" smart-cherries-leave" ,
741
748
" smart-fans-crash" ,
826
833
" ten-foxes-repeat" ,
827
834
" ten-geese-share" ,
828
835
" ten-jokes-divide" ,
836
+ " ten-laws-grow" ,
829
837
" ten-peaches-sleep" ,
830
838
" ten-singers-cough" ,
831
839
" ten-singers-repair" ,
895
903
" two-brooms-fail" ,
896
904
" two-candles-move" ,
897
905
" two-cats-approve" ,
906
+ " two-chefs-lie" ,
898
907
" two-dogs-accept" ,
899
908
" two-dragons-yell" ,
900
909
" two-falcons-buy" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.263
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: add media listeners immediately when using ` bind:paused ` ([ #13502 ] ( https://github.com/sveltejs/svelte/pull/13502 ) )
8
+
9
+ - fix: further improve reconciliation of inert each block rows ([ #13527 ] ( https://github.com/sveltejs/svelte/pull/13527 ) )
10
+
11
+ - feat: add types for the search element ([ #13489 ] ( https://github.com/sveltejs/svelte/pull/13489 ) )
12
+
13
+ - feat: support migrating ` svelte:self ` ([ #13504 ] ( https://github.com/sveltejs/svelte/pull/13504 ) )
14
+
15
+ - feat: support migration of single assignment labeled statements ([ #13461 ] ( https://github.com/sveltejs/svelte/pull/13461 ) )
16
+
17
+ - fix: correctly migrate ` $slots ` with bracket member expressions & slots with static props ([ #13468 ] ( https://github.com/sveltejs/svelte/pull/13468 ) )
18
+
19
+ - feat: migrate slot usages ([ #13500 ] ( https://github.com/sveltejs/svelte/pull/13500 ) )
20
+
21
+ - fix: recreate ` SvelteDate ` methods deriveds if they are destroyed ([ #13515 ] ( https://github.com/sveltejs/svelte/pull/13515 ) )
22
+
23
+ - fix: allow imports from ` svelte/legacy ` in SSR ([ #13523 ] ( https://github.com/sveltejs/svelte/pull/13523 ) )
24
+
3
25
## 5.0.0-next.262
4
26
5
27
### 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.262 " ,
5
+ "version" : " 5.0.0-next.263 " ,
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.262 ' ;
9
+ export const VERSION = '5.0.0-next.263 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments