File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-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" ,
30
32
" fresh-weeks-trade" ,
31
33
" friendly-lies-camp" ,
32
34
" funny-wombats-argue" ,
33
35
" good-pianos-jump" ,
36
+ " great-icons-retire" ,
34
37
" green-eggs-approve" ,
35
38
" green-hounds-play" ,
36
39
" honest-icons-change" ,
39
42
" khaki-mails-draw" ,
40
43
" kind-deers-lay" ,
41
44
" kind-eagles-join" ,
45
+ " large-clouds-carry" ,
42
46
" lazy-spiders-think" ,
43
47
" light-pens-watch" ,
44
48
" long-crews-return" ,
50
54
" new-boats-wait" ,
51
55
" odd-needles-joke" ,
52
56
" odd-schools-wait" ,
57
+ " odd-shoes-cheat" ,
53
58
" polite-pumpkins-guess" ,
54
59
" poor-eggs-enjoy" ,
55
60
" popular-mangos-rest" ,
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
+ - fix: allow ` bind:this ` with dynamic type on inputs ([ #9713 ] ( https://github.com/sveltejs/svelte/pull/9713 ) )
12
+
13
+ - feat: $inspect rune ([ #9705 ] ( https://github.com/sveltejs/svelte/pull/9705 ) )
14
+
15
+ - fix: tweak const tag parsing ([ #9715 ] ( https://github.com/sveltejs/svelte/pull/9715 ) )
16
+
3
17
## 5.0.0-next.15
4
18
5
19
### 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