Commit Graph

192 Commits (remove-without-reactive-context)

Author SHA1 Message Date
Rich Harris 00aaad16b2
fix: generate correct code when encountering object expression statement () 4 months ago
dependabot[bot] 6ff1d0aa1b
chore(deps-dev): bump @sveltejs/kit from 2.5.24 to 2.8.3 () 4 months ago
Ben McCann 0b178cecce
chore: update all learn.svelte.dev links and a couple of others () 5 months ago
Fengzi 4a0c90e87d
docs: use new Svelte 5 event handler syntax on preview site examples () 5 months ago
Rich Harris fd78385447
chore: restructure docs for new site () 5 months ago
Simon H 6f03561ae4
breaking: scope :not(...) selectors () 5 months ago
Simon H eb6488cd90
breaking: scope `:has(...)` selectors () 5 months ago
Dominic Gannaway 0466e40680
breaking: use `<svelte-css-wrapper>` instead of `<div>` for style props () 5 months ago
Paolo Ricciuti 14ecedf33b
feat: migrate `svelte:self` () 5 months ago
Rich Harris 276443fe5e
preload on hover () 6 months ago
Simon H e4926d7507
docs: note html structure breaking change () 6 months ago
Rich Harris 2a1d1c1282
bump vite () 6 months ago
Geoff Cox 3d256727bb
docs: Add spread guidance for multiple event handlers () 6 months ago
Simon H ccbb0b1de2
docs: note event attributes in breaking changes () 6 months ago
Ben McCann e14c46fa9b
chore: upgrade svelte-check and changesets () 6 months ago
Simon H c4b721584a
chore: repo cleanup () 7 months ago
Rich Harris b92fe7951b
docs: add note on stricter attribute syntax () 7 months ago
Rich Harris 213258b024
docs: add note on when effects re-run () 7 months ago
Rich Harris 9f962d6f81
breaking: remove `$state.link` () 7 months ago
Simon H 732dbf7fa9
breaking: deprecate `context="module"` in favor of `module` () 7 months ago
Rich Harris 0b51ff04b0
breaking: remove `$state.link` callback () 7 months ago
Rich Harris 78677e40ef
fix: align list of passive events with browser defaults, and add documentation () 7 months ago
Dominic Gannaway 63ec2e2e88
feat: adds $state.link rune () 7 months ago
Simon H 8aed27db97
fix: allow mixing slots and snippets in custom elements mode () 7 months ago
Dominic Gannaway a8c6b92f9a
chore: remove $state.is from docs () 7 months ago
Rich Harris 44a780fb9c
bump sveltekit () 7 months ago
Simon H 1681b218cf
docs: mention removal of `foreign` namespace () 7 months ago
brunnerh 686b0865c5
docs: Move note on runes mode that ended up in wrong section. () 7 months ago
Rich Harris c8f963ab97
docs: add note on destructured declarations () 7 months ago
brunnerh d64aee7432
docs: Add `<svelte:component>` deprecation section also to preview docs. () 7 months ago
Rich Harris dfb6755514
feat: add compiler error when encountering a $-prefixed store value outside a `.svelte` file () 7 months ago
Rich Harris 9ba370f305
docs: replace `$state.frozen` docs with `$state.raw` () 7 months ago
Rich Harris 9a67ab15da
docs: fix section on browser requirements () 7 months ago
Rich Harris 5094cb9e89
feat: treat tag with `.` as a component, even if lowercase () 7 months ago
Simon H 8be7dd558b
feat: make `<svelte:component>` unnecessary in runes mode () 8 months ago
Simon H 85f2f161ed
chore: use queue_microtask on `#await` again () 8 months ago
Rich Harris 2e8a205161
chore: remove outdated comment () 8 months ago
Simon H 13d86e9019
feat: allow `:global` in more places (alternative) () 8 months ago
Dominic Gannaway afa3128d2f
breaking: avoid flushing queued updates on mount/hydrate () 8 months ago
Simon H 528d3468d0
docs: note hydration comments change () 8 months ago
Simon H 2698716bdf
docs: fine-tune $props types info () 8 months ago
Cevdet Arda Haran 0fb9fb9a95
docs: change meta element from "Description" to "description" () 8 months ago
Kohei Yoshino 0891fa7a18
docs: Fix a typo and spelling in Svelte 5 breaking changes doc () 8 months ago
Willow (GHOST) b88e667b85
docs: fix svelte 5 discord channel name & release estimation () 8 months ago
Rich Harris c287bd503d
Raw snippet alternative () 8 months ago
Rich Harris c92620dcbe
feat: skip pending block for already-resolved promises () 8 months ago
Simon H 73d97f7af9
docs: fix `$effect.pre` code example () 8 months ago
Simon H f58d60068d
docs: note default value breaking change to `bind:` in runes mode () 8 months ago
Simon H 42a7a0ecd8
chore: document `@html` and `<img src>` hydration change () 8 months ago
Paolo Ricciuti 2cee6fb141
fix: playground warnings () 8 months ago