Commit Graph

3268 Commits (c6d2cdddb034d0b0524ddab4173345318dd3a600)
 

Author SHA1 Message Date
Rich Harris c6d2cdddb0
Merge pull request #1940 from sveltejs/remove-component-references
6 years ago
Richard Harris 179d083a8a merge master -> remove-component-references
6 years ago
Rich Harris b87f930002
svelte/motion
6 years ago
Richard Harris 2c47b34c1f remove unused import
6 years ago
Richard Harris 81ec3404bc remove unused line
6 years ago
Richard Harris 1d9ce0fff5 update tests
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 a7370ce024 fix test
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 4f5f187cbe fix easing.mjs
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 f746031f96 tweak some config etc
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 ff07629383 remove unused opts
6 years ago
Richard Harris 203e6ae8c3 implement spring
6 years ago
Richard Harris e195bb2b57 rename to tweened
6 years ago
Richard Harris 9c6d81945d add motion.js
6 years ago
Richard Harris 11e5bed175 add svelte/motion, implement tween function
6 years ago
Richard Harris feadc6cfd0 bump alpha version
6 years ago
Rich Harris be93d7d0e7
Merge pull request #1936 from sveltejs/gh-1883
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
Conduitry cc9a172d7c don't check in svelte-app.json
6 years ago
Richard Harris efaf7e502a Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Rich Harris c0a8e630e3
Fix media bindings, simplify others
6 years ago
Richard Harris 953bdddd53 link to a relevant tweet in virtual DOM post
6 years ago
Richard Harris cab40fde03 update app template, fix downloads
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
Rich Harris fc0ef221af
Merge pull request #1929 from sveltejs/gh-1914
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
Richard Harris cd4f987f4e prevent annoying sidebar scrolling glitch
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
Rich Harris 4cb2b8dc90
Merge pull request #1926 from sveltejs/gh-1918
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
Richard Harris 468b5dc0c4 fix tests
6 years ago
Richard Harris 436fffb6bb cut out the middleman
6 years ago
Richard Harris ef944b5713 prevent parent component modifying child component state - fixes #1924
6 years ago