Commit Graph

235 Commits (7ef686f8ee8e04cbda4f6698bbdc880b877478da)

Author SHA1 Message Date
Dominic Gannaway f488a6e84a
feat: add $state.is rune (#11613)
6 months ago
Dominic Gannaway a8a5bb668f
fix: improve REPL stringify logic (#11609)
6 months ago
Matei Trandafir a2bc0f5f7d
Add documentation for svelte/elements (#11587)
6 months ago
이요 965afc5ccc
docs: correct variable references (#11582)
6 months ago
Dominic Gannaway 3103a0d81e
fix: improve REPL error button styling (#11547)
6 months ago
Rich Harris 4b7e0025a8
feat: better REPL autocomplete (#11530)
6 months ago
Luke Warlow 8be6fdde54
feat: MathML support (#11387)
7 months ago
Rich Harris 7a66927ca8
fix: bump esrap (#11392)
7 months ago
Simon H 0cf10a361e
docs: note jsdoc syntax for declaring props (#11370)
7 months ago
Rich Harris bda32edb1a
docs: on:keydown -> onkeydown (#11343)
7 months ago
Simon H cd798077b4
feat: provide migration function (#11334)
7 months ago
Rich Harris 9a887f8dab
chore: directly export function in non-HMR mode (#11333)
7 months ago
Rich Harris 476f2172b6
fix: mark `accessors` and `immutable` as deprecated (#11277)
7 months ago
Simon H 2d378bb762
breaking: disallow binding to component exports in runes mode (#11238)
7 months ago
Rich Harris 1a341a25f0
docs: rename /docs/functions to /docs/imports, include svelte/reactivity, tweak various things (#11187)
7 months ago
Dominic Gannaway 18097478fc
breaking: remove unstate(), replace with $state.snapshot rune (#11180)
7 months ago
Rich Harris 2cefd785a4
fix: make ownership validation work with HMR (#11171)
7 months ago
Ben M 51faf07897
update runes $effect example (#11137)
7 months ago
Tee Ming fe21a799db
fix broken links (#11145)
7 months ago
Dominic Gannaway 4b52884b8a
fix: improve REPL console method wrapping (#11150)
7 months ago
Rich Harris a531625896
chore: generate coverage report when deploying site (#11110)
7 months ago
Dominic Gannaway afe1d11a5b
feat: hot module reloading support for Svelte 5 (#11106)
7 months ago
Rich Harris 48202597de
chore: allow preview site to work offline in local dev (#11091)
7 months ago
Simon H 22494be9ec
feat: introduce `$host` rune, deprecate `createEventDispatcher` (#11059)
8 months ago
Simon H 6b7f1162ad
docs: note walk breaking change (#11078)
8 months ago
Simon H a9e15bdf2d
breaking: robustify interop of exports and props (#11064)
8 months ago
Rich Harris 071d6314d9
chore: fix local dev (#11074)
8 months ago
dependabot[bot] b2892b02e1
chore(deps-dev): bump vite from 5.0.12 to 5.0.13 (#11054)
8 months ago
Rich Harris bb1d229e26
fix docs (#11048)
8 months ago
Dominic Gannaway ade3d1afb9
fix: improve $effect.active REPL autocomplete (#11027)
8 months ago
Rich Harris 4f3fae7c6d
chore: compiler subpackage (#10988)
8 months ago
Ignatius Bagus 0fa9d16e53
docs: fix $bindable hash link (#11011)
8 months ago
Rich Harris b6fab1cb91
chore: squelch vite warning (#11005)
8 months ago
Simon H 3eef1cb8cf
feat: take form resets into account for two way bindings (#10617)
8 months ago
Simon H 416bc85d9c
breaking: add $bindable() rune to denote bindable props (#10851)
8 months ago
Rich Harris 9ff8029fb2
docs: replace out-of-date info (#10822)
8 months ago
Dominic Gannaway fe3b3b463c
feat: adds reactive Map class to svelte/reactivity (#10803)
8 months ago
Antonio Sarcevic 9223032a2a
fix: replace span with button (a11y) (#10763)
8 months ago
Rich Harris 77f39ea988
breaking: make `$props()` rune non-generic (#10694)
8 months ago
Rich Harris 14492ad639
docs: simplify when-not-to-use-effects (#10749)
8 months ago
Rich Harris 5086ef4b07
docs: use a `setInterval` demo (#10747)
8 months ago
Simon H ecf9760f7d
chore: use Svelte 5 for preview site (#10731)
8 months ago
Dominic Gannaway 6f3fcc0696
Untrack other REPL console methods and add comment (#10755)
8 months ago
Ben McCann 6a01f48325
docs: clarify effect alternatives section (#10718)
9 months ago
Dominic Gannaway 26c9068eab
fix: untrack console.log calls on REPL (#10706)
9 months ago
Simon H ee04f973b2
docs: enhance `$effect` documentation (#10680)
9 months ago
Simon H 749d3aa413
fix: add `$set` and `$on` methods in legacy compat mode (#10642)
9 months ago
Rich Harris 9c8e643b64
disable inspector (#10531)
9 months ago
Rich Harris ce8495c66d
chore: fix preview site (#10519)
9 months ago
Simon H 2755401034
breaking: remove `createRoot`, adjust `mount`/`hydrate` APIs, introduce `unmount` (#10516)
9 months ago