File tree Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Expand file tree Collapse file tree 4 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 30
30
" dirty-garlics-design" ,
31
31
" dirty-tips-add" ,
32
32
" dry-clocks-grow" ,
33
+ " dry-eggs-play" ,
34
+ " dry-eggs-retire" ,
33
35
" dull-mangos-wave" ,
34
36
" early-ads-tie" ,
35
37
" eight-steaks-shout" ,
49
51
" funny-wombats-argue" ,
50
52
" gentle-sheep-hug" ,
51
53
" giant-roses-press" ,
54
+ " good-cars-visit" ,
52
55
" good-pianos-jump" ,
53
56
" great-icons-retire" ,
54
57
" green-eggs-approve" ,
74
77
" lazy-months-knock" ,
75
78
" lazy-spiders-think" ,
76
79
" lemon-geese-drum" ,
80
+ " light-humans-hang" ,
77
81
" light-pens-watch" ,
78
82
" long-buckets-lay" ,
79
83
" long-crews-return" ,
91
95
" odd-schools-wait" ,
92
96
" odd-shoes-cheat" ,
93
97
" old-flies-jog" ,
98
+ " old-houses-drum" ,
94
99
" old-mails-sneeze" ,
100
+ " old-oranges-compete" ,
95
101
" orange-dingos-poke" ,
96
102
" polite-dolphins-care" ,
97
103
" polite-pumpkins-guess" ,
114
120
" seven-deers-jam" ,
115
121
" seven-ravens-check" ,
116
122
" sharp-gorillas-impress" ,
123
+ " sharp-kids-happen" ,
117
124
" sharp-tomatoes-learn" ,
118
125
" shiny-baboons-play" ,
119
126
" shiny-shrimps-march" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.29
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: improve text node output ([ #10081 ] ( https://github.com/sveltejs/svelte/pull/10081 ) )
8
+
9
+ - fix: improve style parser whitespace handling ([ #10077 ] ( https://github.com/sveltejs/svelte/pull/10077 ) )
10
+
11
+ - fix: allow input elements within button elements ([ #10083 ] ( https://github.com/sveltejs/svelte/pull/10083 ) )
12
+
13
+ - fix: support TypeScript's ` satisfies ` operator ([ #10068 ] ( https://github.com/sveltejs/svelte/pull/10068 ) )
14
+
15
+ - fix: provide ` unstate ` in server environment ([ ` 877ff1ee7 ` ] ( https://github.com/sveltejs/svelte/commit/877ff1ee7d637e2248145d975748e1012a977396 ) )
16
+
17
+ - fix: improve key block reactivity detection ([ #10092 ] ( https://github.com/sveltejs/svelte/pull/10092 ) )
18
+
19
+ - fix: always treat spread attributes as reactive and separate them if needed ([ #10071 ] ( https://github.com/sveltejs/svelte/pull/10071 ) )
20
+
3
21
## 5.0.0-next.28
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.28 " ,
5
+ "version" : " 5.0.0-next.29 " ,
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.28 ' ;
9
+ export const VERSION = '5.0.0-next.29 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments