File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 468
468
" old-jokes-deliver" ,
469
469
" old-mails-sneeze" ,
470
470
" old-oranges-compete" ,
471
+ " old-planets-bow" ,
471
472
" olive-apples-lick" ,
472
473
" olive-cobras-wonder" ,
473
474
" olive-forks-grin" ,
704
705
" swift-feet-juggle" ,
705
706
" swift-knives-tie" ,
706
707
" swift-poets-carry" ,
708
+ " swift-queens-begin" ,
707
709
" swift-rats-sing" ,
708
710
" swift-ravens-hunt" ,
709
711
" swift-seahorses-deliver" ,
731
733
" ten-ties-repair" ,
732
734
" ten-trainers-juggle" ,
733
735
" ten-worms-reflect" ,
736
+ " tender-bats-switch" ,
734
737
" tender-lemons-judge" ,
735
738
" tender-rocks-walk" ,
736
739
" tender-suns-love" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.229
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow mixing slots and snippets in custom elements mode ([ #12929 ] ( https://github.com/sveltejs/svelte/pull/12929 ) )
8
+
9
+ - feat: support HMR with custom elements ([ #12926 ] ( https://github.com/sveltejs/svelte/pull/12926 ) )
10
+
11
+ - feat: error on invalid component name ([ #12821 ] ( https://github.com/sveltejs/svelte/pull/12821 ) )
12
+
3
13
## 5.0.0-next.228
4
14
5
15
### 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.228 " ,
5
+ "version" : " 5.0.0-next.229 " ,
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.228 ' ;
9
+ export const VERSION = '5.0.0-next.229 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments