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