File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 9
9
"svelte.dev" : " 1.0.0"
10
10
},
11
11
"changesets" : [
12
+ " brave-walls-destroy" ,
12
13
" chilly-dolphins-lick" ,
13
14
" eight-steaks-shout" ,
15
+ " funny-wombats-argue" ,
16
+ " good-pianos-jump" ,
17
+ " honest-icons-change" ,
14
18
" khaki-mails-draw" ,
19
+ " lucky-schools-hang" ,
15
20
" moody-owls-cry" ,
21
+ " poor-eggs-enjoy" ,
16
22
" quiet-camels-mate" ,
17
23
" rotten-buckets-develop" ,
18
24
" small-papayas-laugh" ,
25
+ " strong-lemons-provide" ,
19
26
" tall-shrimps-worry"
20
27
]
21
28
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: use internal ` get_descriptors ` helper ([ #9389 ] ( https://github.com/sveltejs/svelte/pull/9389 ) )
8
+
9
+ - fix: allow svelte: self in snippets ([ #9439 ] ( https://github.com/sveltejs/svelte/pull/9439 ) )
10
+
11
+ - fix: check that snippet is not rendered as a component ([ #9423 ] ( https://github.com/sveltejs/svelte/pull/9423 ) )
12
+
13
+ - patch: ensure keyed each block fallback to indexed each block ([ #9441 ] ( https://github.com/sveltejs/svelte/pull/9441 ) )
14
+
15
+ - fix: ensure dynamic attributes containing call expressions update ([ #9443 ] ( https://github.com/sveltejs/svelte/pull/9443 ) )
16
+
17
+ - fix: add missing files binding ([ #9415 ] ( https://github.com/sveltejs/svelte/pull/9415 ) )
18
+
19
+ - fix: handle event attribute spreading with event delegation ([ #9433 ] ( https://github.com/sveltejs/svelte/pull/9433 ) )
20
+
3
21
## 5.0.0-next.2
4
22
5
23
### 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.2 " ,
5
+ "version" : " 5.0.0-next.3 " ,
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.2 ' ;
9
+ export const VERSION = '5.0.0-next.3 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments