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 2626 " early-ads-tie" ,
2727 " eight-steaks-shout" ,
2828 " eighty-bikes-camp" ,
29+ " empty-crabs-think" ,
2930 " fair-crabs-check" ,
3031 " famous-knives-sneeze" ,
3132 " few-mugs-fail" ,
33+ " fifty-rice-wait" ,
3234 " fifty-steaks-float" ,
3335 " five-tigers-search" ,
3436 " flat-melons-protect" ,
7880 " quiet-camels-mate" ,
7981 " rare-pears-whisper" ,
8082 " rich-sheep-burn" ,
83+ " rich-tables-sing" ,
8184 " rotten-buckets-develop" ,
8285 " selfish-tools-hide" ,
8386 " serious-socks-cover" ,
8487 " serious-zebras-scream" ,
8588 " seven-deers-jam" ,
8689 " seven-ravens-check" ,
8790 " sharp-gorillas-impress" ,
91+ " sharp-tomatoes-learn" ,
8892 " shiny-baboons-play" ,
8993 " shiny-shrimps-march" ,
9094 " slimy-clouds-talk" ,
104108 " tall-shrimps-worry" ,
105109 " tall-tigers-wait" ,
106110 " tasty-numbers-perform" ,
111+ " ten-foxes-repeat" ,
107112 " ten-worms-reflect" ,
108113 " thin-foxes-lick" ,
109114 " thirty-flowers-sit" ,
110115 " thirty-ghosts-fix" ,
111116 " thirty-impalas-repair" ,
112117 " thirty-wombats-relax" ,
113118 " tiny-kings-whisper" ,
119+ " twelve-dragons-join" ,
114120 " twelve-onions-juggle" ,
115121 " two-dragons-yell" ,
116122 " two-falcons-buy" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.21
4+
5+ ### Patch Changes
6+
7+ - chore: refactor props handling ([ #9826 ] ( https://github.com/sveltejs/svelte/pull/9826 ) )
8+
9+ - fix: improve each key animations ([ #9842 ] ( https://github.com/sveltejs/svelte/pull/9842 ) )
10+
11+ - fix: improve signal consumer removal logic ([ #9837 ] ( https://github.com/sveltejs/svelte/pull/9837 ) )
12+
13+ - fix: ensure computed props are wrapped in derived ([ #9835 ] ( https://github.com/sveltejs/svelte/pull/9835 ) )
14+
15+ - fix: better handle unowned derived signals ([ #9832 ] ( https://github.com/sveltejs/svelte/pull/9832 ) )
16+
17+ - fix: improve each block with animate ([ #9839 ] ( https://github.com/sveltejs/svelte/pull/9839 ) )
18+
319## 5.0.0-next.20
420
521### 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.20 " ,
5+ "version" : " 5.0.0-next.21 " ,
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.20 ' ;
9+ export const VERSION = '5.0.0-next.21 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments