Commit Graph

8684 Commits (new-class-opt)
 

Author SHA1 Message Date
Tan Li Hau 1510c13113
feat: add warning when using $bindable runes without calling it (#11181)
3 months ago
Dominic Gannaway 777527b5a3
fix: remove memory leak from retaining old DOM elements (#11197)
3 months ago
Dominic Gannaway 63456f1df9
fix: remove memory leak from bind:this (#11194)
3 months ago
github-actions[bot] 9aebae83a5
Version Packages (next) (#11192)
3 months ago
Simon H 1cc6a32069
fix: ConstTag AST tweak (#11196)
3 months ago
Rich Harris 1c33ff0107
fix: make snippet effects transparent for transitions (#11195)
3 months ago
Rich Harris 8fef412dbb
feat: use state proxy ancestry for ownership validation (#11184)
3 months ago
Dominic Gannaway 77ed790fb3
fix: ensure bind:this unmount behavior for members is conditional (#11193)
3 months ago
Simon H e7869faf4d
fix: return ast from `compile` (#11191)
3 months ago
Simon H 7363f873df
chore: remove unused code (#11190)
3 months ago
Rich Harris 1a341a25f0
docs: rename /docs/functions to /docs/imports, include svelte/reactivity, tweak various things (#11187)
3 months ago
github-actions[bot] 30fa876a79
Version Packages (next) (#11186)
3 months ago
Dominic Gannaway 18097478fc
breaking: remove unstate(), replace with $state.snapshot rune (#11180)
3 months ago
Simon H cd7c3fea16
fix: more accurate default value handling (#11183)
3 months ago
github-actions[bot] ae7d73453c
Version Packages (next) (#11176)
3 months ago
Dominic Gannaway 2fa095b61e
fix: improve spreading of attributes (#11177)
3 months ago
Daniel d061f2f137
fix: ssr comments in head elements that require raw content (#10936)
3 months ago
github-actions[bot] 322737ac01
Version Packages (next) (#11162)
3 months ago
Tan Li Hau 8caaa375cf
feat: add reactive URL object to svelte/reactivity (#11157)
3 months ago
Rich Harris 2cefd785a4
fix: make ownership validation work with HMR (#11171)
3 months ago
Tan Li Hau a092899843
feat: update error message for snippet binding and assignments (#11168)
3 months ago
Tan Li Hau d1976c07ff
fix: fix string name of reactive map and set iterator (#11169)
3 months ago
Tan Li Hau dd9a8a2578
feat: remove todo (#11167)
3 months ago
Tan Li Hau 9b67ee18eb
fix: throw error when auto-subscribed store variable shadow by local variable (#11170)
3 months ago
Rich Harris f90639d89c
add missing changeset for #11155 (#11161)
3 months ago
Rich Harris dc6a8398d1
Revert "fix: ensure deep mutation ownership widening" (#11155)
3 months ago
github-actions[bot] be842425f5
Version Packages (next) (#11154)
3 months ago
Rich Harris 02f8dafeaa
changeset (#11153)
3 months ago
Rich Harris c1a549e801
check generated types (#11068)
3 months ago
Ben M 51faf07897
update runes $effect example (#11137)
3 months ago
Tee Ming fe21a799db
fix broken links (#11145)
3 months ago
github-actions[bot] 70ddaf4048
Version Packages (next) (#11133)
3 months ago
Dominic Gannaway 4b52884b8a
fix: improve REPL console method wrapping (#11150)
3 months ago
Dominic Gannaway 19144b000f
fix: add validation around disallowed sequence expressions to element attributes (#11149)
3 months ago
Tan Li Hau 15eb5b5864
fix: missing classes after dynamic expressions in class attributes (#11134)
3 months ago
Rich Harris d5776c3ec3
feat: simplify HMR implementation (#11132)
3 months ago
github-actions[bot] a740b7bb43
Version Packages (next) (#11130)
3 months ago
Dominic Gannaway 0896543e67
fix: further improvements to hmr component key generation (#11129)
3 months ago
github-actions[bot] 3f9f28604e
Version Packages (next) (#11126)
3 months ago
Dominic Gannaway 53e6a99458
fix: use correct meta property for hmr key (#11125)
3 months ago
github-actions[bot] 37b689b320
Version Packages (next) (#11121)
3 months ago
Dominic Gannaway b01af747e8
fix: use keys for hmr modules (#11123)
3 months ago
Dominic Gannaway 1183984f68
fix: addresses reactive Set bug in certain engines (#11120)
3 months ago
Jeremiasz Major 0cf2e98322
chore: upgrade eslint to v9 (#11108)
3 months ago
Rich Harris a531625896
chore: generate coverage report when deploying site (#11110)
3 months ago
github-actions[bot] 710c8f4924
Version Packages (next) (#11111)
3 months ago
Dominic Gannaway afe1d11a5b
feat: hot module reloading support for Svelte 5 (#11106)
3 months ago
Dominic Gannaway e1b2d29eda
chore: add hmr compiler flag (#11112)
3 months ago
Dominic Gannaway 3bb231197e
fix: loosen proxy signal creation heuristics (#11109)
3 months ago
Simon H 27891cb2dd
fix: ensure top level snippets are defined when binding to component prop (#11104)
3 months ago