Commit Graph

1316 Commits (f8bf2826ab8b1c443363fb90d22613713501b396)

Author SHA1 Message Date
Nathan Shively-Sanders 55367b387a Update for TS7
2 months ago
Rich Harris 1deb31082a
fix: abort and reschedule `$effect.pre` when necessary (#16335)
2 months ago
Simon H aabd333d89
fix: ensure subscriptions are picked up correctly by deriveds (#16466)
2 months ago
Rich Harris d3a01bd5a7
fix: always mark reactions of deriveds (#16457)
2 months ago
Rich Harris 5033c8e965
fix: tag stores for `$inspect.trace()` (#16452)
2 months ago
ComputerGuy e1e7a75d71
fix: allow async destructured deriveds (#16444)
2 months ago
ComputerGuy ad0b58ee96
fix: move ownership validation into async component body (#16449)
2 months ago
ComputerGuy 63cbe2108a
fix: disallow `export { foo as default }` in `<script module>` (#16447)
2 months ago
Simon H 27c90dfa83
fix: don't reexecute derived with no dependencies on teardown (#16438)
2 months ago
Elliott Johnson f5db130e2d
chore: Switch `payload.out` to an array (#16428)
2 months ago
Paolo Ricciuti c2da1ebb85
fix: keep effect in the graph if it has an abort controller (#16430)
2 months ago
Paolo Ricciuti bdf6adb411
fix: delegate functions with shadowed variables if declared locally (#16417)
2 months ago
Ray Thurn Void 9e1e7139fb
fix: robustify reset calls in error boundaries (#16171)
2 months ago
Rich Harris a67b5862f1
fix: more informative error when effects run in an infinite loop (#16405)
2 months ago
Rich Harris 09c9a3c165
fix: silence `$inspect` errors when the effect is about to be destroyed (#16391)
2 months ago
Simon H ee1ef6083a
fix: ensure compiler state is reset before compilation (#16396)
2 months ago
7nik 6cf3a19342
fix: better handle $inspect on array mutations (#16389)
2 months ago
ComputerGuy 8e73fd4b03
fix: don't log `await_reactivity_loss` warning when signal is read in `untrack` (#16385)
2 months ago
Rich Harris e01bd97bef
fix: update `$effect.pending()` immediately after a batch is removed (#16382)
2 months ago
Rich Harris 9134caca24
fix: only skip updating bound `<input>` if the input was the source of the change (#16373)
2 months ago
Rich Harris 96ff125fcf
chore: fix error boundary test (#16368)
2 months ago
Rich Harris be0818552d
chore: squelch hydration warning in test suite (#16336)
2 months ago
Ahmad S. 63b5ebf36e
fix: silence a11y warning for inert elements (#16339)
2 months ago
Rich Harris 0672e48223
feat: allow `await` in components (#15844)
2 months ago
Rich Harris a23599a196
fix: don't show adjusted error messages in boundaries (#16360)
2 months ago
Ahmad S. 96c1a10042
fix: silence autofocus a11y warning inside `<dialog>` (#16341)
2 months ago
Paolo Ricciuti c9098bcaa0
fix: use `state` instead of `source` in reactive classes (#16239)
2 months ago
Rich Harris 140462374a
fix: re-evaluate derived props during teardown (#16278)
2 months ago
Rich Harris cf2ff5e8dc
fix: abort and reschedule effect processing after state change in user effect (#16280)
2 months ago
Paolo Ricciuti 834cd91b36
fix: account for mounting when `select_option` in `attribute_effect` (#16309)
2 months ago
7nik c3348aea06
fix: do not proxify the value assigned to a derived (#16302)
2 months ago
Simon H 32882a956b
feat: add parent hierarchy to `__svelte_meta` objects at dev time (#16255)
3 months ago
Simon H 2f68131e9a
fix: revert props legacy mode regression (#16279)
3 months ago
Rich Harris b673145659
feat: add `getAbortSignal()` (#16266)
3 months ago
Rich Harris e896c55b6c
chore: bump esrap (#16240)
3 months ago
Simon H 7019894fd9
fix: ensure unowned deriveds can add themselves as reactions while connected (#16249)
3 months ago
Rich Harris da2feafe67
chore: silence some pesky logs (#16241)
3 months ago
Paolo Ricciuti 922bee9a6d
fix: use fine grained for template if the component is not explicitly in legacy mode (#16232)
3 months ago
Fedor Nezhivoi 2af7ba2156
fix: lift unsafe_state_mutation constraints for SvelteSet and SvelteMap created inside the derived (#16221)
3 months ago
Paolo Ricciuti c4b32c2bff
fix: untrack `$inspect.with` and add check for unsafe mutation (#16209)
3 months ago
7nik 4db4ee5330
chore: rid of nodeType magic numbers (#16208)
3 months ago
7nik 659198a95c
fix: address css class matching regression (#16204)
3 months ago
7nik 2b20a2d16b
fix: match class and style directives against attribute selector (#16179)
3 months ago
Ray Thurn Void de90fc8dce
Test array sort in effect to prevent regressions of this use-case (#16175)
3 months ago
floriskn 579d0e6636
fix: ensure undefined attributes are removed during hydration (#16178)
3 months ago
Simon H a5f500e7c0
fix: keep spread non-delegated event handlers up to date (#16180)
3 months ago
7nik 838f881550
fix: avoid shadowing a variable in dynamic components (#16185)
3 months ago
Simon H 061ab31d23
fix: ensure sources within nested effects still register correctly (#16193)
3 months ago
Rich Harris b224c3fb4b
fix: coarse reactivity, alternative approach (#16100)
3 months ago
Paolo Ricciuti 7e588857c2
fix: don't set state withing `with_parent` in proxy (#16176)
3 months ago