File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 76
76
" dry-clocks-grow" ,
77
77
" dry-eggs-play" ,
78
78
" dry-eggs-retire" ,
79
+ " dry-fans-march" ,
79
80
" dry-pillows-exist" ,
80
81
" dull-coins-vanish" ,
81
82
" dull-mangos-wave" ,
162
163
" hungry-trees-travel" ,
163
164
" itchy-beans-melt" ,
164
165
" itchy-bulldogs-tan" ,
166
+ " itchy-eels-marry" ,
165
167
" itchy-kings-deliver" ,
166
168
" itchy-lions-wash" ,
167
169
" itchy-terms-guess" ,
279
281
" rich-cobras-exist" ,
280
282
" rich-garlics-laugh" ,
281
283
" rich-olives-yell" ,
284
+ " rich-plums-thank" ,
282
285
" rich-sheep-burn" ,
283
286
" rich-tables-sing" ,
284
287
" rich-waves-mix" ,
308
311
" sharp-kids-happen" ,
309
312
" sharp-tomatoes-learn" ,
310
313
" shiny-baboons-play" ,
314
+ " shiny-rats-heal" ,
311
315
" shiny-shrimps-march" ,
312
316
" short-buses-camp" ,
313
317
" short-countries-rush" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
15
## 5.0.0-next.106
4
16
5
17
### 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.106 " ,
5
+ "version" : " 5.0.0-next.107 " ,
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.106 ' ;
9
+ export const VERSION = '5.0.0-next.107 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments