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 231
231
" friendly-candles-relate" ,
232
232
" friendly-clouds-rhyme" ,
233
233
" friendly-lies-camp" ,
234
+ " friendly-rice-confess" ,
234
235
" funny-bugs-kiss" ,
235
236
" funny-cooks-clean" ,
236
237
" funny-dragons-double" ,
468
469
" old-jokes-deliver" ,
469
470
" old-mails-sneeze" ,
470
471
" old-oranges-compete" ,
472
+ " old-planets-bow" ,
471
473
" olive-apples-lick" ,
472
474
" olive-cobras-wonder" ,
473
475
" olive-forks-grin" ,
545
547
" rich-cobras-exist" ,
546
548
" rich-elephants-relax" ,
547
549
" rich-garlics-laugh" ,
550
+ " rich-ladybugs-admire" ,
548
551
" rich-olives-yell" ,
549
552
" rich-plums-thank" ,
550
553
" rich-sheep-burn" ,
704
707
" swift-feet-juggle" ,
705
708
" swift-knives-tie" ,
706
709
" swift-poets-carry" ,
710
+ " swift-queens-begin" ,
707
711
" swift-rats-sing" ,
708
712
" swift-ravens-hunt" ,
709
713
" swift-seahorses-deliver" ,
731
735
" ten-ties-repair" ,
732
736
" ten-trainers-juggle" ,
733
737
" ten-worms-reflect" ,
738
+ " tender-bats-switch" ,
734
739
" tender-lemons-judge" ,
735
740
" tender-rocks-walk" ,
736
741
" 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
+ - feat: add ` $state.link ` rune ([ #12545 ] ( https://github.com/sveltejs/svelte/pull/12545 ) )
8
+
9
+ - fix: allow mixing slots and snippets in custom elements mode ([ #12929 ] ( https://github.com/sveltejs/svelte/pull/12929 ) )
10
+
11
+ - fix: small legibility improvement in ` Snippet ` type hint ([ #12928 ] ( https://github.com/sveltejs/svelte/pull/12928 ) )
12
+
13
+ - feat: support HMR with custom elements ([ #12926 ] ( https://github.com/sveltejs/svelte/pull/12926 ) )
14
+
15
+ - feat: error on invalid component name ([ #12821 ] ( https://github.com/sveltejs/svelte/pull/12821 ) )
16
+
3
17
## 5.0.0-next.228
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.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