File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-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" ,
115
116
" dirty-donuts-yell" ,
116
117
" dirty-eyes-itch" ,
117
118
" dirty-garlics-design" ,
119
+ " dirty-pens-look" ,
118
120
" dirty-pianos-eat" ,
119
121
" dirty-tips-add" ,
120
122
" dry-clocks-grow" ,
264
266
" happy-moles-live" ,
265
267
" happy-suits-film" ,
266
268
" healthy-ants-film" ,
269
+ " healthy-mangos-brush" ,
267
270
" healthy-planes-vanish" ,
268
271
" healthy-zebras-accept" ,
269
272
" heavy-comics-move" ,
354
357
" loud-cheetahs-flow" ,
355
358
" loud-insects-arrive" ,
356
359
" loud-mugs-smile" ,
360
+ " loud-news-deliver" ,
357
361
" loud-numbers-flow" ,
358
362
" loud-penguins-unite" ,
359
363
" loud-ravens-drop" ,
495
499
" red-cycles-pretend" ,
496
500
" red-doors-own" ,
497
501
" red-feet-worry" ,
502
+ " red-kings-draw" ,
498
503
" red-poets-study" ,
499
504
" red-pots-pretend" ,
500
505
" 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: correctly handle SvelteDate methods with arguments ([ #12738 ] ( https://github.com/sveltejs/svelte/pull/12738 ) )
10
+
11
+ - fix: add touch events on microtask to avoid Chromium bug ([ #12735 ] ( https://github.com/sveltejs/svelte/pull/12735 ) )
12
+
13
+ - fix: allow deletion of $restProps properties ([ #12736 ] ( https://github.com/sveltejs/svelte/pull/12736 ) )
14
+
15
+ - feat: more efficient code generation when referencing globals ([ #12712 ] ( https://github.com/sveltejs/svelte/pull/12712 ) )
16
+
3
17
## 5.0.0-next.208
4
18
5
19
### 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