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 150
150
" fifty-rice-wait" ,
151
151
" fifty-steaks-float" ,
152
152
" five-tigers-search" ,
153
+ " flat-feet-visit" ,
153
154
" flat-ghosts-fly" ,
154
155
" flat-melons-protect" ,
155
156
" flat-olives-live" ,
172
173
" fresh-weeks-trade" ,
173
174
" friendly-candles-relate" ,
174
175
" friendly-lies-camp" ,
176
+ " funny-cooks-clean" ,
175
177
" funny-dragons-double" ,
176
178
" funny-ties-jump" ,
177
179
" funny-trees-cry" ,
263
265
" late-crabs-lay" ,
264
266
" late-grapes-judge" ,
265
267
" late-peaches-mate" ,
268
+ " late-zebras-argue" ,
266
269
" lazy-knives-happen" ,
267
270
" lazy-masks-sit" ,
268
271
" lazy-months-knock" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.154
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure bound input content is resumed on hydration ([ #11986 ] ( https://github.com/sveltejs/svelte/pull/11986 ) )
8
+
9
+ - fix: better ` render ` type ([ #11997 ] ( https://github.com/sveltejs/svelte/pull/11997 ) )
10
+
11
+ - fix: SSR template escaping ([ #12007 ] ( https://github.com/sveltejs/svelte/pull/12007 ) )
12
+
3
13
## 5.0.0-next.153
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.153 " ,
5
+ "version" : " 5.0.0-next.154 " ,
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.153 ' ;
9
+ export const VERSION = '5.0.0-next.154 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments