File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 3232 " brown-spoons-boil" ,
3333 " chatty-beans-divide" ,
3434 " chatty-cups-drop" ,
35+ " chatty-sloths-allow" ,
3536 " chatty-taxis-juggle" ,
3637 " chilled-pumas-invite" ,
3738 " chilly-dolphins-lick" ,
116117 " honest-icons-change" ,
117118 " hungry-boxes-relate" ,
118119 " hungry-dots-fry" ,
120+ " hungry-singers-share" ,
119121 " hungry-tips-unite" ,
120122 " hungry-trees-travel" ,
121123 " itchy-beans-melt" ,
165167 " nervous-spoons-relax" ,
166168 " new-boats-wait" ,
167169 " new-rabbits-flow" ,
170+ " nice-avocados-move" ,
168171 " ninety-dingos-walk" ,
169172 " odd-buckets-lie" ,
170173 " odd-needles-joke" ,
211214 " rotten-bags-type" ,
212215 " rotten-buckets-develop" ,
213216 " rotten-experts-relax" ,
217+ " rotten-poems-applaud" ,
214218 " rude-ghosts-tickle" ,
215219 " selfish-dragons-knock" ,
216220 " selfish-tools-hide" ,
237241 " slimy-walls-draw" ,
238242 " slow-beds-shave" ,
239243 " slow-chefs-dream" ,
244+ " slow-kids-sparkle" ,
240245 " slow-wombats-reply" ,
241246 " small-papayas-laugh" ,
242247 " smart-parents-swim" ,
276281 " tall-tigers-wait" ,
277282 " tame-cycles-kneel" ,
278283 " tame-spies-drum" ,
284+ " tasty-cheetahs-appear" ,
279285 " tasty-numbers-perform" ,
280286 " ten-foxes-repeat" ,
287+ " ten-jokes-divide" ,
281288 " ten-peaches-sleep" ,
282289 " ten-ties-repair" ,
283290 " ten-worms-reflect" ,
297304 " tidy-buses-whisper" ,
298305 " tidy-starfishes-allow" ,
299306 " tiny-kings-whisper" ,
307+ " tough-radios-punch" ,
300308 " twelve-dragons-join" ,
301309 " twelve-onions-juggle" ,
302310 " twelve-worms-jog" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.69
4+
5+ ### Patch Changes
6+
7+ - perf: bail early when traversing non-state ([ #10654 ] ( https://github.com/sveltejs/svelte/pull/10654 ) )
8+
9+ - feat: improve ssr html mismatch validation ([ #10658 ] ( https://github.com/sveltejs/svelte/pull/10658 ) )
10+
11+ - fix: improve ssr output of dynamic textarea elements ([ #10638 ] ( https://github.com/sveltejs/svelte/pull/10638 ) )
12+
13+ - fix: improve ssr code generation for class property $derived ([ #10661 ] ( https://github.com/sveltejs/svelte/pull/10661 ) )
14+
15+ - fix: warn when ` $props ` rune not called ([ #10655 ] ( https://github.com/sveltejs/svelte/pull/10655 ) )
16+
17+ - fix: improve derived rune destructuring support ([ #10665 ] ( https://github.com/sveltejs/svelte/pull/10665 ) )
18+
19+ - feat: allow arbitrary call expressions and optional chaining for snippets ([ #10656 ] ( https://github.com/sveltejs/svelte/pull/10656 ) )
20+
21+ - fix: add ` $set ` and ` $on ` methods in legacy compat mode ([ #10642 ] ( https://github.com/sveltejs/svelte/pull/10642 ) )
22+
323## 5.0.0-next.68
424
525### 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.68 " ,
5+ "version" : " 5.0.0-next.69 " ,
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.68 ' ;
9+ export const VERSION = '5.0.0-next.69 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments