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 192
192
" fresh-impalas-bow" ,
193
193
" fresh-walls-bathe" ,
194
194
" fresh-weeks-trade" ,
195
+ " fresh-wombats-learn" ,
195
196
" friendly-candles-relate" ,
196
197
" friendly-clouds-rhyme" ,
197
198
" friendly-lies-camp" ,
211
212
" gentle-trees-exercise" ,
212
213
" gentle-wasps-pull" ,
213
214
" giant-bananas-turn" ,
215
+ " giant-jars-applaud" ,
214
216
" giant-moons-own" ,
215
217
" giant-planets-shake" ,
216
218
" giant-plants-grin" ,
410
412
" orange-yaks-protect" ,
411
413
" orange-zoos-heal" ,
412
414
" perfect-actors-bake" ,
415
+ " perfect-hats-dance" ,
413
416
" pink-bikes-agree" ,
414
417
" pink-goats-promise" ,
415
418
" pink-mayflies-tie" ,
631
634
" thin-foxes-lick" ,
632
635
" thin-spoons-float" ,
633
636
" thin-years-rhyme" ,
637
+ " thirty-dogs-whisper" ,
634
638
" thirty-flies-push" ,
635
639
" thirty-flowers-sit" ,
636
640
" thirty-ghosts-fix" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.185
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: allow leading and trailing comments in mustache expression ([ #11866 ] ( https://github.com/sveltejs/svelte/pull/11866 ) )
8
+
9
+ - fix: ensure hydration walks all nodes ([ #12448 ] ( https://github.com/sveltejs/svelte/pull/12448 ) )
10
+
11
+ - fix: prevent whitespaces merging across component boundaries ([ #12449 ] ( https://github.com/sveltejs/svelte/pull/12449 ) )
12
+
13
+ - fix: detect mutations within assignment expressions ([ #12429 ] ( https://github.com/sveltejs/svelte/pull/12429 ) )
14
+
3
15
## 5.0.0-next.184
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.184 " ,
5
+ "version" : " 5.0.0-next.185 " ,
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.184 ' ;
9
+ export const VERSION = '5.0.0-next.185 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments