File tree 4 files changed +15
-2
lines changed
4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 33
33
" fresh-weeks-trade" ,
34
34
" friendly-lies-camp" ,
35
35
" funny-wombats-argue" ,
36
+ " gentle-sheep-hug" ,
36
37
" good-pianos-jump" ,
37
38
" great-icons-retire" ,
38
39
" green-eggs-approve" ,
66
67
" rare-pears-whisper" ,
67
68
" rich-sheep-burn" ,
68
69
" rotten-buckets-develop" ,
70
+ " selfish-tools-hide" ,
71
+ " serious-socks-cover" ,
69
72
" serious-zebras-scream" ,
70
73
" seven-deers-jam" ,
71
74
" seven-ravens-check" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.18
4
+
5
+ ### Patch Changes
6
+
7
+ - chore: more validation errors ([ #9723 ] ( https://github.com/sveltejs/svelte/pull/9723 ) )
8
+
9
+ - fix: ensure computed props are cached with derived ([ #9757 ] ( https://github.com/sveltejs/svelte/pull/9757 ) )
10
+
11
+ - fix: ensure event handlers containing arguments are not hoisted ([ #9758 ] ( https://github.com/sveltejs/svelte/pull/9758 ) )
12
+
3
13
## 5.0.0-next.17
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.17 " ,
5
+ "version" : " 5.0.0-next.18 " ,
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.17 ' ;
9
+ export const VERSION = '5.0.0-next.18 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments