File tree 4 files changed +28
-3
lines changed
4 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 9
9
"svelte.dev" : " 1.0.0"
10
10
},
11
11
"changesets" : [
12
+ " afraid-moose-matter" ,
12
13
" brave-walls-destroy" ,
13
14
" brown-spoons-boil" ,
14
15
" chilly-dolphins-lick" ,
16
+ " clean-eels-beg" ,
15
17
" cuddly-pianos-drop" ,
16
18
" curly-lizards-dream" ,
17
19
" eight-steaks-shout" ,
18
20
" eighty-bikes-camp" ,
21
+ " fifty-steaks-float" ,
19
22
" fresh-weeks-trade" ,
20
23
" funny-wombats-argue" ,
21
24
" good-pianos-jump" ,
27
30
" moody-owls-cry" ,
28
31
" poor-eggs-enjoy" ,
29
32
" quiet-camels-mate" ,
33
+ " rich-sheep-burn" ,
30
34
" rotten-buckets-develop" ,
35
+ " sharp-gorillas-impress" ,
31
36
" small-papayas-laugh" ,
37
+ " soft-geese-learn" ,
32
38
" sour-rules-march" ,
33
39
" strong-lemons-provide" ,
34
40
" tall-shrimps-worry" ,
35
41
" thirty-flowers-sit" ,
36
- " tiny-kings-whisper"
42
+ " tiny-kings-whisper" ,
43
+ " wicked-doors-train"
37
44
]
38
45
}
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: tweak script/style tag parsing/preprocessing logic ([ #9502 ] ( https://github.com/sveltejs/svelte/pull/9502 ) )
8
+
9
+ - fix: emit useful error on invalid binding to derived state ([ #9497 ] ( https://github.com/sveltejs/svelte/pull/9497 ) )
10
+
11
+ - fix: address unowned propagation signal issue ([ #9510 ] ( https://github.com/sveltejs/svelte/pull/9510 ) )
12
+
13
+ - fix: add top level snippets to instance scope ([ #9467 ] ( https://github.com/sveltejs/svelte/pull/9467 ) )
14
+
15
+ - fix: only treat instance context exports as accessors ([ #9500 ] ( https://github.com/sveltejs/svelte/pull/9500 ) )
16
+
17
+ - fix: allow setting files binding for ` <input type="file" /> ` ([ #9463 ] ( https://github.com/sveltejs/svelte/pull/9463 ) )
18
+
19
+ - fix: add missing visitor for assignments during compilation ([ #9511 ] ( https://github.com/sveltejs/svelte/pull/9511 ) )
20
+
3
21
## 5.0.0-next.4
4
22
5
23
### 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