File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-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" ,
28
29
" dirty-garlics-design" ,
29
30
" dirty-tips-add" ,
30
31
" dry-clocks-grow" ,
54
55
" happy-suits-film" ,
55
56
" healthy-planes-vanish" ,
56
57
" heavy-ears-rule" ,
58
+ " hip-balloons-begin" ,
57
59
" honest-icons-change" ,
58
60
" hungry-dots-fry" ,
59
61
" hungry-tips-unite" ,
80
82
" lucky-schools-hang" ,
81
83
" moody-frogs-exist" ,
82
84
" moody-owls-cry" ,
85
+ " nasty-lions-double" ,
83
86
" neat-dingos-clap" ,
84
87
" new-boats-wait" ,
85
88
" ninety-dingos-walk" ,
88
91
" odd-shoes-cheat" ,
89
92
" old-flies-jog" ,
90
93
" old-mails-sneeze" ,
94
+ " orange-dingos-poke" ,
91
95
" polite-dolphins-care" ,
92
96
" polite-pumpkins-guess" ,
93
97
" polite-ravens-study" ,
94
98
" poor-eggs-enjoy" ,
95
99
" poor-seahorses-flash" ,
96
100
" popular-mangos-rest" ,
101
+ " pretty-ties-help" ,
97
102
" purple-dragons-peel" ,
98
103
" quiet-camels-mate" ,
99
104
" rare-pears-whisper" ,
125
130
" strong-gifts-smoke" ,
126
131
" strong-lemons-provide" ,
127
132
" sweet-mangos-beg" ,
133
+ " sweet-pens-sniff" ,
128
134
" swift-donkeys-perform" ,
129
135
" swift-ravens-hunt" ,
130
136
" swift-seahorses-deliver" ,
140
146
" thirty-ghosts-fix" ,
141
147
" thirty-impalas-repair" ,
142
148
" thirty-wombats-relax" ,
149
+ " three-suits-grin" ,
143
150
" tiny-kings-whisper" ,
144
151
" twelve-dragons-join" ,
145
152
" twelve-onions-juggle" ,
146
153
" two-dragons-yell" ,
147
154
" two-falcons-buy" ,
148
155
" unlucky-boxes-obey" ,
156
+ " unlucky-trees-lick" ,
149
157
" wet-games-fly" ,
150
158
" wicked-clouds-exercise" ,
151
159
" 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: improve script ` lang ` attribute detection ([ #10046 ] ( https://github.com/sveltejs/svelte/pull/10046 ) )
10
+
11
+ - fix: improve pseudo class parsing ([ #10055 ] ( https://github.com/sveltejs/svelte/pull/10055 ) )
12
+
13
+ - fix: add types for popover attributes and events ([ #10041 ] ( https://github.com/sveltejs/svelte/pull/10041 ) )
14
+
15
+ - fix: skip generating $.proxy() calls for unary and binary expressions ([ #9979 ] ( https://github.com/sveltejs/svelte/pull/9979 ) )
16
+
17
+ - fix: allow pseudo classes after ` :global(..) ` ([ #10055 ] ( https://github.com/sveltejs/svelte/pull/10055 ) )
18
+
19
+ - fix: parse ` :nth-of-type(xn+y) ` correctly ([ #9970 ] ( https://github.com/sveltejs/svelte/pull/9970 ) )
20
+
21
+ - fix: ensure if block is executed in correct order ([ #10053 ] ( https://github.com/sveltejs/svelte/pull/10053 ) )
22
+
3
23
## 5.0.0-next.27
4
24
5
25
### 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