Commit Graph

271 Commits (changeset-release/main)

Author SHA1 Message Date
Dominic Gannaway cae5f1ed26
breaking: rename svelte/reactivity helpers to include Svelte prefix (#12248)
3 days ago
Simon H 33e44ea697
feat: allow `let props = $props()`, optimize prop read access (#12201)
7 days ago
Ahmad S d9e8acd0d8
docs: rename `$effect.active to `$effect.tracking` in REPL example (#12200)
1 week ago
Ahmad S b93adb7d00
docs: correct $effect examples (#12196)
1 week ago
Theodor Steiner 48d1ef96a6
fix(repl): attach listener above svelte event delegator (#12127) (#12135)
1 week ago
Dominic Gannaway 59f7bd6f9f
fix: improve await block behaviour in non-runes mode (#12179)
1 week ago
Dominic Gannaway e3d8ee6c6d
chore: add note for state.is using object.is (#12180)
1 week ago
Rich Harris 4540ff3118
docs: tweak effect docs (#11982)
1 week ago
Ben McCann 8ae5885d8d
chore: remove unused devDependencies (#12157)
2 weeks ago
Rich Harris 6c66680919
chore: bump typescript to 5.5 (#12126)
2 weeks ago
Dominic Gannaway ccb3c90cd5
breaking: rename $effect.active to $effect.tracking (#12022)
3 weeks ago
Rich Harris 3bfb302a63
chore: tweak effect docs (#11979)
4 weeks ago
Dominic Gannaway aadf629580
feat: add svelte/events package and export on function (#11912)
4 weeks ago
Simon H ba017db89d
docs: make legacy.componentApi more visible (#11924)
4 weeks ago
Dominic Gannaway 7714c934fe
chore: deprecate html in favour of body for render() (#11927)
4 weeks ago
Dillon Mulroy ae21d03a52
docs: Update svelte 5 preview faqs to include lsp formatting (#11906)
1 month ago
Marcos Rigoli 3acee5d246
docs: fix typo (#11893)
1 month ago
Sharath Kumar 35f92cf683
docs: update runes api.md (#11877)
1 month ago
Dominic Gannaway 3c87a69999
breaking: removed deferred event updates (#11855)
1 month ago
Ben McCann 9a86e3b5e6
chore: linting and formatting on a per-package basis (#11834)
1 month ago
Simon H fd942b7e65
chore: enable Vercel speed insights on preview site (#11823)
1 month ago
Simon H b1e01bf441
docs: clarify callback props and passing args (#11801)
1 month ago
Simon H 8c66b64e6b
feat: provide new `Component` type that represents the shape of components (#11775)
1 month ago
Rich Harris 0c4c2b023c
chore: use replaceState from SvelteKit to avoid warning (#11793)
1 month ago
Rich Harris 24151c4e9c
docs: document event delegation and effect deferral (#11747)
1 month ago
Rich Harris 0784ec0661
chore: apply formatting to console messages (#11735)
1 month ago
Rich Harris d4718e0755
playground: better console (#11719)
1 month ago
Rich Harris a17e84b61f
chore: tooltip tweaks (#11716)
1 month ago
Rich Harris 881040fb78
playground: reset on navigate (#11715)
1 month ago
Rich Harris 02520aea48
better tooltips in playground (#11705)
1 month ago
Rich Harris e45d1c37b6
chore: fix compiler warnings when developing preview site (#11699)
2 months ago
Rich Harris c49903f62b
chore: bump site-kit (#11698)
2 months ago
Rich Harris d288735fa8
breaking: disallow string literal values in `<svelte:element this="...">` (#11454)
2 months ago
Rich Harris 2e7e399160
chore: use indirect eval, avoid exposing stuff to the global scope (#11646)
2 months ago
Rich Harris a7b61c0f30
docs: use a canvas demo for `$effect` (#10745)
2 months ago
Simon H 13ce43a0a8
docs: document more breaking changes (#11636)
2 months ago
Dominic Gannaway f488a6e84a
feat: add $state.is rune (#11613)
2 months ago
Dominic Gannaway a8a5bb668f
fix: improve REPL stringify logic (#11609)
2 months ago
Matei Trandafir a2bc0f5f7d
Add documentation for svelte/elements (#11587)
2 months ago
이요 965afc5ccc
docs: correct variable references (#11582)
2 months ago
Dominic Gannaway 3103a0d81e
fix: improve REPL error button styling (#11547)
2 months ago
Rich Harris 4b7e0025a8
feat: better REPL autocomplete (#11530)
2 months ago
Luke Warlow 8be6fdde54
feat: MathML support (#11387)
2 months ago
Rich Harris 7a66927ca8
fix: bump esrap (#11392)
2 months ago
Simon H 0cf10a361e
docs: note jsdoc syntax for declaring props (#11370)
2 months ago
Rich Harris bda32edb1a
docs: on:keydown -> onkeydown (#11343)
2 months ago
Simon H cd798077b4
feat: provide migration function (#11334)
2 months ago
Rich Harris 9a887f8dab
chore: directly export function in non-HMR mode (#11333)
2 months ago
Rich Harris 476f2172b6
fix: mark `accessors` and `immutable` as deprecated (#11277)
2 months ago
Simon H 2d378bb762
breaking: disallow binding to component exports in runes mode (#11238)
2 months ago