File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 7676 " dry-clocks-grow" ,
7777 " dry-eggs-play" ,
7878 " dry-eggs-retire" ,
79+ " dry-fans-march" ,
7980 " dry-pillows-exist" ,
8081 " dull-coins-vanish" ,
8182 " dull-mangos-wave" ,
162163 " hungry-trees-travel" ,
163164 " itchy-beans-melt" ,
164165 " itchy-bulldogs-tan" ,
166+ " itchy-eels-marry" ,
165167 " itchy-kings-deliver" ,
166168 " itchy-lions-wash" ,
167169 " itchy-terms-guess" ,
279281 " rich-cobras-exist" ,
280282 " rich-garlics-laugh" ,
281283 " rich-olives-yell" ,
284+ " rich-plums-thank" ,
282285 " rich-sheep-burn" ,
283286 " rich-tables-sing" ,
284287 " rich-waves-mix" ,
308311 " sharp-kids-happen" ,
309312 " sharp-tomatoes-learn" ,
310313 " shiny-baboons-play" ,
314+ " shiny-rats-heal" ,
311315 " shiny-shrimps-march" ,
312316 " short-buses-camp" ,
313317 " short-countries-rush" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.107
4+
5+ ### Patch Changes
6+
7+ - fix: refine css ` :global() ` selector checks in a compound selector ([ #11142 ] ( https://github.com/sveltejs/svelte/pull/11142 ) )
8+
9+ - fix: remove memory leak from bind: this ([ #11194 ] ( https://github.com/sveltejs/svelte/pull/11194 ) )
10+
11+ - fix: remove memory leak from retaining old DOM elements ([ #11197 ] ( https://github.com/sveltejs/svelte/pull/11197 ) )
12+
13+ - feat: add warning when using ` $bindable ` rune without calling it ([ #11181 ] ( https://github.com/sveltejs/svelte/pull/11181 ) )
14+
315## 5.0.0-next.106
416
517### 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.106 " ,
5+ "version" : " 5.0.0-next.107 " ,
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.106 ' ;
9+ export const VERSION = '5.0.0-next.107 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments