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 542
542
" orange-zoos-heal" ,
543
543
" perfect-actors-bake" ,
544
544
" perfect-ants-allow" ,
545
+ " perfect-avocados-greet" ,
545
546
" perfect-cooks-shop" ,
546
547
" perfect-hairs-matter" ,
547
548
" perfect-hats-dance" ,
803
804
" tame-goats-bow" ,
804
805
" tame-spies-drum" ,
805
806
" tasty-cheetahs-appear" ,
807
+ " tasty-mice-admire" ,
806
808
" tasty-numbers-perform" ,
807
809
" tasty-steaks-smile" ,
808
810
" ten-eels-move" ,
881
883
" two-dragons-yell" ,
882
884
" two-falcons-buy" ,
883
885
" two-keys-watch" ,
886
+ " unlucky-baboons-greet" ,
884
887
" unlucky-boxes-obey" ,
885
888
" unlucky-points-clap" ,
886
889
" unlucky-spies-flow" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.259
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: higher fidelity event migration ([ #13362 ] ( https://github.com/sveltejs/svelte/pull/13362 ) )
8
+
9
+ - fix: properly remove root anchor node on unmount ([ #13381 ] ( https://github.com/sveltejs/svelte/pull/13381 ) )
10
+
11
+ - fix: improve reconciliation of inert each block rows ([ #13379 ] ( https://github.com/sveltejs/svelte/pull/13379 ) )
12
+
3
13
## 5.0.0-next.258
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.258 " ,
5
+ "version" : " 5.0.0-next.259 " ,
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.258 ' ;
9
+ export const VERSION = '5.0.0-next.259 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments