File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 12
12
" afraid-moose-matter" ,
13
13
" brave-walls-destroy" ,
14
14
" brown-spoons-boil" ,
15
+ " chatty-taxis-juggle" ,
15
16
" chilled-pumas-invite" ,
16
17
" chilly-dolphins-lick" ,
17
18
" clean-eels-beg" ,
24
25
" eight-steaks-shout" ,
25
26
" eighty-bikes-camp" ,
26
27
" fair-crabs-check" ,
28
+ " famous-knives-sneeze" ,
27
29
" few-mugs-fail" ,
28
30
" fifty-steaks-float" ,
29
31
" forty-comics-invent" ,
39
41
" khaki-mails-draw" ,
40
42
" kind-deers-lay" ,
41
43
" kind-eagles-join" ,
44
+ " large-clouds-carry" ,
42
45
" lazy-spiders-think" ,
43
46
" light-pens-watch" ,
44
47
" long-crews-return" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.16
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: delegate events on elements with bind-this ([ #9696 ] ( https://github.com/sveltejs/svelte/pull/9696 ) )
8
+
9
+ - fix: ensure implicit children snippet renders correctly ([ #9706 ] ( https://github.com/sveltejs/svelte/pull/9706 ) )
10
+
11
+ - feat: $inspect rune ([ #9705 ] ( https://github.com/sveltejs/svelte/pull/9705 ) )
12
+
3
13
## 5.0.0-next.15
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.15 " ,
5
+ "version" : " 5.0.0-next.16 " ,
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.15 ' ;
9
+ export const VERSION = '5.0.0-next.16 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments