Commit Graph

386 Commits (1e3666f86f1574bf3def56cd462b210407ab6012)

Author SHA1 Message Date
Richard Harris 3e4dbc630f update stores when assigning to store values - fixes #2170
7 years ago
Richard Harris 5d6333aa8f merge master -> slot-runtime-hasupdatemethod and add a test
7 years ago
Rich Harris 81d33a2fb0
Merge pull request #2245 from sveltejs/gh-2236
7 years ago
Richard Harris 2ba37882a8 prevent overwriting export consts - fixes #2236
7 years ago
Rich Harris f6607bea40
Merge pull request #2242 from sveltejs/gh-2144
7 years ago
Rich Harris 8620b1f62a
Merge pull request #2235 from sveltejs/gh-2139
7 years ago
Richard Harris 83a9b6af23 default to accessors: false (#2144)
7 years ago
Richard Harris 170f52ab17 fix repeated animations (#2098)
7 years ago
Richard Harris b57c724bed same but for SSR
7 years ago
Richard Harris 6d3e47812d subscribe to global stores (#2139)
7 years ago
Richard Harris 76cc07d7f6 Merge branch 'subscribable' of https://github.com/thgh/svelte into thgh-subscribable
7 years ago
Rich Harris 66af332f75
Merge pull request #2232 from sveltejs/gh-2222
7 years ago
Rich Harris 5b172d8a61
Merge pull request #2234 from sveltejs/gh-2163
7 years ago
Richard Harris d46e5bd8f7 report changes correctly
7 years ago
Richard Harris d9e08a80ad remove some update false positives
7 years ago
Mikhail Korepanov 57897d468e Add test case for #2115 and possible fix
7 years ago
Richard Harris 9ea663e312 store prop names as $$.props, prevent leaky bindings. fixes #2222
7 years ago
Richard Harris 0fae80cf1d maintain context for contextual binding handlers - fixes #2146
7 years ago
Richard Harris 34c4f79998 augment warnings to help people figure out they need to add a <script>
7 years ago
Richard Harris 5fa8eb9792 remove some more unused code
7 years ago
Richard Harris 06de45d4be remove some unused code
7 years ago
Richard Harris 8c61edf2d5 remove support for logic-less components with vars
7 years ago
Rich Harris 916156b05f
Merge pull request #2213 from sveltejs/gh-2212
7 years ago
Rich Harris e2a71cfce4
Merge pull request #2225 from sveltejs/gh-2214
7 years ago
Conduitry d91cf4b2ef skip non-writable vars in reactive declaration deps (#2173)
7 years ago
Conduitry b328cecc04 temporarily disallow `export ... from` statements (#2214)
7 years ago
Thomas Ghysels e619de7e08 Throw descriptive error when 'subscribable' of undefined
7 years ago
Conduitry 52146fed7e deconflict fragment method aliases with other identifiers (#2212)
7 years ago
Richard Harris 91b9917a59 generate valid code for each block array literals (#2180)
7 years ago
Richard Harris 885ad257b7 fix svelte:self
7 years ago
Richard Harris ac2597f77d make foo += 1 equivalent to foo = foo + 1 in reactive statements
7 years ago
Rich Harris 4541d58798
Add a tutorial (#2132)
7 years ago
Rich Harris d058a89c81
Merge pull request #2187 from sveltejs/gh-2186
7 years ago
Richard Harris 1b3af6a5a6 generalise pattern of treating $foo as a store value but $$foo as internal
7 years ago
Richard Harris a9686ba39b add test for $$props vars output
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 8e4464166a tweak semantics of reactive statements - fixes #2178
7 years ago
Rich Harris 8875fa892e
Merge pull request #2190 from sveltejs/gh-2171
7 years ago
Rich Harris 24c36e8cb2
Merge pull request #2189 from sveltejs/gh-2175
7 years ago
Rich Harris b604b5223c
Merge pull request #2188 from sveltejs/gh-2180
7 years ago
Richard Harris 093cc0f83e deep store bindings
7 years ago
Richard Harris cb11aa78c8 deconflict own name against globals - fixes #2175
7 years ago
Richard Harris 180c387c8d optimise iteration over array literals - fixes #2180
7 years ago
Richard Harris 7abf32f275 implement $$props - fixes #2186
7 years ago
Rich Harris 06040d3513
Merge pull request #2185 from Panya/issue-2184
7 years ago
Mikhail Korepanov 3ced3c1325 Don't invalidate `this`. Fixes #2184
7 years ago
John Chesley 212273ee68 tabs
7 years ago
John Chesley 8cae8f233e add support for various export syntax
7 years ago
Rich Harris d0c7cce76c
Merge pull request #2153 from bsssshhhhhhh/patch-2
7 years ago