Commit Graph

576 Commits (45d375e15d9841da27e033a26a36e431b389a66e)

Author SHA1 Message Date
Richard Harris e15d13bf91 allow reactive store references anywhere in script - fixes #1889
7 years ago
Rich Harris b87f930002
svelte/motion
7 years ago
Richard Harris dcc1996aef prevent duplicate declaration of store values - fixes #1883
7 years ago
Rich Harris d6552025e4
fix hoisting of functions that reference imported values - fixes #1933
7 years ago
Rich Harris f8517edba9
Merge pull request #1932 from sveltejs/gh-1931
7 years ago
Richard Harris 454ff8d84e rewrite props after instrumentation - fixes #1931
7 years ago
Richard Harris c2d4ce3395 add process to globals whitelist
7 years ago
Rich Harris cfb6f52f2b
Merge pull request #1925 from sveltejs/gh-1924
7 years ago
Richard Harris ef944b5713 prevent parent component modifying child component state - fixes #1924
7 years ago
Richard Harris fc0b49eca2 make event handler names unique across components - fixes #1919
7 years ago
Rich Harris f16e4d3bdd dont lump in bind:this with everything else - fixes #1908
7 years ago
Rich Harris 7440fa54e9 remove missing prop warning false positives - fixes #1902
7 years ago
Rich Harris 392fec9238 only apply aliasing logic once
7 years ago
Rich Harris 29052aba7d
Bring svelte.technology source into main repo
7 years ago
Conduitry cd36531e0b fix runtime tests
7 years ago
Rich Harris f991a41d83
store auto-subscriptions
7 years ago
Rich Harris 48f1f6b4d0
implement `bind:this`
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris 79ea0bd43c
Merge pull request #1822 from aphitiel/gh-1743
7 years ago
Timothy Johnson 68c2a34bda fix transition-js-await-block test
7 years ago
Timothy Johnson 0e586e39e3 added test for async block ordering (#1440)
7 years ago
pk fd9dc30088 Failing test for #1743
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 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 8642ef17a4 merge master -> set-undefined-attr
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 d49f5f2136
Merge pull request #1797 from sveltejs/gh-1793
7 years ago
Rich Harris e65b0bb2e3
Merge pull request #1798 from sveltejs/gh-1795
7 years ago
Rich Harris f46366c4e7 remove leftover logging
7 years ago
Rich Harris ece6aeb892 detach each block iterations with no update method - fixes #1795
7 years ago
Rich Harris 073c8762ef extend dependency tracking to all directives
7 years ago
Rich Harris 3258779fa7 recognise dependencies in class directives - fixes #1793
7 years ago
Yury Zhuravlev 079bd4e58a fix #1780 just start use parent instead parent.parent in IfBlock wrapper
7 years ago
Rich Harris e5f5995458 Merge branch 'fix-lost-anchor-if-if-block-first' of https://github.com/stalkerg/svelte into stalkerg-fix-lost-anchor-if-if-block-first
7 years ago
Yury Zhuravlev 0d797ea8ae Fix removing next link during strip whitespaces for first element.
7 years ago
Rich Harris 337b62be6f fix blocks inside <svelte:head> - closes #1774
7 years ago
Rich Harris 4f88e43c37 handle elseif blocks with no else
7 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
7 years ago
Jacob Wright 51a3972ad5 Fixes shorthand class directives which do not have classes
7 years ago
Yury Zhuravlev d7bd924bbd Fix binding input with event in each and add test case.
7 years ago
Jacob Wright 67d4d60c3a Fixes keyed each blocks for outro
7 years ago
Rich Harris b4a3a60953
Merge pull request #1693 from sveltejs/gh-1617
7 years ago
Rich Harris c7d372c8d5
Merge pull request #1695 from sveltejs/class-shortcut
7 years ago
Jacob Wright 22f4b3d4cb Remove camel-casing, but account for dashed parameters still.
7 years ago
Jacob Wright 4ec85bb8cc Adds class directive shortcut
7 years ago
Jacob Wright 4c2b9603a1 Fix for each-blocks preventing outros from completing
7 years ago