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 225225 " real-pandas-brush" ,
226226 " red-doors-own" ,
227227 " red-feet-worry" ,
228+ " red-poets-study" ,
228229 " rich-cobras-exist" ,
229230 " rich-olives-yell" ,
230231 " rich-sheep-burn" ,
258259 " short-countries-rush" ,
259260 " silent-apes-report" ,
260261 " silly-laws-happen" ,
262+ " silly-ways-wash" ,
261263 " silver-points-approve" ,
262264 " sixty-items-crash" ,
263265 " slimy-clouds-talk" ,
266268 " slow-beds-shave" ,
267269 " slow-chefs-dream" ,
268270 " slow-kids-sparkle" ,
271+ " slow-plums-chew" ,
269272 " slow-wombats-reply" ,
270273 " small-papayas-laugh" ,
271274 " small-sheep-type" ,
275+ " small-spiders-fail" ,
272276 " smart-parents-swim" ,
273277 " smart-turkeys-tell" ,
274278 " smart-zebras-pay" ,
Original file line number Diff line number Diff line change 11# svelte
22
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+
315## 5.0.0-next.81
416
517### Patch Changes
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.81 " ,
5+ "version" : " 5.0.0-next.82 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.81 ' ;
9+ export const VERSION = '5.0.0-next.82 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments