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 167
167
" lovely-rules-eat" ,
168
168
" lucky-schools-hang" ,
169
169
" lucky-toes-begin" ,
170
+ " many-rockets-give" ,
170
171
" many-trees-fix" ,
172
+ " metal-lobsters-burn" ,
171
173
" mighty-cooks-scream" ,
172
174
" mighty-files-hammer" ,
173
175
" moody-carrots-lay" ,
240
242
" selfish-dragons-knock" ,
241
243
" selfish-spies-help" ,
242
244
" selfish-tools-hide" ,
245
+ " serious-gorillas-eat" ,
243
246
" serious-kids-deliver" ,
244
247
" serious-needles-joke" ,
245
248
" serious-socks-cover" ,
320
323
" ten-foxes-repeat" ,
321
324
" ten-jokes-divide" ,
322
325
" ten-peaches-sleep" ,
326
+ " ten-singers-cough" ,
323
327
" ten-ties-repair" ,
324
328
" ten-worms-reflect" ,
325
329
" thick-cycles-rule" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.83
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: more efficient if block compiler output ([ #10906 ] ( https://github.com/sveltejs/svelte/pull/10906 ) )
8
+
9
+ - fix: update type of ` options.target ` ([ #10892 ] ( https://github.com/sveltejs/svelte/pull/10892 ) )
10
+
11
+ - fix: correctly hydrate controlled each-else block ([ #10887 ] ( https://github.com/sveltejs/svelte/pull/10887 ) )
12
+
13
+ - fix: Add ` dirname ` to HTMLInputAttributes ([ #10908 ] ( https://github.com/sveltejs/svelte/pull/10908 ) )
14
+
3
15
## 5.0.0-next.82
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.82 " ,
5
+ "version" : " 5.0.0-next.83 " ,
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.82 ' ;
9
+ export const VERSION = '5.0.0-next.83 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments