Commit Graph

37 Commits (cf095c4723e7b75a5ce660a4dfe366c32cf14c96)

Author SHA1 Message Date
Rich Harris b8bc1224bd simplify some slot_name stuff
7 years ago
Rich Harris 21d56c9ee3
Tidy up (#2252)
7 years ago
Richard Harris b57c724bed same but for SSR
7 years ago
Richard Harris 5fa8eb9792 remove some more unused code
7 years ago
Richard Harris 1b3af6a5a6 generalise pattern of treating $foo as a store value but $$foo as internal
7 years ago
Richard Harris 9508b0d3dd merge gh-2186 -> master
7 years ago
Richard Harris 19d3564fc8 use add_var mechanism to create implicit $$props var
7 years ago
Richard Harris cb11aa78c8 deconflict own name against globals - fixes #2175
7 years ago
Richard Harris 7abf32f275 implement $$props - fixes #2186
7 years ago
Richard Harris 91332c540c fix initialisation of imported stores - fixes #2108
7 years ago
Richard Harris f124f3c081 unsubscribe and resubscribe when stores are reassigned - fixes #2014
7 years ago
Richard Harris 106ae45dc8 update stores before committing in SSR mode
7 years ago
Richard Harris 534f6e5425 init store values in situ - fixes #2015
7 years ago
Richard Harris 9757fbfdb8 move store subscriptions into a helper. broke a bunch of stuff, bear with me
7 years ago
Richard Harris 19f6727c8d handle implicit and explicit-but-undefined props — fixes #2024
7 years ago
Rich Harris cb2799d1ef only escape attribute values when rendering HTML
7 years ago
Rich Harris 539fbbd8ef inject lets for reactive declarations where necessary - fixes #2059
7 years ago
Conduitry 5b9cc176df rename properties to component.compileOptions and .componentOptions
7 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` (#2017)
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Conduitry f8d69e296f replace <svelte:document> with <svelte:body> (#1846)
7 years ago
Richard Harris dcc1996aef prevent duplicate declaration of store values - fixes #1883
7 years ago
Richard Harris 454ff8d84e rewrite props after instrumentation - fixes #1931
7 years ago
Rich Harris f991a41d83
store auto-subscriptions
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Pat Cavit cb4a46d33f fix: add check for template store to conditional (#1829)
7 years ago
Rich Harris fa2f5896b2
Merge pull request #1813 from sveltejs/gh-1484-alt
7 years ago
Rich Harris b21f1d8859 fixes
7 years ago
Rich Harris a704cb77de import helper
7 years ago
Rich Harris 3c99785c07 Merge branch 'master' into gh-1434
7 years ago
Rich Harris b5945e13ea dont render undefined/null attributes in SSR
7 years ago
Rich Harris db37e3a84b add a <svelte:document> tag - #1484
7 years ago
Rich Harris 837d248257 render server bindings
7 years ago
Rich Harris 8929aebbec better error for missing store - fixes #1807
7 years ago
Rich Harris 3258779fa7 recognise dependencies in class directives - fixes #1793
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago