Commit Graph

162 Commits (adcceb4acaece8ec811fc6c8c815047302c767d7)

Author SHA1 Message Date
Rich Harris dfb6755514
feat: add compiler error when encountering a $-prefixed store value outside a `.svelte` file (#12799)
1 month ago
Rich Harris 9ba370f305
docs: replace `$state.frozen` docs with `$state.raw` (#12812)
1 month ago
Rich Harris 9a67ab15da
docs: fix section on browser requirements (#12804)
1 month ago
Rich Harris 5094cb9e89
feat: treat tag with `.` as a component, even if lowercase (#12798)
1 month ago
Simon H 8be7dd558b
feat: make `<svelte:component>` unnecessary in runes mode (#12646)
2 months ago
Simon H 85f2f161ed
chore: use queue_microtask on `#await` again (#12647)
2 months ago
Rich Harris 2e8a205161
chore: remove outdated comment (#12632)
2 months ago
Simon H 13d86e9019
feat: allow `:global` in more places (alternative) (#12560)
2 months ago
Dominic Gannaway afa3128d2f
breaking: avoid flushing queued updates on mount/hydrate (#12602)
2 months ago
Simon H 528d3468d0
docs: note hydration comments change (#12580)
2 months ago
Simon H 2698716bdf
docs: fine-tune $props types info (#12534)
2 months ago
Cevdet Arda Haran 0fb9fb9a95
docs: change meta element from "Description" to "description" (#12526)
2 months ago
Kohei Yoshino 0891fa7a18
docs: Fix a typo and spelling in Svelte 5 breaking changes doc (#12517)
2 months ago
Willow (GHOST) b88e667b85
docs: fix svelte 5 discord channel name & release estimation (#12465)
2 months ago
Rich Harris c287bd503d
Raw snippet alternative (#12425)
2 months ago
Rich Harris c92620dcbe
feat: skip pending block for already-resolved promises (#12274)
2 months ago
Simon H 73d97f7af9
docs: fix `$effect.pre` code example (#12444)
2 months ago
Simon H f58d60068d
docs: note default value breaking change to `bind:` in runes mode (#12412)
2 months ago
Simon H 42a7a0ecd8
chore: document `@html` and `<img src>` hydration change (#12373)
2 months ago
Paolo Ricciuti 2cee6fb141
fix: playground warnings (#12394)
2 months ago
Rich Harris d9860941eb
chore: expose HMR option, add disclaimer to compiler options UI (#12386)
2 months ago
Dominik G 9c1371a487
chore: bump vite-plugin-svelte to 4.0.0-next in demo and preview site (#12385)
2 months ago
Rich Harris a4f6407144
feat: universal injected css (#12374)
2 months ago
Rich Harris bdc45fdf7f
breaking: rename `legacy.componentApi` to `compatibility.componentApi` (#12370)
2 months ago
Rich Harris 27c54407b6
chore: expose css option in playground (#12369)
2 months ago
Simon H ba93e5fce3
breaking: play transitions on `mount` by default (#12351)
2 months ago
Dominic Gannaway cae5f1ed26
breaking: rename svelte/reactivity helpers to include Svelte prefix (#12248)
3 months ago
Simon H 33e44ea697
feat: allow `let props = $props()`, optimize prop read access (#12201)
3 months ago
Ahmad S d9e8acd0d8
docs: rename `$effect.active to `$effect.tracking` in REPL example (#12200)
3 months ago
Ahmad S b93adb7d00
docs: correct $effect examples (#12196)
3 months ago
Theodor Steiner 48d1ef96a6
fix(repl): attach listener above svelte event delegator (#12127) (#12135)
3 months ago
Dominic Gannaway 59f7bd6f9f
fix: improve await block behaviour in non-runes mode (#12179)
3 months ago
Dominic Gannaway e3d8ee6c6d
chore: add note for state.is using object.is (#12180)
3 months ago
Rich Harris 4540ff3118
docs: tweak effect docs (#11982)
3 months ago
Ben McCann 8ae5885d8d
chore: remove unused devDependencies (#12157)
3 months ago
Rich Harris 6c66680919
chore: bump typescript to 5.5 (#12126)
3 months ago
Dominic Gannaway ccb3c90cd5
breaking: rename $effect.active to $effect.tracking (#12022)
3 months ago
Rich Harris 3bfb302a63
chore: tweak effect docs (#11979)
3 months ago
Dominic Gannaway aadf629580
feat: add svelte/events package and export on function (#11912)
4 months ago
Simon H ba017db89d
docs: make legacy.componentApi more visible (#11924)
4 months ago
Dominic Gannaway 7714c934fe
chore: deprecate html in favour of body for render() (#11927)
4 months ago
Dillon Mulroy ae21d03a52
docs: Update svelte 5 preview faqs to include lsp formatting (#11906)
4 months ago
Marcos Rigoli 3acee5d246
docs: fix typo (#11893)
4 months ago
Sharath Kumar 35f92cf683
docs: update runes api.md (#11877)
4 months ago
Dominic Gannaway 3c87a69999
breaking: removed deferred event updates (#11855)
4 months ago
Ben McCann 9a86e3b5e6
chore: linting and formatting on a per-package basis (#11834)
4 months ago
Simon H fd942b7e65
chore: enable Vercel speed insights on preview site (#11823)
4 months ago
Simon H b1e01bf441
docs: clarify callback props and passing args (#11801)
4 months ago
Simon H 8c66b64e6b
feat: provide new `Component` type that represents the shape of components (#11775)
4 months ago
Rich Harris 0c4c2b023c
chore: use replaceState from SvelteKit to avoid warning (#11793)
4 months ago