File tree 4 files changed +24
-2
lines changed
4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11
11
"changesets" : [
12
12
" afraid-moose-matter" ,
13
13
" beige-flies-wash" ,
14
+ " beige-rabbits-shave" ,
14
15
" brave-walls-destroy" ,
15
16
" brown-spoons-boil" ,
17
+ " chatty-cups-drop" ,
16
18
" chatty-taxis-juggle" ,
17
19
" chilled-pumas-invite" ,
18
20
" chilly-dolphins-lick" ,
45
47
" great-icons-retire" ,
46
48
" green-eggs-approve" ,
47
49
" green-hounds-play" ,
50
+ " happy-suits-film" ,
48
51
" healthy-planes-vanish" ,
52
+ " heavy-ears-rule" ,
49
53
" honest-icons-change" ,
50
54
" hungry-dots-fry" ,
51
55
" hungry-tips-unite" ,
56
60
" kind-deers-lay" ,
57
61
" kind-eagles-join" ,
58
62
" large-clouds-carry" ,
63
+ " large-turkeys-deny" ,
59
64
" late-crabs-lay" ,
60
65
" lazy-masks-sit" ,
61
66
" lazy-months-knock" ,
119
124
" tall-tigers-wait" ,
120
125
" tasty-numbers-perform" ,
121
126
" ten-foxes-repeat" ,
127
+ " ten-peaches-sleep" ,
122
128
" ten-worms-reflect" ,
123
129
" thin-foxes-lick" ,
124
130
" thirty-flowers-sit" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.24
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve props aliasing ([ #9900 ] ( https://github.com/sveltejs/svelte/pull/9900 ) )
8
+
9
+ - feat: add support for ` {@const} ` inside snippet block ([ #9904 ] ( https://github.com/sveltejs/svelte/pull/9904 ) )
10
+
11
+ - fix: improve attribute directive reactivity detection ([ #9907 ] ( https://github.com/sveltejs/svelte/pull/9907 ) )
12
+
13
+ - fix: improve $inspect batching ([ #9902 ] ( https://github.com/sveltejs/svelte/pull/9902 ) )
14
+
15
+ - chore: improve readonly prop messaging ([ #9901 ] ( https://github.com/sveltejs/svelte/pull/9901 ) )
16
+
17
+ - fix: better support for top-level snippet declarations ([ #9898 ] ( https://github.com/sveltejs/svelte/pull/9898 ) )
18
+
3
19
## 5.0.0-next.23
4
20
5
21
### 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.23 " ,
5
+ "version" : " 5.0.0-next.24 " ,
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.23 ' ;
9
+ export const VERSION = '5.0.0-next.24 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments