Commit Graph

312 Commits (93ffb4dbeb910ce9e118e2e2be0c25e8f40d250d)

Author SHA1 Message Date
Simon H c4b721584a
chore: repo cleanup (#13029)
4 weeks ago
Rich Harris b92fe7951b
docs: add note on stricter attribute syntax (#12988)
4 weeks ago
Rich Harris 213258b024
docs: add note on when effects re-run (#12961)
1 month ago
Rich Harris 9f962d6f81
breaking: remove `$state.link` (#12943)
1 month ago
Simon H 732dbf7fa9
breaking: deprecate `context="module"` in favor of `module` (#12948)
1 month ago
Rich Harris 0b51ff04b0
breaking: remove `$state.link` callback (#12942)
1 month ago
Rich Harris 78677e40ef
fix: align list of passive events with browser defaults, and add documentation (#12933)
1 month ago
Dominic Gannaway 63ec2e2e88
feat: adds $state.link rune (#12545)
1 month ago
Simon H 8aed27db97
fix: allow mixing slots and snippets in custom elements mode (#12929)
1 month ago
Dominic Gannaway a8c6b92f9a
chore: remove $state.is from docs (#12927)
1 month ago
Rich Harris 44a780fb9c
bump sveltekit (#12923)
1 month ago
Simon H 1681b218cf
docs: mention removal of `foreign` namespace (#12906)
1 month ago
brunnerh 686b0865c5
docs: Move note on runes mode that ended up in wrong section. (#12876)
1 month ago
Rich Harris c8f963ab97
docs: add note on destructured declarations (#12873)
1 month ago
brunnerh d64aee7432
docs: Add `<svelte:component>` deprecation section also to preview docs. (#12862)
1 month ago
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