File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 54
54
" happy-suits-film" ,
55
55
" healthy-planes-vanish" ,
56
56
" heavy-ears-rule" ,
57
+ " hip-balloons-begin" ,
57
58
" honest-icons-change" ,
58
59
" hungry-dots-fry" ,
59
60
" hungry-tips-unite" ,
88
89
" odd-shoes-cheat" ,
89
90
" old-flies-jog" ,
90
91
" old-mails-sneeze" ,
92
+ " orange-dingos-poke" ,
91
93
" polite-dolphins-care" ,
92
94
" polite-pumpkins-guess" ,
93
95
" polite-ravens-study" ,
94
96
" poor-eggs-enjoy" ,
95
97
" poor-seahorses-flash" ,
96
98
" popular-mangos-rest" ,
99
+ " pretty-ties-help" ,
97
100
" purple-dragons-peel" ,
98
101
" quiet-camels-mate" ,
99
102
" rare-pears-whisper" ,
146
149
" two-dragons-yell" ,
147
150
" two-falcons-buy" ,
148
151
" unlucky-boxes-obey" ,
152
+ " unlucky-trees-lick" ,
149
153
" wet-games-fly" ,
150
154
" wicked-clouds-exercise" ,
151
155
" 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: improve script ` lang ` attribute detection ([ #10046 ] ( https://github.com/sveltejs/svelte/pull/10046 ) )
8
+
9
+ - fix: add types for popover attributes and events ([ #10041 ] ( https://github.com/sveltejs/svelte/pull/10041 ) )
10
+
11
+ - fix: skip generating $.proxy() calls for unary and binary expressions ([ #9979 ] ( https://github.com/sveltejs/svelte/pull/9979 ) )
12
+
13
+ - fix: ensure if block is executed in correct order ([ #10053 ] ( https://github.com/sveltejs/svelte/pull/10053 ) )
14
+
3
15
## 5.0.0-next.27
4
16
5
17
### 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