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 15
15
" afraid-moose-matter" ,
16
16
" angry-books-jam" ,
17
17
" angry-plums-punch" ,
18
+ " angry-wasps-help" ,
18
19
" beige-cobras-smoke" ,
19
20
" beige-flies-wash" ,
20
21
" beige-mirrors-listen" ,
98
99
" dull-mangos-wave" ,
99
100
" dull-pots-add" ,
100
101
" dull-roses-relate" ,
102
+ " dull-worms-relax" ,
101
103
" early-ads-tie" ,
102
104
" early-months-whisper" ,
103
105
" eight-carrots-hunt" ,
147
149
" four-flies-hammer" ,
148
150
" four-mice-hammer" ,
149
151
" four-pugs-listen" ,
152
+ " fresh-beds-wash" ,
150
153
" fresh-dots-destroy" ,
151
154
" fresh-impalas-bow" ,
152
155
" fresh-weeks-trade" ,
327
330
" popular-games-hug" ,
328
331
" popular-ligers-perform" ,
329
332
" popular-mangos-rest" ,
333
+ " popular-roses-teach" ,
330
334
" popular-walls-hunt" ,
331
335
" pretty-ties-help" ,
332
336
" proud-pets-hang" ,
478
482
" thick-shirts-deliver" ,
479
483
" thick-swans-type" ,
480
484
" thin-foxes-lick" ,
485
+ " thin-years-rhyme" ,
481
486
" thirty-flowers-sit" ,
482
487
" thirty-ghosts-fix" ,
483
488
" thirty-impalas-repair" ,
509
514
" unlucky-boxes-obey" ,
510
515
" unlucky-steaks-warn" ,
511
516
" unlucky-trees-lick" ,
517
+ " violet-mails-trade" ,
512
518
" violet-mugs-behave" ,
513
519
" violet-pigs-jam" ,
514
520
" warm-cherries-shake" ,
529
535
" wise-dodos-tell" ,
530
536
" wise-donkeys-marry" ,
531
537
" wise-jobs-admire" ,
538
+ " wise-kids-wash" ,
532
539
" wise-radios-exercise" ,
533
540
" wise-ties-clap" ,
534
541
" witty-camels-warn" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.136
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: remove ` handle_compile_error ` ([ #11639 ] ( https://github.com/sveltejs/svelte/pull/11639 ) )
8
+
9
+ - breaking: disallow string literal values in ` <svelte:element this="..."> ` ([ #11454 ] ( https://github.com/sveltejs/svelte/pull/11454 ) )
10
+
11
+ - fix: use coarse-grained updates for derived expressions passed to props in legacy mode ([ #11652 ] ( https://github.com/sveltejs/svelte/pull/11652 ) )
12
+
13
+ - fix: robustify ` bind:scrollX/Y ` binding ([ #11655 ] ( https://github.com/sveltejs/svelte/pull/11655 ) )
14
+
15
+ - feat: migrate ` <svelte:element this="div"> ` ([ #11659 ] ( https://github.com/sveltejs/svelte/pull/11659 ) )
16
+
17
+ - feat: more information when hydration fails ([ #11649 ] ( https://github.com/sveltejs/svelte/pull/11649 ) )
18
+
19
+ - fix: replay load and error events on load during hydration ([ #11642 ] ( https://github.com/sveltejs/svelte/pull/11642 ) )
20
+
3
21
## 5.0.0-next.135
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.135 " ,
5
+ "version" : " 5.0.0-next.136 " ,
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.135 ' ;
9
+ export const VERSION = '5.0.0-next.136 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments