File tree 4 files changed +15
-2
lines changed 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 201
201
" fifty-steaks-float" ,
202
202
" fifty-toys-invite" ,
203
203
" five-maps-reflect" ,
204
+ " five-shirts-run" ,
204
205
" five-tigers-search" ,
205
206
" flat-feet-visit" ,
206
207
" flat-ghosts-fly" ,
634
635
" silver-points-approve" ,
635
636
" silver-sheep-knock" ,
636
637
" six-apes-peel" ,
638
+ " six-beans-laugh" ,
637
639
" six-bears-trade" ,
638
640
" six-boats-shave" ,
639
641
" six-chicken-kneel" ,
649
651
" slimy-clouds-talk" ,
650
652
" slimy-hairs-impress" ,
651
653
" slimy-laws-explode" ,
654
+ " slimy-news-help" ,
652
655
" slimy-onions-approve" ,
653
656
" slimy-walls-draw" ,
654
657
" slow-beds-shave" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.240
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: use WAAPI to control timing of JS-based animations ([ #13018 ] ( https://github.com/sveltejs/svelte/pull/13018 ) )
8
+
9
+ - fix: prevent binding to imports ([ #13035 ] ( https://github.com/sveltejs/svelte/pull/13035 ) )
10
+
11
+ - fix: never abort bidirectional transitions ([ #13018 ] ( https://github.com/sveltejs/svelte/pull/13018 ) )
12
+
3
13
## 5.0.0-next.239
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.239 " ,
5
+ "version" : " 5.0.0-next.240 " ,
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.239 ' ;
9
+ export const VERSION = '5.0.0-next.240 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments