File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 171
171
" eight-cougars-watch" ,
172
172
" eight-hornets-punch" ,
173
173
" eight-jeans-compare" ,
174
+ " eight-pans-worry" ,
174
175
" eight-pianos-raise" ,
175
176
" eight-steaks-shout" ,
176
177
" eight-waves-mate" ,
246
247
" fluffy-kings-complain" ,
247
248
" fluffy-ravens-juggle" ,
248
249
" forty-bikes-buy" ,
250
+ " forty-chicken-heal" ,
249
251
" forty-comics-invent" ,
250
252
" forty-dogs-divide" ,
251
253
" forty-dolls-wave" ,
345
347
" healthy-dancers-play" ,
346
348
" healthy-mangos-brush" ,
347
349
" healthy-planes-vanish" ,
350
+ " healthy-poets-float" ,
348
351
" healthy-zebras-accept" ,
349
352
" heavy-cars-ring" ,
350
353
" heavy-comics-move" ,
400
403
" khaki-ligers-sing" ,
401
404
" khaki-mails-draw" ,
402
405
" khaki-mails-scream" ,
406
+ " khaki-mirrors-warn" ,
403
407
" khaki-monkeys-cry" ,
404
408
" khaki-moose-arrive" ,
405
409
" khaki-tomatoes-rule" ,
433
437
" lemon-meals-appear" ,
434
438
" lemon-trees-act" ,
435
439
" light-badgers-glow" ,
440
+ " light-crews-deny" ,
436
441
" light-days-clean" ,
437
442
" light-hounds-carry" ,
438
443
" light-humans-hang" ,
497
502
" moody-houses-argue" ,
498
503
" moody-lions-watch" ,
499
504
" moody-owls-cry" ,
505
+ " moody-pugs-tan" ,
500
506
" moody-sheep-type" ,
501
507
" moody-toys-relax" ,
502
508
" nasty-carrots-develop" ,
606
612
" popular-apes-bathe" ,
607
613
" popular-cameras-tie" ,
608
614
" popular-cups-bathe" ,
615
+ " popular-dolphins-shake" ,
609
616
" popular-feet-rule" ,
610
617
" popular-games-hug" ,
611
618
" popular-ligers-perform" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.269
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: transitions within dynamic components now function correctly ([ #13646 ] ( https://github.com/sveltejs/svelte/pull/13646 ) )
8
+
9
+ - fix: use ` internal_set ` in ` await ` block ([ #13642 ] ( https://github.com/sveltejs/svelte/pull/13642 ) )
10
+
11
+ - fix: correctly applies autofocus to static elements ([ #13648 ] ( https://github.com/sveltejs/svelte/pull/13648 ) )
12
+
13
+ - fix: ` method ` attribute is case insensitive ([ #13639 ] ( https://github.com/sveltejs/svelte/pull/13639 ) )
14
+
15
+ - chore: avoid reporting inspections when an exception occurs ([ #13601 ] ( https://github.com/sveltejs/svelte/pull/13601 ) )
16
+
17
+ - fix: ensure legacy run utility does not cause cycles ([ #13643 ] ( https://github.com/sveltejs/svelte/pull/13643 ) )
18
+
19
+ - fix: better migration for leading and trailing comments ([ #13630 ] ( https://github.com/sveltejs/svelte/pull/13630 ) )
20
+
3
21
## 5.0.0-next.268
4
22
5
23
### 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.268 " ,
5
+ "version" : " 5.0.0-next.269 " ,
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.268 ' ;
9
+ export const VERSION = '5.0.0-next.269 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments