File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 258
258
" short-countries-rush" ,
259
259
" silent-apes-report" ,
260
260
" silly-laws-happen" ,
261
+ " silly-ways-wash" ,
261
262
" silver-points-approve" ,
262
263
" sixty-items-crash" ,
263
264
" slimy-clouds-talk" ,
266
267
" slow-beds-shave" ,
267
268
" slow-chefs-dream" ,
268
269
" slow-kids-sparkle" ,
270
+ " slow-plums-chew" ,
269
271
" slow-wombats-reply" ,
270
272
" small-papayas-laugh" ,
271
273
" small-sheep-type" ,
274
+ " small-spiders-fail" ,
272
275
" smart-parents-swim" ,
273
276
" smart-turkeys-tell" ,
274
277
" smart-zebras-pay" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.82
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: take form resets into account for two way bindings ([ #10617 ] ( https://github.com/sveltejs/svelte/pull/10617 ) )
8
+
9
+ - fix: handle multiple snippet parameters with one or more being optional ([ #10833 ] ( https://github.com/sveltejs/svelte/pull/10833 ) )
10
+
11
+ - breaking: apply fallback value every time in runes mode ([ #10797 ] ( https://github.com/sveltejs/svelte/pull/10797 ) )
12
+
3
13
## 5.0.0-next.81
4
14
5
15
### 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.81 " ,
5
+ "version" : " 5.0.0-next.82 " ,
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.81 ' ;
9
+ export const VERSION = '5.0.0-next.82 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments