Commit Graph

24 Commits (231603df7bbf0ff9bb5ecf573ccabaa9211bfea5)

Author SHA1 Message Date
Bogdan Savluk 231603df7b fix compile/render-ssr typings
6 years ago
Richard Harris a88749af27 allow reactive declarations to reference self - fixes #2386
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 19d3564fc8 use add_var mechanism to create implicit $$props var
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 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
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
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 8929aebbec better error for missing store - fixes #1807
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago