File tree 4 files changed +18
-2
lines changed
4 files changed +18
-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" ,
42
43
" hungry-tips-unite" ,
43
44
" itchy-lions-wash" ,
44
45
" khaki-mails-draw" ,
46
+ " khaki-moose-arrive" ,
45
47
" kind-deers-lay" ,
46
48
" kind-eagles-join" ,
47
49
" large-clouds-carry" ,
66
68
" rare-pears-whisper" ,
67
69
" rich-sheep-burn" ,
68
70
" rotten-buckets-develop" ,
71
+ " selfish-tools-hide" ,
72
+ " serious-socks-cover" ,
69
73
" serious-zebras-scream" ,
70
74
" seven-deers-jam" ,
71
75
" 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: allow duplicate snippet declaration names ([ #9759 ] ( https://github.com/sveltejs/svelte/pull/9759 ) )
10
+
11
+ - fix: ensure computed props are cached with derived ([ #9757 ] ( https://github.com/sveltejs/svelte/pull/9757 ) )
12
+
13
+ - fix: ensure event handlers containing arguments are not hoisted ([ #9758 ] ( https://github.com/sveltejs/svelte/pull/9758 ) )
14
+
3
15
## 5.0.0-next.17
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.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