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 149
149
" good-buses-reply" ,
150
150
" good-cars-visit" ,
151
151
" good-pianos-jump" ,
152
+ " good-plums-type" ,
152
153
" good-rivers-yawn" ,
153
154
" gorgeous-singers-rest" ,
154
155
" great-fans-unite" ,
257
258
" nice-avocados-move" ,
258
259
" nine-cooks-join" ,
259
260
" ninety-dingos-walk" ,
261
+ " ninety-dots-train" ,
260
262
" odd-buckets-lie" ,
261
263
" odd-needles-joke" ,
262
264
" odd-schools-wait" ,
480
482
" wise-donkeys-marry" ,
481
483
" wise-jobs-admire" ,
482
484
" wise-radios-exercise" ,
485
+ " wise-ties-clap" ,
483
486
" witty-camels-warn" ,
484
487
" witty-readers-provide" ,
485
488
" witty-steaks-dream" ,
486
489
" witty-tomatoes-care" ,
487
490
" witty-years-crash" ,
491
+ " yellow-pugs-raise" ,
488
492
" yellow-taxis-double" ,
493
+ " young-ads-roll" ,
489
494
" young-masks-refuse"
490
495
]
491
496
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.121
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: set correct component context when rendering snippets ([ #11401 ] ( https://github.com/sveltejs/svelte/pull/11401 ) )
8
+
9
+ - fix: detect style shorthands as stateful variables in legacy mode ([ #11421 ] ( https://github.com/sveltejs/svelte/pull/11421 ) )
10
+
11
+ - fix: improve unowned derived signal behaviour ([ #11408 ] ( https://github.com/sveltejs/svelte/pull/11408 ) )
12
+
13
+ - fix: rework binding type-checking strategy ([ #11420 ] ( https://github.com/sveltejs/svelte/pull/11420 ) )
14
+
15
+ - fix: improve html escaping of element attributes ([ #11411 ] ( https://github.com/sveltejs/svelte/pull/11411 ) )
16
+
3
17
## 5.0.0-next.120
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.120 " ,
5
+ "version" : " 5.0.0-next.121 " ,
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.120 ' ;
9
+ export const VERSION = '5.0.0-next.121 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments