Stars 0 Forks 0 Watchers 0 Open issues 0 Open PRs 0
History
145 branches 1686 tags
chore: backport Netlify platform tests (#16281) 0274a20 2 weeks ago
chore: don't persist git credentials on checkout in release workflow … de0998a 2 weeks ago
fix: set `define` values on `globalThis` when running Vitest (#16246) a5bd7e2 2 weeks ago
chore: fix GitHub changelog not being automated (#16242) 5ef6ffb 2 weeks ago
fix: prevent unhandled promise rejection (#16219) 82b0370 3 weeks ago
fix: prevent prototype pollution when deleting file inputs (#16218) df32f6f 3 weeks ago
docs: update action versions in 50-adapter-static.md (#16204) 82790de 3 weeks ago
fix: return `undefined` from `fields.branch.issues()` when only `fiel… fd628a5 3 weeks ago
docs: illustrate how to check validity (#16186) f2fd815 3 weeks ago
docs: mention default value for `static` in environment variables sec… 65d3344 4 weeks ago
chore: pin Deno version in CI (#16176) dcbafa4 4 weeks ago
feat(remote form): expose `submitted` property (#14811) 4f6bcbb 4 weeks ago
fix: clear issues and touched states on form reset (#16163) 53d37f9 4 weeks ago
v2.68.0@sveltejs/[email protected]@sveltejs/[email protected] Version Packages (#16142) fef1827 4 weeks ago
feat: set value of `submit` fields when form is submitted (#15979) e82a0a8 4 weeks ago
fix: snapshot form fields on read (#16150) 6bde3b6 4 weeks ago
fix: strip field prefix before erroring on duplicates (#16151) 9161740 4 weeks ago
fix: ignore third-party monkeypatches in pushState/replaceState warni… 8d3c865 4 weeks ago
feat: expose `RemoteFormEnhanceInstance` and `RemoteFormEnhanceCallba… c426c6e 4 weeks ago
docs: remove mention that some browsers do not support esm in service… 7aa4cd0 4 weeks ago
docs: clarify `query` vs `prerender` on prerendered pages (#15408) 33a868d 4 weeks ago
fix: add `X-Accel-Buffering: no` header to `text/event-stream` respon… 2633f6a 4 weeks ago
fix: skip native_navigation when __data.json returns 404 on fallback … 81f253e 4 weeks ago
docs: clarify requested usage context (#16129) a3993dc 4 weeks ago
docs: explain behaviour of defaults (#16145) a8c2f66 4 weeks ago
chore: upgrade dependencies (#16149) e0af2c7 4 weeks ago
chore: fix navigation `type` hover info (#16147) 5e319b6 4 weeks ago
docs: show how you can render all links on server (#16146) 2c21484 4 weeks ago
chore: update vitest and opentelemetry dev deps (#16143) 3d9856c 4 weeks ago
chore: remove Node 18 and 20 from platform test matrix (#16144) b6aabf2 4 weeks ago
fix: EADDRINUSE: address already in use - when a stale SOCKET_PATH fi… c6c0d6b 4 weeks ago
docs: fix navigation type JSDoc formatting (#16128) 296f2b5 4 weeks ago
chore: move Node adapter e2e tests to platform tests (#16136) 118af9d 4 weeks ago
fix: call reset function via prototype (#16138) 2184960 4 weeks ago
chore: tighten up client.js types (#15928) 9dd859f 4 weeks ago
@sveltejs/[email protected]@sveltejs/[email protected] Version Packages (#16086) c5d0e83 4 weeks ago
chore: add failing tests for adapter-node (#16104) c54613f 4 weeks ago
fix: add handleInvalidUrl prerender option for non-HTTP URL schemes (… cf15fa0 4 weeks ago
revert #15354 (#16122) e87dc07 4 weeks ago
fix: avoid circular dependency (#16115) 6ddf670 4 weeks ago
fix: ensure server root directory is resolved correctly (#16114) 6261b50 4 weeks ago
chore: add descriptions to Node adapter options (#16105) 8e418cf 4 weeks ago
fix: ensure `ENV_PREFIX.length` works (#16106) ea309d4 4 weeks ago
fix: avoid overwriting `codeSplitting` for split apps (#16118) 2992e17 4 weeks ago
chore: fix internal types export target (#16113) d71dabb 4 weeks ago
fix (enhanced-img): the basePixels bug (#16091) 5a9b7f3 last month
chore: fix more flaky tests (#16061) 7b43b29 last month
feat(enhanced-img): add configurable image defaults and imagetools op… f38da40 last month
fix: allow optional remote form schema fields under `{exactOptionalPr… 5c76121 last month
@sveltejs/[email protected]@sveltejs/[email protected]@sveltejs/[email protected]@sveltejs/[email protected] Version Packages (#16062) 4c9b8f1 last month
fix: preflight schemas apply correctly when chained before `for` (#15… 276744d last month
chore: DRY out __sveltekit_xyz123 stuff (#16085) e8c8d84 last month
fix: fail early if a route with `+page` and `+server` is marked as pr… 4eabadc last month
chore: correctly type keys of the `URL` object (#16078) de47227 last month
chore: remove redundant JSDoc (#16079) b8883f4 last month
chore(deps): update actions/checkout action to v7 (#16084) ffc3b82 last month
fix: prefer pages over endpoints when prerendering (#16076) f8c842c last month
fix: enhanced img filter out query ids (#15617) 719c842 last month
fix: don't cache missing immutable asset 404s (#16077) 59f5262 last month
fix: blur active element before component update during navigation (#… 63f1b0b last month
feat: export `EnhancedImgAttributes` type (#15649) a3ff2c5 last month
fix: remove `types: ['node']` from generated tsconfig (#15709) 860b3c7 last month
fix: bundle entrypoints alongside app code (#16069) 4458582 last month
fix: show error.html when root layout load() throws in SPA mode (#15798) 8740132 last month
chore: await web-first assertions in basics client tests (#16068) 0d8ef59 last month
fix: Live query reconnect issues (#16022) d2e108c last month
feat: warn the user when they forget to make boolean inputs optional … 1c7a8dc last month
fix: log actual adapter-node listening address (#15899) 724811d last month
fix: restore snapshots after afterNavigate callbacks (#16066) d3aa5fe last month
fix: tick before resetting forms (#15805) 6fbf2b6 last month
fix: ensure `base` from `$service-worker` is available during dev (#1… 1dbff3f last month
fix: correct relative paths on error page for a missing `__data.json`… 961ba01 last month
feat: precompress prerendered .md and .mdx files (#15893) 03e9f66 last month
fix: omit empty `file` inputs from remote form data (#15898) 57b7b7b last month
fix: pass all unknown options from the sveltekit Vite plugin through … f430a68 last month
fix: support WebSocket protocol and Trusted Types Eval for CSP source… 0dd7659 last month
docs(adapter-node): list which env vars custom servers must implement… a4748be last month
docs: use modern dynamic-component syntax in the {#await} FAQ example… 758e781 last month
chore: make `set_env` synchronous (#16060) 0ccdb68 last month
chore: fix flaky tests (#16059) 913643c last month
fix: allow runtime/build only explicit environment variable validatio… c3b2c34 last month
fix: throw an error when prerendering a root +server.js that returns … 80cc084 last month
chore: remove unnecessary condition (#16056) 8bae090 last month
chore: bump prettier-plugin-svelte (#16055) c62ddd0 last month
chore: add `dts-buddy` to minimum age exclude list (#16057) 42e9bdd last month
fix: prevent unhandled rejections from reactively-consumed remote res… 82bcb7d last month
fix: preserve status code when remote function transport requests fai… a34e663 last month
chore(deps): bump vite from 6.4.2 to 6.4.3 in the npm_and_yarn group … 21c780e last month
fix: only reference `env.js`/`env.script.js` if dynamic public env va… d33bc6b last month
chore: Add tests for un-covered behaviors in LiveQuery (#16019) 726b13e last month
chore: fix broken release workflow (#16048) 7bdefe5 last month
fix: decode base64-serialized fetch bodies before caching them for cl… cc68acb last month
fix: allow `preloadCode` to be called during initial page load (#16028) f3f0c94 last month
fix: mark remote function responses as non-cacheable (#16020) 5ced880 last month
fix: normalize path separators when comparing config (#16037) 1cfc838 last month