File tree Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Expand file tree Collapse file tree 4 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 25
25
" cool-ants-leave" ,
26
26
" cuddly-pianos-drop" ,
27
27
" curly-lizards-dream" ,
28
+ " curvy-ties-shout" ,
29
+ " dirty-bats-punch" ,
28
30
" dirty-garlics-design" ,
29
31
" dirty-tips-add" ,
30
32
" dry-clocks-grow" ,
54
56
" happy-suits-film" ,
55
57
" healthy-planes-vanish" ,
56
58
" heavy-ears-rule" ,
59
+ " hip-balloons-begin" ,
57
60
" honest-icons-change" ,
58
61
" hungry-dots-fry" ,
59
62
" hungry-tips-unite" ,
80
83
" lucky-schools-hang" ,
81
84
" moody-frogs-exist" ,
82
85
" moody-owls-cry" ,
86
+ " nasty-lions-double" ,
83
87
" neat-dingos-clap" ,
84
88
" new-boats-wait" ,
85
89
" ninety-dingos-walk" ,
88
92
" odd-shoes-cheat" ,
89
93
" old-flies-jog" ,
90
94
" old-mails-sneeze" ,
95
+ " orange-dingos-poke" ,
91
96
" polite-dolphins-care" ,
92
97
" polite-pumpkins-guess" ,
93
98
" polite-ravens-study" ,
94
99
" poor-eggs-enjoy" ,
95
100
" poor-seahorses-flash" ,
96
101
" popular-mangos-rest" ,
102
+ " pretty-ties-help" ,
97
103
" purple-dragons-peel" ,
98
104
" quiet-camels-mate" ,
99
105
" rare-pears-whisper" ,
125
131
" strong-gifts-smoke" ,
126
132
" strong-lemons-provide" ,
127
133
" sweet-mangos-beg" ,
134
+ " sweet-pens-sniff" ,
128
135
" swift-donkeys-perform" ,
129
136
" swift-ravens-hunt" ,
130
137
" swift-seahorses-deliver" ,
131
138
" tall-books-grin" ,
139
+ " tall-garlics-try" ,
132
140
" tall-shrimps-worry" ,
133
141
" tall-tigers-wait" ,
134
142
" tasty-numbers-perform" ,
140
148
" thirty-ghosts-fix" ,
141
149
" thirty-impalas-repair" ,
142
150
" thirty-wombats-relax" ,
151
+ " three-suits-grin" ,
143
152
" tiny-kings-whisper" ,
144
153
" twelve-dragons-join" ,
145
154
" twelve-onions-juggle" ,
146
155
" two-dragons-yell" ,
147
156
" two-falcons-buy" ,
148
157
" unlucky-boxes-obey" ,
158
+ " unlucky-trees-lick" ,
149
159
" wet-games-fly" ,
150
160
" wicked-clouds-exercise" ,
151
161
" wicked-doors-train" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.28
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: deeply unstate objects passed to inspect ([ #10056 ] ( https://github.com/sveltejs/svelte/pull/10056 ) )
8
+
9
+ - fix: handle delegated events of elements moved outside the container ([ #10060 ] ( https://github.com/sveltejs/svelte/pull/10060 ) )
10
+
11
+ - fix: improve script ` lang ` attribute detection ([ #10046 ] ( https://github.com/sveltejs/svelte/pull/10046 ) )
12
+
13
+ - fix: improve pseudo class parsing ([ #10055 ] ( https://github.com/sveltejs/svelte/pull/10055 ) )
14
+
15
+ - fix: add types for popover attributes and events ([ #10041 ] ( https://github.com/sveltejs/svelte/pull/10041 ) )
16
+
17
+ - fix: skip generating $.proxy() calls for unary and binary expressions ([ #9979 ] ( https://github.com/sveltejs/svelte/pull/9979 ) )
18
+
19
+ - fix: allow pseudo classes after ` :global(..) ` ([ #10055 ] ( https://github.com/sveltejs/svelte/pull/10055 ) )
20
+
21
+ - fix: bail-out event handler referencing each index ([ #10063 ] ( https://github.com/sveltejs/svelte/pull/10063 ) )
22
+
23
+ - fix: parse ` :nth-of-type(xn+y) ` correctly ([ #9970 ] ( https://github.com/sveltejs/svelte/pull/9970 ) )
24
+
25
+ - fix: ensure if block is executed in correct order ([ #10053 ] ( https://github.com/sveltejs/svelte/pull/10053 ) )
26
+
3
27
## 5.0.0-next.27
4
28
5
29
### 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.27 " ,
5
+ "version" : " 5.0.0-next.28 " ,
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.27 ' ;
9
+ export const VERSION = '5.0.0-next.28 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments