File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Expand file tree Collapse file tree 4 files changed +21
-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" ,
74
76
" lazy-months-knock" ,
75
77
" lazy-spiders-think" ,
76
78
" lemon-geese-drum" ,
79
+ " light-humans-hang" ,
77
80
" light-pens-watch" ,
78
81
" long-buckets-lay" ,
79
82
" long-crews-return" ,
91
94
" odd-schools-wait" ,
92
95
" odd-shoes-cheat" ,
93
96
" old-flies-jog" ,
97
+ " old-houses-drum" ,
94
98
" old-mails-sneeze" ,
95
99
" orange-dingos-poke" ,
96
100
" polite-dolphins-care" ,
114
118
" seven-deers-jam" ,
115
119
" seven-ravens-check" ,
116
120
" sharp-gorillas-impress" ,
121
+ " sharp-kids-happen" ,
117
122
" sharp-tomatoes-learn" ,
118
123
" shiny-baboons-play" ,
119
124
" 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: support TypeScript's ` satisfies ` operator ([ #10068 ] ( https://github.com/sveltejs/svelte/pull/10068 ) )
12
+
13
+ - fix: provide ` unstate ` in server environment ([ ` 877ff1ee7 ` ] ( https://github.com/sveltejs/svelte/commit/877ff1ee7d637e2248145d975748e1012a977396 ) )
14
+
15
+ - fix: always treat spread attributes as reactive and separate them if needed ([ #10071 ] ( https://github.com/sveltejs/svelte/pull/10071 ) )
16
+
3
17
## 5.0.0-next.28
4
18
5
19
### 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