File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 38
38
" early-ads-tie" ,
39
39
" eight-steaks-shout" ,
40
40
" eighty-bikes-camp" ,
41
+ " empty-bulldogs-exercise" ,
41
42
" empty-crabs-think" ,
42
43
" fair-crabs-check" ,
43
44
" famous-knives-sneeze" ,
91
92
" lovely-items-turn" ,
92
93
" lovely-rules-eat" ,
93
94
" lucky-schools-hang" ,
95
+ " lucky-toes-begin" ,
94
96
" moody-frogs-exist" ,
95
97
" moody-owls-cry" ,
96
98
" nasty-lions-double" ,
137
139
" short-buses-camp" ,
138
140
" slimy-clouds-talk" ,
139
141
" slimy-walls-draw" ,
142
+ " slow-beds-shave" ,
140
143
" slow-chefs-dream" ,
141
144
" small-papayas-laugh" ,
142
145
" smart-parents-swim" ,
143
146
" smart-zebras-pay" ,
144
147
" soft-clocks-remember" ,
145
148
" soft-geese-learn" ,
149
+ " soft-tigers-wink" ,
146
150
" sour-forks-stare" ,
147
151
" sour-rules-march" ,
148
152
" spicy-plums-admire" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.32
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve outro behavior with transitions ([ #10139 ] ( https://github.com/sveltejs/svelte/pull/10139 ) )
8
+
9
+ - chore: remove internal functions from ` svelte/transition ` exports ([ #10132 ] ( https://github.com/sveltejs/svelte/pull/10132 ) )
10
+
11
+ - fix: further animation transition improvements ([ #10138 ] ( https://github.com/sveltejs/svelte/pull/10138 ) )
12
+
13
+ - fix: improve animation transition heuristics ([ #10119 ] ( https://github.com/sveltejs/svelte/pull/10119 ) )
14
+
3
15
## 5.0.0-next.31
4
16
5
17
### 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.31 " ,
5
+ "version" : " 5.0.0-next.32 " ,
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.31 ' ;
9
+ export const VERSION = '5.0.0-next.32 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments