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 67
67
" chilled-ladybugs-invite" ,
68
68
" chilled-pumas-invite" ,
69
69
" chilled-seas-jog" ,
70
+ " chilly-carpets-switch" ,
70
71
" chilly-dolphins-lick" ,
71
72
" chilly-laws-juggle" ,
72
73
" chilly-pans-raise" ,
264
265
" happy-moles-live" ,
265
266
" happy-suits-film" ,
266
267
" healthy-ants-film" ,
268
+ " healthy-mangos-brush" ,
267
269
" healthy-planes-vanish" ,
268
270
" healthy-zebras-accept" ,
269
271
" heavy-comics-move" ,
354
356
" loud-cheetahs-flow" ,
355
357
" loud-insects-arrive" ,
356
358
" loud-mugs-smile" ,
359
+ " loud-news-deliver" ,
357
360
" loud-numbers-flow" ,
358
361
" loud-penguins-unite" ,
359
362
" loud-ravens-drop" ,
495
498
" red-cycles-pretend" ,
496
499
" red-doors-own" ,
497
500
" red-feet-worry" ,
501
+ " red-kings-draw" ,
498
502
" red-poets-study" ,
499
503
" red-pots-pretend" ,
500
504
" rich-cobras-exist" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.209
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: add css hash to custom element rendered with ` svelte:element ` ([ #12715 ] ( https://github.com/sveltejs/svelte/pull/12715 ) )
8
+
9
+ - fix: add touch events on microtask to avoid Chromium bug ([ #12735 ] ( https://github.com/sveltejs/svelte/pull/12735 ) )
10
+
11
+ - fix: allow deletion of $restProps properties ([ #12736 ] ( https://github.com/sveltejs/svelte/pull/12736 ) )
12
+
13
+ - feat: more efficient code generation when referencing globals ([ #12712 ] ( https://github.com/sveltejs/svelte/pull/12712 ) )
14
+
3
15
## 5.0.0-next.208
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.208 " ,
5
+ "version" : " 5.0.0-next.209 " ,
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.208 ' ;
9
+ export const VERSION = '5.0.0-next.209 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments