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 163
163
" eighty-bugs-fetch" ,
164
164
" eighty-days-cheat" ,
165
165
" eighty-days-wave" ,
166
+ " eighty-dragons-search" ,
166
167
" eighty-lizards-notice" ,
167
168
" eighty-mails-develop" ,
168
169
" eleven-avocados-walk" ,
215
216
" five-suns-roll" ,
216
217
" five-tigers-search" ,
217
218
" flat-feet-visit" ,
219
+ " flat-flies-know" ,
218
220
" flat-ghosts-fly" ,
219
221
" flat-melons-protect" ,
220
222
" flat-olives-live" ,
336
338
" hot-cooks-repair" ,
337
339
" hot-jobs-tap" ,
338
340
" hot-kangaroos-invite" ,
341
+ " hot-peaches-clean" ,
339
342
" hot-rivers-punch" ,
340
343
" hot-sloths-clap" ,
341
344
" hot-tips-appear" ,
854
857
" unlucky-points-clap" ,
855
858
" unlucky-steaks-warn" ,
856
859
" unlucky-trees-lick" ,
860
+ " violet-bats-brake" ,
857
861
" violet-mails-trade" ,
858
862
" violet-mugs-behave" ,
859
863
" violet-otters-carry" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.246
4
+
5
+ ### Patch Changes
6
+
7
+ - perf: inline module variables into template ([ #13075 ] ( https://github.com/sveltejs/svelte/pull/13075 ) )
8
+
9
+ - fix: allow custom element events on slot to bubble inside custom element ([ #13222 ] ( https://github.com/sveltejs/svelte/pull/13222 ) )
10
+
11
+ - fix: add missing ` autocomplete ` attribute tokens ([ #13229 ] ( https://github.com/sveltejs/svelte/pull/13229 ) )
12
+
13
+ - feat: add infinite loop effect callstack ([ #13231 ] ( https://github.com/sveltejs/svelte/pull/13231 ) )
14
+
3
15
## 5.0.0-next.245
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.245 " ,
5
+ "version" : " 5.0.0-next.246 " ,
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.245 ' ;
9
+ export const VERSION = '5.0.0-next.246 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments