File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 32
32
" brown-spoons-boil" ,
33
33
" chatty-beans-divide" ,
34
34
" chatty-cups-drop" ,
35
+ " chatty-sloths-allow" ,
35
36
" chatty-taxis-juggle" ,
36
37
" chilled-pumas-invite" ,
37
38
" chilly-dolphins-lick" ,
116
117
" honest-icons-change" ,
117
118
" hungry-boxes-relate" ,
118
119
" hungry-dots-fry" ,
120
+ " hungry-singers-share" ,
119
121
" hungry-tips-unite" ,
120
122
" hungry-trees-travel" ,
121
123
" itchy-beans-melt" ,
165
167
" nervous-spoons-relax" ,
166
168
" new-boats-wait" ,
167
169
" new-rabbits-flow" ,
170
+ " nice-avocados-move" ,
168
171
" ninety-dingos-walk" ,
169
172
" odd-buckets-lie" ,
170
173
" odd-needles-joke" ,
211
214
" rotten-bags-type" ,
212
215
" rotten-buckets-develop" ,
213
216
" rotten-experts-relax" ,
217
+ " rotten-poems-applaud" ,
214
218
" rude-ghosts-tickle" ,
215
219
" selfish-dragons-knock" ,
216
220
" selfish-tools-hide" ,
237
241
" slimy-walls-draw" ,
238
242
" slow-beds-shave" ,
239
243
" slow-chefs-dream" ,
244
+ " slow-kids-sparkle" ,
240
245
" slow-wombats-reply" ,
241
246
" small-papayas-laugh" ,
242
247
" smart-parents-swim" ,
276
281
" tall-tigers-wait" ,
277
282
" tame-cycles-kneel" ,
278
283
" tame-spies-drum" ,
284
+ " tasty-cheetahs-appear" ,
279
285
" tasty-numbers-perform" ,
280
286
" ten-foxes-repeat" ,
287
+ " ten-jokes-divide" ,
281
288
" ten-peaches-sleep" ,
282
289
" ten-ties-repair" ,
283
290
" ten-worms-reflect" ,
297
304
" tidy-buses-whisper" ,
298
305
" tidy-starfishes-allow" ,
299
306
" tiny-kings-whisper" ,
307
+ " tough-radios-punch" ,
300
308
" twelve-dragons-join" ,
301
309
" twelve-onions-juggle" ,
302
310
" twelve-worms-jog" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.69
4
+
5
+ ### Patch Changes
6
+
7
+ - perf: bail early when traversing non-state ([ #10654 ] ( https://github.com/sveltejs/svelte/pull/10654 ) )
8
+
9
+ - feat: improve ssr html mismatch validation ([ #10658 ] ( https://github.com/sveltejs/svelte/pull/10658 ) )
10
+
11
+ - fix: improve ssr output of dynamic textarea elements ([ #10638 ] ( https://github.com/sveltejs/svelte/pull/10638 ) )
12
+
13
+ - fix: improve ssr code generation for class property $derived ([ #10661 ] ( https://github.com/sveltejs/svelte/pull/10661 ) )
14
+
15
+ - fix: warn when ` $props ` rune not called ([ #10655 ] ( https://github.com/sveltejs/svelte/pull/10655 ) )
16
+
17
+ - fix: improve derived rune destructuring support ([ #10665 ] ( https://github.com/sveltejs/svelte/pull/10665 ) )
18
+
19
+ - feat: allow arbitrary call expressions and optional chaining for snippets ([ #10656 ] ( https://github.com/sveltejs/svelte/pull/10656 ) )
20
+
21
+ - fix: add ` $set ` and ` $on ` methods in legacy compat mode ([ #10642 ] ( https://github.com/sveltejs/svelte/pull/10642 ) )
22
+
3
23
## 5.0.0-next.68
4
24
5
25
### 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.68 " ,
5
+ "version" : " 5.0.0-next.69 " ,
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.68 ' ;
9
+ export const VERSION = '5.0.0-next.69 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments