Commit Graph

626 Commits (2087b3eafecaa88a51bb84fd7d29a75ad70d01f1)

Author SHA1 Message Date
Rich Harris 2087b3eafe failing test
6 months ago
Rich Harris 6eac199514 failing test
7 months ago
Rich Harris e49f81f409 dont use flushSync
7 months ago
Rich Harris ce09353e93 tidy up
7 months ago
Rich Harris 27970367e1 Merge branch 'main' into async
7 months ago
Rich Harris a1adf2be6b
chore: squelch test console output (#15807)
7 months ago
Rich Harris 81f066fb89 update test
7 months ago
Rich Harris a469c39cc2 update test to not rely on props
7 months ago
Rich Harris 037e2895b4 fix
7 months ago
Rich Harris cc2b888c36 merge main
7 months ago
zeroberry b2d5787a09
fix: ensure `<svelte:boundary>` properly removes error content in production mode (#15793)
7 months ago
Paolo Ricciuti 3d80884029
fix: `update_version` after `delete` if `source` is `undefined` and `prop` in `target` (#15796)
7 months ago
Rich Harris 4b7130ea18 merge main
7 months ago
Paolo Ricciuti 7f473f618d
fix: allow accessing snippet in script tag (#15789)
7 months ago
Rich Harris 3d970d22c2 merge main -> async
7 months ago
Elliott Johnson e079ac92b8
fix: Throw on unrendered snippets in `dev` (#15766)
7 months ago
Simon H 26e574f27f
fix: ignore mutation validation for props that are not proxies in more cases (#15759)
7 months ago
Paolo Ricciuti fd0bc29973
fix: correctly validate head snippets on the server (#15755)
7 months ago
Paolo Ricciuti 69a427518d
fix: correctly validate `undefined` snippet params with default value (#15750)
7 months ago
Dominic Gannaway 9cafdd89d0
fix: improve internal_set versioning mechanic (#15724)
7 months ago
Rich Harris 6d195f0350
fix: handle hydration mismatches in await blocks (#15708)
7 months ago
Paolo Ricciuti 6c97a78049
fix: prevent ownership warnings if the fallback of a bindable is used (#15720)
7 months ago
Simon H 98d14ece66
fix: rework binding ownership validation (#15678)
7 months ago
Dominic Gannaway 80557bbc1c
fix: ensure clearing of old values happens independent of root flushes (#15664)
7 months ago
Simon H 959f593487
fix: ignore generic type arguments while creating AST (#15659)
7 months ago
Simon H 97542048df
fix: silence assignment warning on more function bindings (#15644)
7 months ago
Simon H 6f8068637c
fix: support TS type assertions (#15642)
7 months ago
Rich Harris 5a8fa69dbf
feat: make deriveds writable (#15570)
8 months ago
Dominic Gannaway 1f37c02f91
fix: ensure toStore root effect is connected to correct parent effect (#15574)
8 months ago
Paolo Ricciuti ade66c6fea
fix: use `get` in constructor for deriveds (#15300)
8 months ago
Rich Harris d2e79326c7
fix: don't depend on deriveds created inside the current reaction (#15564)
8 months ago
Paolo Ricciuti 5b9f0df8ee
fix: don't hoist listeners that access non hoistable snippets (#15534)
8 months ago
Dominic Gannaway 5d3aa2bda4
fix: ensure transient writes to tracked parent effects works as expected (#15506)
8 months ago
Dominic Gannaway 110d42062f
fix: on teardown, use the last known value for the signal before the set (#15469)
8 months ago
adiGuba c5912aad71
fix: null and warnings for local handlers (#15460)
8 months ago
adiGuba 30562b8780
chore: rewrite set_style() to handle directives (#15418)
8 months ago
adiGuba 2f685c1dba
fix: spreading style is not consistent with attribute (#15323)
8 months ago
Rich Harris 76f5ecfdab
fix: never deduplicate expressions in templates (#15451)
8 months ago
Rich Harris 3fc2007836
fix: run effect roots in tree order (#15446)
8 months ago
Rich Harris b82692af2f
feat: add `idPrefix` to `render` (#15428)
8 months ago
adiGuba fe343e9c50
fix: catch error on @const tag in svelte:boundary in DEV mode (#15369)
8 months ago
adiGuba 8fb2fb70e1
fix : bug "$0 is not defined" with svelte:element and a single class with a function call (#15396)
8 months ago
Rich Harris 4e417e1ee2 fix
8 months ago
Rich Harris a5275b2405 update test, remove unnecessary suspend
8 months ago
Rich Harris b18cd46982 update tests
8 months ago
adiGuba cf56973bf0
fix: class:directive not working with $$restProps (#15389)
8 months ago
Rich Harris ba68a937af update test
8 months ago
Rich Harris 7e0fdb5261 update tests
8 months ago
Rich Harris f77df36ff1 WIP
8 months ago
Rich Harris 8e90bb2f04 remove unused test
8 months ago