File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 12
12
" brave-walls-destroy" ,
13
13
" brown-spoons-boil" ,
14
14
" chilly-dolphins-lick" ,
15
+ " clean-eels-beg" ,
15
16
" cuddly-pianos-drop" ,
16
17
" curly-lizards-dream" ,
17
18
" eight-steaks-shout" ,
28
29
" poor-eggs-enjoy" ,
29
30
" quiet-camels-mate" ,
30
31
" rotten-buckets-develop" ,
32
+ " sharp-gorillas-impress" ,
31
33
" small-papayas-laugh" ,
34
+ " soft-geese-learn" ,
32
35
" sour-rules-march" ,
33
36
" strong-lemons-provide" ,
34
37
" tall-shrimps-worry" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: emit useful error on invalid binding to derived state ([ #9497 ] ( https://github.com/sveltejs/svelte/pull/9497 ) )
8
+
9
+ - fix: only treat instance context exports as accessors ([ #9500 ] ( https://github.com/sveltejs/svelte/pull/9500 ) )
10
+
11
+ - fix: allow setting files binding for ` <input type="file" /> ` ([ #9463 ] ( https://github.com/sveltejs/svelte/pull/9463 ) )
12
+
3
13
## 5.0.0-next.4
4
14
5
15
### 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.4 " ,
5
+ "version" : " 5.0.0-next.5 " ,
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.4 ' ;
9
+ export const VERSION = '5.0.0-next.5 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments