Commit Graph

602 Commits (777527b5a3358fe0a9e05fa68fef7363150d57e8)

Author SHA1 Message Date
Dominic Gannaway 777527b5a3
fix: remove memory leak from retaining old DOM elements (#11197)
2 years ago
Dominic Gannaway 63456f1df9
fix: remove memory leak from bind:this (#11194)
2 years ago
github-actions[bot] 9aebae83a5
Version Packages (next) (#11192)
2 years ago
Rich Harris 1c33ff0107
fix: make snippet effects transparent for transitions (#11195)
2 years ago
Rich Harris 8fef412dbb
feat: use state proxy ancestry for ownership validation (#11184)
2 years ago
Dominic Gannaway 77ed790fb3
fix: ensure bind:this unmount behavior for members is conditional (#11193)
2 years ago
Simon H e7869faf4d
fix: return ast from `compile` (#11191)
2 years ago
github-actions[bot] 30fa876a79
Version Packages (next) (#11186)
2 years ago
Dominic Gannaway 18097478fc
breaking: remove unstate(), replace with $state.snapshot rune (#11180)
2 years ago
Simon H cd7c3fea16
fix: more accurate default value handling (#11183)
2 years ago
github-actions[bot] ae7d73453c
Version Packages (next) (#11176)
2 years ago
Dominic Gannaway 2fa095b61e
fix: improve spreading of attributes (#11177)
2 years ago
Daniel d061f2f137
fix: ssr comments in head elements that require raw content (#10936)
2 years ago
github-actions[bot] 322737ac01
Version Packages (next) (#11162)
2 years ago
Tan Li Hau 8caaa375cf
feat: add reactive URL object to svelte/reactivity (#11157)
2 years ago
Rich Harris 2cefd785a4
fix: make ownership validation work with HMR (#11171)
2 years ago
Tan Li Hau a092899843
feat: update error message for snippet binding and assignments (#11168)
2 years ago
Tan Li Hau d1976c07ff
fix: fix string name of reactive map and set iterator (#11169)
2 years ago
Tan Li Hau 9b67ee18eb
fix: throw error when auto-subscribed store variable shadow by local variable (#11170)
2 years ago
Rich Harris f90639d89c
add missing changeset for #11155 (#11161)
2 years ago
github-actions[bot] be842425f5
Version Packages (next) (#11154)
2 years ago
Rich Harris 02f8dafeaa
changeset (#11153)
2 years ago
github-actions[bot] 70ddaf4048
Version Packages (next) (#11133)
2 years ago
Dominic Gannaway 19144b000f
fix: add validation around disallowed sequence expressions to element attributes (#11149)
2 years ago
Tan Li Hau 15eb5b5864
fix: missing classes after dynamic expressions in class attributes (#11134)
2 years ago
Rich Harris d5776c3ec3
feat: simplify HMR implementation (#11132)
2 years ago
github-actions[bot] a740b7bb43
Version Packages (next) (#11130)
2 years ago
Dominic Gannaway 0896543e67
fix: further improvements to hmr component key generation (#11129)
2 years ago
github-actions[bot] 3f9f28604e
Version Packages (next) (#11126)
2 years ago
Dominic Gannaway 53e6a99458
fix: use correct meta property for hmr key (#11125)
2 years ago
github-actions[bot] 37b689b320
Version Packages (next) (#11121)
2 years ago
Dominic Gannaway b01af747e8
fix: use keys for hmr modules (#11123)
2 years ago
Dominic Gannaway 1183984f68
fix: addresses reactive Set bug in certain engines (#11120)
2 years ago
github-actions[bot] 710c8f4924
Version Packages (next) (#11111)
2 years ago
Dominic Gannaway afe1d11a5b
feat: hot module reloading support for Svelte 5 (#11106)
2 years ago
Dominic Gannaway 3bb231197e
fix: loosen proxy signal creation heuristics (#11109)
2 years ago
Simon H 27891cb2dd
fix: ensure top level snippets are defined when binding to component prop (#11104)
2 years ago
github-actions[bot] e8f7437cf6
Version Packages (next) (#11093)
2 years ago
Simon H 5a1c756a4e
fix: execute sole static script tag (#11095)
2 years ago
Dominic Gannaway 3c2f4d2d55
fix: improve hydration of svelte head blocks (#11099)
2 years ago
Dominic Gannaway 48549f7d00
fix: improve internal proxied state signal heuristic (#11102)
2 years ago
Simon H ed9bab9200
fix: better sibling selector handling (#11096)
2 years ago
Dominic Gannaway 3462c54fd2
fix: improve compiled output of multiple call expression in single text node (#11097)
2 years ago
Simon H 22494be9ec
feat: introduce `$host` rune, deprecate `createEventDispatcher` (#11059)
2 years ago
Simon H 8578857332
fix: ensure deep mutation ownership widening (#11094)
2 years ago
Simon H b1a8038f8b
fix: make static `element` property available (#11079)
2 years ago
github-actions[bot] dfc55c18f0
Version Packages (next) (#11072)
2 years ago
Simon H a9e15bdf2d
breaking: robustify interop of exports and props (#11064)
2 years ago
Dominic Gannaway 452749494e
Fix unowned bug 2 (#11077)
2 years ago
Rich Harris 8cbe8c1197
fix: bundle CSS types (#11067)
2 years ago