Commit Graph

2353 Commits (svelte@5.48.2)

Author SHA1 Message Date
github-actions[bot] e1427aa0c8
Version Packages (#17531)
1 week ago
Benjamin Tamasi 6046bbb456
fix: export `wait` function from internal client index (#17530)
1 week ago
github-actions[bot] 9108404450
Version Packages (#17517)
1 week ago
Rich Harris 9b6539a8ef
fix: properly hydrate await in `{@html}` (alternative) (#17528)
2 weeks ago
Paolo Ricciuti 917ea2d4ae
fix: account for empty statements when visiting in transform async (#17524)
2 weeks ago
Rich Harris 1ff7dd6123
fix: batch resolution of async work (#17511)
2 weeks ago
David 7719d0312c
fix: perf regression with async mode (#17461)
2 weeks ago
Rich Harris f9cc2d25b9
fix: better code generation for const tags with async dependencies (#17518)
2 weeks ago
Paolo Ricciuti d95887deb6
fix: hoist snippets above const in same block (#17516)
2 weeks ago
github-actions[bot] c1fab8caae
Version Packages (#17508)
2 weeks ago
Rich Harris f679259232
fix: prevent duplicate dependencies without using array.includes (#17503)
2 weeks ago
Tensorworker d3776c1723
fix: handle non-string values in svelte:element this attribute (#17499)
2 weeks ago
Elliott Johnson c9ebd6a885
feat: export `parseCss` from `svelte/compiler` (#17496)
2 weeks ago
github-actions[bot] 16e9c70d1e
Version Packages (#17488)
2 weeks ago
Paolo Ricciuti 4ea7631bf5
fix: trigger selectedcontent reactivity (#17486)
2 weeks ago
github-actions[bot] 9cf60666ea
Version Packages (#17480)
2 weeks ago
Paolo Ricciuti 645eb12258
feat: customizable select (#17429)
2 weeks ago
Paolo Ricciuti a903e9408b
fix: mark subtree of svelte boundary as dynamic (#17468)
3 weeks ago
Paolo Ricciuti 17c22969d8
fix: don't reset static elements with debug/snippets (#17477)
3 weeks ago
github-actions[bot] 0718a26b43
Version Packages (#17476)
3 weeks ago
Elliott Johnson ef81048e23
Merge commit from fork
3 weeks ago
github-actions[bot] ed8dcd0636
Version Packages (#17458)
3 weeks ago
github-actions[bot] 51c7f7152c
Version Packages (#17410)
3 weeks ago
David 7dbb5b4788
fix: derived reactivity and perf regressions (#17362)
3 weeks ago
Rich Harris ae224bea49
fix: always reconnect deriveds in get, when appropriate (#17451)
3 weeks ago
Rich Harris 286b40c452 fix: prevent derives without dependencies from ever re-running (#17445)
4 weeks ago
Rich Harris 7ad5772309
fix: notify deriveds of changes to sources inside forks (#17437)
4 weeks ago
Rich Harris 4f49ea8961
fix: don't revert source to UNINITIALIZED state when time travelling (#17409)
4 weeks ago
Rich Harris ac7c7646bc
fix: don't transform references of function declarations in legacy mode (#17431)
4 weeks ago
Rich Harris 044dce9da5
fix: adjust `loc` property of `Program` nodes created from `<script>` elements (#17428)
4 weeks ago
Rich Harris 41e8643814
fix: clear batch between runs (alternative approach) (#17424)
4 weeks ago
Tee Ming b1f44c46c3
fix: correctly compile server code when using `$inspect` after a top-level await expression (#17407)
1 month ago
github-actions[bot] d8085c24ba
Version Packages (#17388)
1 month ago
Rich Harris 31ac74fac7
fix: skip static optimisation for stateless deriveds after await (#17389)
1 month ago
That Richan acd752524b
feat: type `currentTarget` in `on` function (#17370)
1 month ago
Rich Harris 95a895a9d9
fix: prevent infinite loop when HMRing a component with an `await` (#17380)
1 month ago
github-actions[bot] 435da13fdd
Version Packages (#17358)
2 months ago
Elliott Johnson c86c4fdca1
feat: Add CSP support for `hydratable` (#17338)
2 months ago
github-actions[bot] 5f249abeae
Version Packages (#17353)
2 months ago
Elliott Johnson 00459a1d78
fix: race condition when importing `AsyncLocalStorage` (#17350)
2 months ago
github-actions[bot] a544a9d5f3
Version Packages (#17343)
2 months ago
Rich Harris b268ccbf44
fix: correctly reschedule deferred effects when reviving a batch after async work (#17332)
2 months ago
Manuel a584ff1347
fix: correctly print `!doctype` during `print` (#17341)
2 months ago
github-actions[bot] 01cd35211b
Version Packages (#17331)
2 months ago
Ryan Atkinson 3cabb52534
fix: set Root start/end to null when fragment contains only whitespace (#17125)
2 months ago
Rich Harris 7ec9e4b3b1
fix: prevent erroneous `state_referenced_locally` warnings on prop fallbacks (#17329)
2 months ago
github-actions[bot] ebf7d94a71
Version Packages (#17328)
2 months ago
Random Fads 6ae3e908a1
fix: Added the "off" value to the TS definition for textarea's wrap attribute (#17326)
2 months ago
Manuel 123fab2731
fix: add more css selectors to `print()` (#17330)
2 months ago
Elliott Johnson 44058da346
fix: Don't crash on `hydratable` serialization failures (#17315)
2 months ago