File tree 4 files changed +39
-2
lines changed
4 files changed +39
-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" ,
54
+ " lazy-months-knock" ,
50
55
" lazy-spiders-think" ,
51
56
" lemon-geese-drum" ,
52
57
" light-pens-watch" ,
56
61
" lucky-schools-hang" ,
57
62
" moody-frogs-exist" ,
58
63
" moody-owls-cry" ,
64
+ " neat-dingos-clap" ,
59
65
" new-boats-wait" ,
60
66
" ninety-dingos-walk" ,
61
67
" odd-needles-joke" ,
62
68
" odd-schools-wait" ,
63
69
" odd-shoes-cheat" ,
70
+ " old-flies-jog" ,
64
71
" polite-pumpkins-guess" ,
72
+ " polite-ravens-study" ,
65
73
" poor-eggs-enjoy" ,
66
74
" popular-mangos-rest" ,
67
75
" quiet-camels-mate" ,
81
89
" soft-geese-learn" ,
82
90
" sour-forks-stare" ,
83
91
" sour-rules-march" ,
92
+ " spicy-plums-admire" ,
84
93
" stale-comics-look" ,
85
94
" strong-lemons-provide" ,
95
+ " sweet-mangos-beg" ,
86
96
" swift-ravens-hunt" ,
97
+ " swift-seahorses-deliver" ,
87
98
" tall-shrimps-worry" ,
88
99
" tall-tigers-wait" ,
89
100
" 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
+ - feat: make fallback prop values readonly ([ #9789 ] ( https://github.com/sveltejs/svelte/pull/9789 ) )
16
+
17
+ - fix: tweak invalid dollar prefix rules around function args ([ #9792 ] ( https://github.com/sveltejs/svelte/pull/9792 ) )
18
+
19
+ - fix: ensure generated code does not use keywords as variable names ([ #9790 ] ( https://github.com/sveltejs/svelte/pull/9790 ) )
20
+
21
+ - feat: disallow fallback values with bindings in runes mode ([ #9784 ] ( https://github.com/sveltejs/svelte/pull/9784 ) )
22
+
23
+ - fix: apply event attribute validation to elements only ([ #9772 ] ( https://github.com/sveltejs/svelte/pull/9772 ) )
24
+
25
+ - fix: handle css nth-selector syntax ([ #9754 ] ( https://github.com/sveltejs/svelte/pull/9754 ) )
26
+
27
+ - feat: throw descriptive error for using runes globals outside of Svelte-compiled files ([ #9773 ] ( https://github.com/sveltejs/svelte/pull/9773 ) )
28
+
3
29
## 5.0.0-next.18
4
30
5
31
### 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.
1 commit comments
vercel[bot] commentedon Dec 5, 2023
Successfully deployed to the following URLs:
svelte-5-preview – ./sites/svelte-5-preview
svelte-5-preview-svelte.vercel.app
svelte-octane.vercel.app
svelte-5-preview-git-main-svelte.vercel.app
svelte-5-preview.vercel.app