Commit Graph

1795 Commits (678ce3496fd540cf0ea59f1c32c9db618fc84292)

Author SHA1 Message Date
Rich Harris 678ce3496f
Merge pull request #1966 from sveltejs/gh-1945
6 years ago
Richard Harris 79b7f112ab Merge branch 'master' into gh-1852
6 years ago
Rich Harris 528527aaea
Merge branch 'master' into gh-1945
6 years ago
Rich Harris 2d3dbdd6a9
Merge pull request #1967 from sveltejs/gh-1939
6 years ago
Rich Harris 0ea3840046
Overhaul transitions - fixes #1906
6 years ago
Conduitry f8d69e296f replace <svelte:document> with <svelte:body> (#1846)
6 years ago
Conduitry e97953baec better handling of bare attribute names in DOM mode (#1852)
6 years ago
Richard Harris fc5d929e76 set parent correctly for children of await blocks - should fix #1939
6 years ago
Richard Harris e682d5ca54 nicer
6 years ago
Richard Harris 0e59e8d4cb fix dynamic component event code generation - fixes #1945
6 years ago
Richard Harris 0bdf4a4536 oops
6 years ago
Richard Harris c0a218b69e Merge branch 'master' into gh-1948
6 years ago
Richard Harris 2eb881dcb6 prevent invalid svelte: tags - fixes #1948
6 years ago
Rich Harris c1ee21b022
Merge pull request #1958 from sveltejs/gh-1949
6 years ago
Rich Harris 76faa92464
Merge pull request #1961 from sveltejs/gh-1957
6 years ago
Rich Harris 4676946e83
Merge pull request #1962 from sveltejs/gh-1960
6 years ago
Conduitry 58b3ea63cc fix malformed code in window binding event handlers (#1963)
6 years ago
Richard Harris f0b6be1355 fix #1960 typo
6 years ago
Richard Harris 423e4e6cbc deconflict with implicit props - fixes #1957
6 years ago
Richard Harris cf6b6d4dbf upgrade Acorn - fixes #1949
6 years ago
Conduitry 8427bde679 preserve attributes during preprocess (#1873)
6 years ago
Richard Harris d5e41a8a2e oops. fixes #1946
6 years ago
Richard Harris 329b013e40 render functions that close over contextual data - fixes #1938
6 years ago
Richard Harris e15d13bf91 allow reactive store references anywhere in script - fixes #1889
6 years ago
Richard Harris 2c47b34c1f remove unused import
6 years ago
Richard Harris 81ec3404bc remove unused line
6 years ago
Richard Harris 016bf84800 dont pass around reference to component
6 years ago
Richard Harris e504332730 tidy up
6 years ago
Richard Harris f1bdfd84d8 dont call transition functions with component context
6 years ago
Richard Harris e56c5653a7 start refactoring transitions
6 years ago
Richard Harris 7fbb71a788 tidy up
6 years ago
Richard Harris 6dbac071f5 simplify
6 years ago
Richard Harris 84d501b5fb minor tidy up
6 years ago
Richard Harris 35aee272d6 start simplifying animations
6 years ago
Richard Harris 15b054f6a7 refactor some stuff
6 years ago
Richard Harris 8d1afbb3d4 shuffle things around a bit
6 years ago
Richard Harris d58996534d start centralising rAF stuff
6 years ago
Richard Harris 65dc6d693b move tweened and spring into separate modules
6 years ago
Richard Harris dcc1996aef prevent duplicate declaration of store values - fixes #1883
6 years ago
Rich Harris d6552025e4
fix hoisting of functions that reference imported values - fixes #1933
6 years ago
Rich Harris c0a8e630e3
Fix media bindings, simplify others
6 years ago
Rich Harris f8517edba9
Merge pull request #1932 from sveltejs/gh-1931
6 years ago
Rich Harris e7642db13d
Merge pull request #1930 from sveltejs/gh-1894
6 years ago
Richard Harris 454ff8d84e rewrite props after instrumentation - fixes #1931
6 years ago
Richard Harris c2d4ce3395 add process to globals whitelist
6 years ago
Richard Harris 18c2ae715f prevent false positive detection of events that can be made passive - fixes #1914
6 years ago
Rich Harris cfb6f52f2b
Merge pull request #1925 from sveltejs/gh-1924
6 years ago
Rich Harris 11e8270963
Merge pull request #1923 from sveltejs/gh-1919
6 years ago
Richard Harris f482927a59 simplify option normalization
6 years ago
Richard Harris 88c674079b always use stats.warn instead of options.onwarn - fixes #1918
6 years ago