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 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" ,
262
263
" friendly-clouds-rhyme" ,
263
264
" friendly-lies-camp" ,
264
265
" friendly-rice-confess" ,
266
+ " friendly-taxis-hammer" ,
265
267
" funny-bugs-kiss" ,
266
268
" funny-cooks-clean" ,
267
269
" funny-dragons-double" ,
287
289
" giant-planets-shake" ,
288
290
" giant-plants-grin" ,
289
291
" giant-roses-press" ,
292
+ " gold-pens-sell" ,
290
293
" gold-students-jump" ,
291
294
" gold-tools-nail" ,
292
295
" good-buses-reply" ,
304
307
" gorgeous-monkeys-carry" ,
305
308
" gorgeous-pans-sort" ,
306
309
" gorgeous-singers-rest" ,
310
+ " great-dots-wonder" ,
307
311
" great-fans-unite" ,
308
312
" great-icons-retire" ,
309
313
" great-plums-pretend" ,
514
518
" nice-jobs-breathe" ,
515
519
" nine-ants-invite" ,
516
520
" nine-cooks-join" ,
521
+ " nine-kids-whisper" ,
517
522
" ninety-days-visit" ,
518
523
" ninety-dingos-walk" ,
519
524
" ninety-dots-train" ,
736
741
" small-planets-destroy" ,
737
742
" small-sheep-type" ,
738
743
" small-spiders-fail" ,
744
+ " small-suns-lie" ,
739
745
" smart-cars-know" ,
740
746
" smart-cherries-leave" ,
741
747
" smart-fans-crash" ,
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
+ - feat: add types for the search element ([ #13489 ] ( https://github.com/sveltejs/svelte/pull/13489 ) )
10
+
11
+ - feat: support migrating ` svelte:self ` ([ #13504 ] ( https://github.com/sveltejs/svelte/pull/13504 ) )
12
+
13
+ - feat: support migration of single assignment labeled statements ([ #13461 ] ( https://github.com/sveltejs/svelte/pull/13461 ) )
14
+
15
+ - fix: correctly migrate ` $slots ` with bracket member expressions & slots with static props ([ #13468 ] ( https://github.com/sveltejs/svelte/pull/13468 ) )
16
+
17
+ - feat: migrate slot usages ([ #13500 ] ( https://github.com/sveltejs/svelte/pull/13500 ) )
18
+
3
19
## 5.0.0-next.262
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.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