Commit Graph

8566 Commits (2b7abe557a89e49585ebcf15e334104c6858f0f4)
 

Author SHA1 Message Date
godzylinux 2b7abe557a added tests regarding handling of values not the set/map
2 years ago
godzylinux 1c0b5a1870 optimized when we create the signals
2 years ago
godzylinux b6a7d87b82 used symbol instead of stupid uuid! what was I thinking??
2 years ago
godzylinux 2333fd02fc fixed test
2 years ago
godzylinux dede52d0a4 added the ability to notify with all params
2 years ago
godzylinux 1bae9b98f0 instead of nested functions used separate function
2 years ago
godzylinux f86fa6eed2 initial map support
2 years ago
godzylinux 34447e851f fixed test because logging false after clear for 3 is not fine-grained (because we already got it after delete)
2 years ago
godzylinux b215067caf fixed a bug where if a method didn't take arguments reactivity wouldn't work
2 years ago
godzylinux 0e8f1072f9 added comments to read_methods_signals and version_signal
2 years ago
godzylinux 4ca0c9bdea again another take on this matter, but this version is not optimized at all
2 years ago
godzylinux edda6cb2b9 added some comments
2 years ago
godzylinux 89cee9678d renamed signal to version_signal
2 years ago
godzylinux 8113a21cd5 1- interceptors can be used for anything now (types)
2 years ago
godzylinux c2320214d2 removed enforcement of defining interceptors since each mutation_property doesnt *require* one
2 years ago
godzylinux 17f28a36e5 removed map from utils because it wasnt used anymore
2 years ago
godzylinux 5fca7101c2 improved jsdocs for interceptors
2 years ago
godzylinux ed8d0c05ae improved types
2 years ago
godzylinux 26497fa328 better describe what `mutation_properties` does
2 years ago
godzylinux f7db8d4d8b fixed condition of `delete` in ReactiveSet
2 years ago
godzylinux 1bf0330fdf removed unnecessary as const cast
2 years ago
godzylinux 22fc8869ef a new take on reactivity package
2 years ago
Rich Harris 0128df33da
fix: don't add scoping modifier to nesting selectors (#11713)
2 years ago
Rich Harris a17e84b61f
chore: tooltip tweaks (#11716)
2 years ago
Rich Harris 881040fb78
playground: reset on navigate (#11715)
2 years ago
Dominic Gannaway 09addad9ae
fix: improve handling of unowned derived signal (#11712)
2 years ago
github-actions[bot] fba6b5676b
Version Packages (next) (#11663)
2 years ago
Paolo Ricciuti f48001ac63
fix: check for invalid bindings on window and document (#11676)
2 years ago
Paolo Ricciuti b788b72862
fix: migrate derivations without semicolons (#11704)
2 years ago
Rich Harris 02520aea48
better tooltips in playground (#11705)
2 years ago
Rich Harris 506f9d2892
add pnpm prod command to playground (#11697)
2 years ago
Dominic Gannaway a5fd28a14b
fix: inline pointer events now correctly work in Chrome (#11695)
2 years ago
Dominic Gannaway e6f8e95199
chore: tidy up tests to use flushSync (#11703)
2 years ago
Rich Harris e45d1c37b6
chore: fix compiler warnings when developing preview site (#11699)
2 years ago
Rich Harris c49903f62b
chore: bump site-kit (#11698)
2 years ago
Rich Harris 43d2f750b6
Revert "chore: consistent nextSibling usage (#11694)" (#11696)
2 years ago
Dominic Gannaway f3dbfc91d6
chore: consistent nextSibling usage (#11694)
2 years ago
Simon H 1784026843
fix: don't require commas between warnings in legacy mode (#11669)
2 years ago
Rich Harris c70533a5a7
fix: more efficient spread attributes in SSR output (#11660)
2 years ago
github-actions[bot] 62e2647c8a
Version Packages (next) (#11656)
2 years ago
Rich Harris c29b74669d
feat: migrate `<svelte:element this="div">` (#11659)
2 years ago
Simon H 110a5a852f
fix: robustify `bind:scrollX/Y` binding (#11655)
2 years ago
Rich Harris d288735fa8
breaking: disallow string literal values in `<svelte:element this="...">` (#11454)
2 years ago
Simon H ade6b6e480
chore: add css regression test (#11658)
2 years ago
Simon H c2f75dc7ba
fix: use coarse-grained updates for derived expressions in legacy mode (#11652)
2 years ago
Dominic Gannaway 54083fb9cc
fix: replay load and error events on load during hydration (#11642)
2 years ago
Rich Harris 7b9fad4b0e
chore: remove `handle_compile_error` (#11639)
2 years ago
Rich Harris 2ebb277be7
feat: more information when hydration fails (#11649)
2 years ago
github-actions[bot] 019b26b775
Version Packages (next) (#11645)
2 years ago
Dominik G dc9b0d08c1
feat: add rootDir option and set __svelte_meta.file like in svelte4 (#11627)
2 years ago