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 1313 " angry-books-jam" ,
1414 " beige-flies-wash" ,
1515 " beige-rabbits-shave" ,
16+ " big-cars-serve" ,
17+ " brave-shrimps-kiss" ,
1618 " brave-walls-destroy" ,
1719 " breezy-carrots-flash" ,
1820 " bright-peas-juggle" ,
5355 " five-tigers-search" ,
5456 " flat-melons-protect" ,
5557 " forty-comics-invent" ,
58+ " forty-peaches-unite" ,
5659 " four-flies-hammer" ,
5760 " fresh-weeks-trade" ,
5861 " friendly-lies-camp" ,
5962 " funny-wombats-argue" ,
6063 " gentle-sheep-hug" ,
64+ " giant-moons-own" ,
6165 " giant-roses-press" ,
6266 " good-cars-visit" ,
6367 " good-pianos-jump" ,
114118 " old-mails-sneeze" ,
115119 " old-oranges-compete" ,
116120 " olive-kangaroos-brake" ,
121+ " olive-shirts-complain" ,
117122 " orange-dingos-poke" ,
118123 " polite-dolphins-care" ,
119124 " polite-pumpkins-guess" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.36
4+
5+ ### Patch Changes
6+
7+ - fix: transform textarea and contenteditable binding expressions ([ #10187 ] ( https://github.com/sveltejs/svelte/pull/10187 ) )
8+
9+ - fix: improve transition outro easing ([ #10190 ] ( https://github.com/sveltejs/svelte/pull/10190 ) )
10+
11+ - fix: ensure unstate() only deeply applies to plain objects and arrays ([ #10191 ] ( https://github.com/sveltejs/svelte/pull/10191 ) )
12+
13+ - fix: improve invalid nested interactive element error ([ #10199 ] ( https://github.com/sveltejs/svelte/pull/10199 ) )
14+
15+ - fix: react to mutated slot props in legacy mode ([ #10197 ] ( https://github.com/sveltejs/svelte/pull/10197 ) )
16+
317## 5.0.0-next.35
418
519### 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.35 " ,
5+ "version" : " 5.0.0-next.36 " ,
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.35 ' ;
9+ export const VERSION = '5.0.0-next.36 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments