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 17
17
" chilled-pumas-invite" ,
18
18
" chilly-dolphins-lick" ,
19
19
" clean-eels-beg" ,
20
+ " clever-rockets-burn" ,
20
21
" cold-birds-own" ,
21
22
" cool-ants-leave" ,
22
23
" cuddly-pianos-drop" ,
39
40
" friendly-lies-camp" ,
40
41
" funny-wombats-argue" ,
41
42
" gentle-sheep-hug" ,
43
+ " giant-roses-press" ,
42
44
" good-pianos-jump" ,
43
45
" great-icons-retire" ,
44
46
" green-eggs-approve" ,
72
74
" odd-schools-wait" ,
73
75
" odd-shoes-cheat" ,
74
76
" old-flies-jog" ,
77
+ " old-mails-sneeze" ,
75
78
" polite-dolphins-care" ,
76
79
" polite-pumpkins-guess" ,
77
80
" polite-ravens-study" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.22
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: handle event hoisting props referencing ([ #9846 ] ( https://github.com/sveltejs/svelte/pull/9846 ) )
8
+
9
+ - fix: support dynamic transition functions ([ #9844 ] ( https://github.com/sveltejs/svelte/pull/9844 ) )
10
+
11
+ - fix: ensure action function returns object ([ #9848 ] ( https://github.com/sveltejs/svelte/pull/9848 ) )
12
+
3
13
## 5.0.0-next.21
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.21 " ,
5
+ "version" : " 5.0.0-next.22 " ,
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.21 ' ;
9
+ export const VERSION = '5.0.0-next.22 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments