File tree 4 files changed +21
-2
lines changed
4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 66
66
" forty-comics-invent" ,
67
67
" forty-dolls-wave" ,
68
68
" forty-peaches-unite" ,
69
+ " forty-suns-smile" ,
69
70
" four-flies-hammer" ,
70
71
" fresh-weeks-trade" ,
71
72
" friendly-candles-relate" ,
115
116
" long-buckets-lay" ,
116
117
" long-crews-return" ,
117
118
" loud-cheetahs-flow" ,
119
+ " loud-ravens-drop" ,
118
120
" lovely-carpets-lick" ,
119
121
" lovely-items-turn" ,
120
122
" lovely-rules-eat" ,
154
156
" quiet-crabs-nail" ,
155
157
" quiet-timers-speak" ,
156
158
" rare-pears-whisper" ,
159
+ " rare-worms-hunt" ,
157
160
" real-guests-do" ,
158
161
" real-items-suffer" ,
159
162
" red-doors-own" ,
207
210
" sweet-pens-sniff" ,
208
211
" swift-donkeys-perform" ,
209
212
" swift-fans-stare" ,
213
+ " swift-feet-juggle" ,
210
214
" swift-ravens-hunt" ,
211
215
" swift-seahorses-deliver" ,
212
216
" tall-books-grin" ,
230
234
" thirty-pears-hug" ,
231
235
" thirty-wombats-relax" ,
232
236
" three-camels-sell" ,
237
+ " three-icons-trade" ,
233
238
" three-suits-grin" ,
234
239
" tidy-buses-whisper" ,
235
240
" tidy-starfishes-allow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.49
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: properly analyze group expressions ([ #10410 ] ( https://github.com/sveltejs/svelte/pull/10410 ) )
8
+
9
+ - fix: handle nested script tags ([ #10416 ] ( https://github.com/sveltejs/svelte/pull/10416 ) )
10
+
11
+ - fix: only update lazy properties that have actually changed ([ #10415 ] ( https://github.com/sveltejs/svelte/pull/10415 ) )
12
+
13
+ - fix: correctly determine binding scope of ` let: ` directives ([ #10395 ] ( https://github.com/sveltejs/svelte/pull/10395 ) )
14
+
15
+ - fix: run ` onDestroy ` callbacks during SSR ([ #10297 ] ( https://github.com/sveltejs/svelte/pull/10297 ) )
16
+
3
17
## 5.0.0-next.48
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.48 " ,
5
+ "version" : " 5.0.0-next.49 " ,
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.48 ' ;
9
+ export const VERSION = '5.0.0-next.49 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments