File tree 4 files changed +33
-2
lines changed
4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 10
10
},
11
11
"changesets" : [
12
12
" afraid-moose-matter" ,
13
+ " beige-flies-wash" ,
13
14
" brave-walls-destroy" ,
14
15
" brown-spoons-boil" ,
15
16
" chatty-taxis-juggle" ,
16
17
" chilled-pumas-invite" ,
17
18
" chilly-dolphins-lick" ,
18
19
" clean-eels-beg" ,
19
20
" cold-birds-own" ,
21
+ " cool-ants-leave" ,
20
22
" cuddly-pianos-drop" ,
21
23
" curly-lizards-dream" ,
22
24
" dirty-garlics-design" ,
41
43
" honest-icons-change" ,
42
44
" hungry-dots-fry" ,
43
45
" hungry-tips-unite" ,
46
+ " itchy-beans-melt" ,
44
47
" itchy-lions-wash" ,
45
48
" khaki-mails-draw" ,
46
49
" khaki-moose-arrive" ,
47
50
" kind-deers-lay" ,
48
51
" kind-eagles-join" ,
49
52
" large-clouds-carry" ,
53
+ " lazy-masks-sit" ,
50
54
" lazy-spiders-think" ,
51
55
" lemon-geese-drum" ,
52
56
" light-pens-watch" ,
61
65
" odd-needles-joke" ,
62
66
" odd-schools-wait" ,
63
67
" odd-shoes-cheat" ,
68
+ " old-flies-jog" ,
64
69
" polite-pumpkins-guess" ,
70
+ " polite-ravens-study" ,
65
71
" poor-eggs-enjoy" ,
66
72
" popular-mangos-rest" ,
67
73
" quiet-camels-mate" ,
81
87
" soft-geese-learn" ,
82
88
" sour-forks-stare" ,
83
89
" sour-rules-march" ,
90
+ " spicy-plums-admire" ,
84
91
" stale-comics-look" ,
85
92
" strong-lemons-provide" ,
93
+ " sweet-mangos-beg" ,
86
94
" swift-ravens-hunt" ,
95
+ " swift-seahorses-deliver" ,
87
96
" tall-shrimps-worry" ,
88
97
" tall-tigers-wait" ,
89
98
" ten-worms-reflect" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.19
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add unstate utility function ([ #9776 ] ( https://github.com/sveltejs/svelte/pull/9776 ) )
8
+
9
+ - fix: ensure proxied array length is updated ([ #9782 ] ( https://github.com/sveltejs/svelte/pull/9782 ) )
10
+
11
+ - chore: fix compiler errors test suite ([ #9754 ] ( https://github.com/sveltejs/svelte/pull/9754 ) )
12
+
13
+ - fix: ensure transitions properly cancel on completion ([ #9778 ] ( https://github.com/sveltejs/svelte/pull/9778 ) )
14
+
15
+ - fix: ensure generated code does not use keywords as variable names ([ #9790 ] ( https://github.com/sveltejs/svelte/pull/9790 ) )
16
+
17
+ - feat: disallow fallback values with bindings in runes mode ([ #9784 ] ( https://github.com/sveltejs/svelte/pull/9784 ) )
18
+
19
+ - fix: apply event attribute validation to elements only ([ #9772 ] ( https://github.com/sveltejs/svelte/pull/9772 ) )
20
+
21
+ - fix: handle css nth-selector syntax ([ #9754 ] ( https://github.com/sveltejs/svelte/pull/9754 ) )
22
+
23
+ - feat: throw descriptive error for using runes globals outside of Svelte-compiled files ([ #9773 ] ( https://github.com/sveltejs/svelte/pull/9773 ) )
24
+
3
25
## 5.0.0-next.18
4
26
5
27
### 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.18 " ,
5
+ "version" : " 5.0.0-next.19 " ,
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.18 ' ;
9
+ export const VERSION = '5.0.0-next.19 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments