File tree 4 files changed +39
-2
lines changed
4 files changed +39
-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" ,
31
+ " flat-melons-protect" ,
29
32
" forty-comics-invent" ,
30
33
" fresh-weeks-trade" ,
31
34
" friendly-lies-camp" ,
32
35
" funny-wombats-argue" ,
33
36
" good-pianos-jump" ,
37
+ " great-icons-retire" ,
34
38
" green-eggs-approve" ,
35
39
" green-hounds-play" ,
36
40
" honest-icons-change" ,
37
41
" hungry-dots-fry" ,
42
+ " hungry-tips-unite" ,
38
43
" itchy-lions-wash" ,
39
44
" khaki-mails-draw" ,
40
45
" kind-deers-lay" ,
41
46
" kind-eagles-join" ,
47
+ " large-clouds-carry" ,
42
48
" lazy-spiders-think" ,
43
49
" light-pens-watch" ,
44
50
" long-crews-return" ,
48
54
" moody-frogs-exist" ,
49
55
" moody-owls-cry" ,
50
56
" new-boats-wait" ,
57
+ " ninety-dingos-walk" ,
51
58
" odd-needles-joke" ,
52
59
" odd-schools-wait" ,
60
+ " odd-shoes-cheat" ,
53
61
" polite-pumpkins-guess" ,
54
62
" poor-eggs-enjoy" ,
55
63
" popular-mangos-rest" ,
66
74
" slimy-clouds-talk" ,
67
75
" small-papayas-laugh" ,
68
76
" soft-geese-learn" ,
77
+ " sour-forks-stare" ,
69
78
" sour-rules-march" ,
70
79
" stale-comics-look" ,
71
80
" strong-lemons-provide" ,
81
+ " swift-ravens-hunt" ,
72
82
" tall-shrimps-worry" ,
83
+ " tall-tigers-wait" ,
73
84
" ten-worms-reflect" ,
74
85
" thin-foxes-lick" ,
75
86
" thirty-flowers-sit" ,
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: ensure ` $slots ` exists in runes mode ([ #9718 ] ( https://github.com/sveltejs/svelte/pull/9718 ) )
12
+
13
+ - fix: allow ` bind:this ` with dynamic type on inputs ([ #9713 ] ( https://github.com/sveltejs/svelte/pull/9713 ) )
14
+
15
+ - fix: port over props that were set prior to initialization ([ #9704 ] ( https://github.com/sveltejs/svelte/pull/9704 ) )
16
+
17
+ - feat: $inspect rune ([ #9705 ] ( https://github.com/sveltejs/svelte/pull/9705 ) )
18
+
19
+ - fix: keep fallback value after spread update not setting that prop ([ #9717 ] ( https://github.com/sveltejs/svelte/pull/9717 ) )
20
+
21
+ - fix: tweak const tag parsing ([ #9715 ] ( https://github.com/sveltejs/svelte/pull/9715 ) )
22
+
23
+ - chore: remove redundant hydration code ([ #9698 ] ( https://github.com/sveltejs/svelte/pull/9698 ) )
24
+
25
+ - fix: improve template text node serialization ([ #9722 ] ( https://github.com/sveltejs/svelte/pull/9722 ) )
26
+
27
+ - fix: improve infinite loop capturing ([ #9721 ] ( https://github.com/sveltejs/svelte/pull/9721 ) )
28
+
3
29
## 5.0.0-next.15
4
30
5
31
### 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