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 151
151
" eight-pianos-raise" ,
152
152
" eight-steaks-shout" ,
153
153
" eighty-bikes-camp" ,
154
+ " eighty-bugs-fetch" ,
154
155
" eighty-days-cheat" ,
156
+ " eighty-days-wave" ,
155
157
" eighty-lizards-notice" ,
156
158
" eleven-avocados-walk" ,
157
159
" eleven-beers-yell" ,
278
280
" happy-dogs-jump" ,
279
281
" happy-lobsters-lick" ,
280
282
" happy-moles-live" ,
283
+ " happy-planets-rest" ,
281
284
" happy-suits-film" ,
282
285
" healthy-ants-film" ,
283
286
" healthy-dancers-play" ,
303
306
" honest-phones-flash" ,
304
307
" hot-cooks-repair" ,
305
308
" hot-jobs-tap" ,
309
+ " hot-kangaroos-invite" ,
306
310
" hot-rivers-punch" ,
307
311
" hot-sloths-clap" ,
308
312
" hot-tips-appear" ,
635
639
" smart-fans-crash" ,
636
640
" smart-grapes-mate" ,
637
641
" smart-parents-swim" ,
642
+ " smart-poets-care" ,
638
643
" smart-spiders-fetch" ,
639
644
" smart-turkeys-tell" ,
640
645
" smart-zebras-pay" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.224
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: inline start and end node properties into effect ([ #12878 ] ( https://github.com/sveltejs/svelte/pull/12878 ) )
8
+
9
+ - fix: correctly ensure prop bindings are reactive when bound ([ #12879 ] ( https://github.com/sveltejs/svelte/pull/12879 ) )
10
+
11
+ - fix: remove sapper bindings ([ #12875 ] ( https://github.com/sveltejs/svelte/pull/12875 ) )
12
+
13
+ - chore: refactor internal signal dependency heuristic ([ #12881 ] ( https://github.com/sveltejs/svelte/pull/12881 ) )
14
+
15
+ - fix: allow store as initial value for props in ssr ([ #12885 ] ( https://github.com/sveltejs/svelte/pull/12885 ) )
16
+
3
17
## 5.0.0-next.223
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.223 " ,
5
+ "version" : " 5.0.0-next.224 " ,
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.223 ' ;
9
+ export const VERSION = '5.0.0-next.224 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments