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 1515 " afraid-moose-matter" ,
1616 " angry-books-jam" ,
1717 " angry-plums-punch" ,
18+ " angry-wasps-help" ,
1819 " beige-cobras-smoke" ,
1920 " beige-flies-wash" ,
2021 " beige-mirrors-listen" ,
9899 " dull-mangos-wave" ,
99100 " dull-pots-add" ,
100101 " dull-roses-relate" ,
102+ " dull-worms-relax" ,
101103 " early-ads-tie" ,
102104 " early-months-whisper" ,
103105 " eight-carrots-hunt" ,
147149 " four-flies-hammer" ,
148150 " four-mice-hammer" ,
149151 " four-pugs-listen" ,
152+ " fresh-beds-wash" ,
150153 " fresh-dots-destroy" ,
151154 " fresh-impalas-bow" ,
152155 " fresh-weeks-trade" ,
327330 " popular-games-hug" ,
328331 " popular-ligers-perform" ,
329332 " popular-mangos-rest" ,
333+ " popular-roses-teach" ,
330334 " popular-walls-hunt" ,
331335 " pretty-ties-help" ,
332336 " proud-pets-hang" ,
478482 " thick-shirts-deliver" ,
479483 " thick-swans-type" ,
480484 " thin-foxes-lick" ,
485+ " thin-years-rhyme" ,
481486 " thirty-flowers-sit" ,
482487 " thirty-ghosts-fix" ,
483488 " thirty-impalas-repair" ,
509514 " unlucky-boxes-obey" ,
510515 " unlucky-steaks-warn" ,
511516 " unlucky-trees-lick" ,
517+ " violet-mails-trade" ,
512518 " violet-mugs-behave" ,
513519 " violet-pigs-jam" ,
514520 " warm-cherries-shake" ,
529535 " wise-dodos-tell" ,
530536 " wise-donkeys-marry" ,
531537 " wise-jobs-admire" ,
538+ " wise-kids-wash" ,
532539 " wise-radios-exercise" ,
533540 " wise-ties-clap" ,
534541 " witty-camels-warn" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
321## 5.0.0-next.135
422
523### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.135 " ,
5+ "version" : " 5.0.0-next.136 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.135 ' ;
9+ export const VERSION = '5.0.0-next.136 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments