File tree Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Expand file tree Collapse file tree 4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 225
225
" real-pandas-brush" ,
226
226
" red-doors-own" ,
227
227
" red-feet-worry" ,
228
+ " red-poets-study" ,
228
229
" rich-cobras-exist" ,
229
230
" rich-olives-yell" ,
230
231
" rich-sheep-burn" ,
258
259
" short-countries-rush" ,
259
260
" silent-apes-report" ,
260
261
" silly-laws-happen" ,
262
+ " silly-ways-wash" ,
261
263
" silver-points-approve" ,
262
264
" sixty-items-crash" ,
263
265
" slimy-clouds-talk" ,
266
268
" slow-beds-shave" ,
267
269
" slow-chefs-dream" ,
268
270
" slow-kids-sparkle" ,
271
+ " slow-plums-chew" ,
269
272
" slow-wombats-reply" ,
270
273
" small-papayas-laugh" ,
271
274
" small-sheep-type" ,
275
+ " small-spiders-fail" ,
272
276
" smart-parents-swim" ,
273
277
" smart-turkeys-tell" ,
274
278
" 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
+ - fix: allow runes for variable declarations in the template ([ #10879 ] ( https://github.com/sveltejs/svelte/pull/10879 ) )
8
+
9
+ - feat: take form resets into account for two way bindings ([ #10617 ] ( https://github.com/sveltejs/svelte/pull/10617 ) )
10
+
11
+ - fix: handle multiple snippet parameters with one or more being optional ([ #10833 ] ( https://github.com/sveltejs/svelte/pull/10833 ) )
12
+
13
+ - breaking: apply fallback value every time in runes mode ([ #10797 ] ( https://github.com/sveltejs/svelte/pull/10797 ) )
14
+
3
15
## 5.0.0-next.81
4
16
5
17
### 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