You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/.changeset
Xia Chao 05b69164d1
fix: omit bind:focused from SSR output (#18724)
2 days ago
..
README.md chore: setup changesets (#8668) 3 years ago
async-store-sub-blocker.md fix: make template store subscriptions wait for the promise that assigns the store (#18582) 1 week ago
boundary-teardown-error-routing.md fix: route $derived teardown errors through invoke_error_boundary (#18486) 1 week ago
calm-dates-track.md fix: track SvelteDate snapshots in reactions (#18700) 5 days ago
clean-head-anchors.md fix: clean up svelte:head anchors on unmount (#18697) 5 days ago
config.json chore: switch to @changesets/changelog-github (#18570) 1 week ago
cool-spoons-tap.md fix: warn on undeclared shorthand event handlers on svelte:window/document/body (#18480) 1 week ago
eighty-moons-happen.md perf: reuse the cached value in the `<option>`/`<select>` value guard (#18713) 4 days ago
every-rabbits-rule.md fix: Fixes error thrown on use of select with no options (#18449) 5 days ago
fix-binding-ownership-ignore.md fix: apply ownership mutation ignores to bindings (#18718) 4 days ago
fix-hmr-onoutroend-double-fire.md fix: prevent onoutroend from firing twice when compilerOptions.hmr is true (#18655) 1 week ago
gentle-spaces-print.md fix: preserve whitespace after inline elements when printing (#18685) 1 week ago
gold-moons-shave.md perf: fold SSR block-open markers into the branch's first push (#18712) 4 days ago
great-hoops-tickle.md fix: run `onDestroy` callbacks when a server render throws (#18585) 1 week ago
heavy-pumas-report.md fix: report `derived_invalid_export` for `export let x = $derived(...)` (#18692) 4 days ago
hungry-plums-roll.md fix: don't apply scoped CSS class to elements inside <svelte:head> (#18160) 1 week ago
keep-radio-default-checked.md fix: keep defaultChecked on hydrated radio inputs with spread attributes (#18701) 4 days ago
large-schools-smell.md fix: accept `onfocusin`/`onfocusout` in `a11y_mouse_events_have_key_events` (#18689) 5 days ago
legacy-reactive-map-lookups.md perf: O(n²)→O(n) Map lookups for legacy reactive statements (#18602) 1 week ago
lemon-bikes-marry.md fix: distinct memoizer on style/class directives (#18466) 1 week ago
moody-lamps-slide.md fix: measure nested transitions before applying their starting styles (#18647) 4 days ago
olive-crabs-refuse.md fix: don't turn component instances stored in $state into state proxies (#18646) 1 week ago
olive-jars-repeat.md feat: export RenderOutput, SyncRenderOutput, Csp and Sha256Source from svelte/server (#18648) 1 week ago
olive-pugs-shake.md perf: emit `$.only_child` for elements with a single child (#18717) 4 days ago
omit-bind-focused-ssr.md fix: omit bind:focused from SSR output (#18724) 2 days ago
open-parents-stare.md fix: more robust rendering of Svelte custom element slots (#18710) 4 days ago
optimize-const-tag.md perf: optimize simple object destructuring in @const tags (#18390) 1 week ago
quiet-context-segment.md fix: end a restored reaction context at the end of its synchronous segment (#18694) 5 days ago
quiet-deriveds-unwind.md fix: commit a reaction's dependencies even when it throws (#18703) 4 days ago
quiet-falcons-search.md fix: don't resurrect outroing elements when an ancestor block is paused and resumed (#18431) 1 week ago
quiet-swans-invent.md perf: use `$.comment()` for single comment templates (#18714) 4 days ago
setters-cache-set.md perf: store setters cache as Set instead of Array (#18251) 5 days ago
slow-dots-smile.md fix: transform derived assignments and select function bindings correctly during server-side rendering (#18669) 4 days ago
ssr-empty-boolean-attribute.md fix: keep boolean attributes with an empty string value when rendering attribute objects on the server (#18721) 3 days ago
svelte-url-protocol-port.md fix: sync SvelteURL port when protocol setter clears it (#18705) 4 days ago
tall-hounds-tap.md feat: support `defaultValue` on `<select>` (#18591) 4 days ago
thick-plums-wave.md fix: block declaration tags on async values read inside closures (#18533) 4 days ago
three-peas-smoke.md fix: avoid css tree-shaking for exported Snippet (#18540) 5 days ago
tidy-owls-repeat.md perf: treat `<img loading>` as a static element again (#18711) 4 days ago
tidy-pandas-refuse.md fix: prevent `selectedcontent` mutation from changing the selected option (#18495) 1 week ago
tough-pandas-shout.md fix: avoid NaN keyframe values in slide transition (#18430) 1 week ago
tricky-donkeys-clap.md fix: preserve line feed character references in attribute values (#18691) 4 days ago
uppercase-hex-entities.md fix: decode uppercase-X hex numeric character references (#18708) 4 days ago
witty-donuts-explain.md docs: clarify when `$effect.pre` runs relative to DOM updates (#18534) 1 week ago
young-papers-hide.md fix: scope SSR boundary failed snippets to their boundary (#18593) 1 week ago

README.md

Changesets

Hello and welcome! This folder has been automatically generated by @changesets/cli, a build tool that works with multi-package repos, or single-package repos to help you version and publish your code. You can find the full documentation for it in our repository

We have a quick list of common questions to get you started engaging with this project in our documentation