Commit Graph

64 Commits (8b9c4f3a64808284fb405cfec4ff027901dadfe6)

Author SHA1 Message Date
Rich Harris 21d56c9ee3
Tidy up (#2252)
6 years ago
Richard Harris 83a9b6af23 default to accessors: false (#2144)
6 years ago
Rich Harris 206a3d0131 update tests
6 years ago
Rich Harris 722e1fd383 get name based on filename
6 years ago
Richard Harris 21a07fcaf4 prevent component name from conflicting with globals
6 years ago
Richard Harris f1ca1cc098 housekeeping
6 years ago
Rich Harris 0ea3840046
Overhaul transitions - fixes #1906
6 years ago
Rich Harris b87f930002
svelte/motion
6 years ago
Richard Harris c2d4ce3395 add process to globals whitelist
6 years ago
Conduitry cd36531e0b fix runtime tests
6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris 837d248257 render server bindings
6 years ago
Rich Harris 8929aebbec better error for missing store - fixes #1807
6 years ago
Rich Harris e0fe31327a move render logic into separate phase (#1678)
6 years ago
Rich Harris 042ec54f7f nested component transitions
6 years ago
Rich Harris 0a230d1c9d WIP towards nested transitions
6 years ago
Rich Harris 44bb2da29b add skipIntroByDefault compiler option (#547)
6 years ago
Rich Harris 73e83e5571 tidy up
7 years ago
Rich Harris 39ad124c99 update validation tests
7 years ago
Rich Harris 2d5b47b8a4 remove store option
7 years ago
Rich Harris 4b3da75480 remove v1 runtime tests
7 years ago
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output
7 years ago
Rich Harris 34d2fbfa58 remove ES5 constraint
7 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
7 years ago
Rich Harris 4b5d465a97 prevent name collisions with each block index - fixes #1254
7 years ago
Rich Harris 4cb8effccd failing test for #1254
7 years ago
Rich Harris 1b599bd57b put _differs on prototype, remove runtime option
7 years ago
Jacob Wright cb446bca64 Adds some runtime tests for the immutable option
7 years ago
Conduitry 0a6ffb769c update jsdom; update `window.performance.now` test shim
7 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
7 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
7 years ago
Rich Harris 291a0baa16 unmount head children correctly
7 years ago
Rich Harris dba32df84e client-side dynamic components mostly working (#640)
7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
7 years ago
Rich Harris ccef13a2d5 ditch async/await in tests, so that they run in node 6
7 years ago
Rich Harris 8f52587539 show output using cjs format, so stack traces make sense
7 years ago
Rich Harris d783993d23 halfway there
7 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
7 years ago
Rich Harris dabc2d1fdf dont wrap ESM in IIFE
7 years ago
Rich Harris fdd7ac71c2 Merge branch 'master' into iife
7 years ago
Rich Harris 4f1d48c4a6 more readable each block values
7 years ago
Rich Harris abea37af71 wrap ES modules in an IIFE
7 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
7 years ago
Rich Harris d8269b3e7f attach options to component (#550)
7 years ago
Rich Harris aa183df289 fallback content
7 years ago
Rich Harris 8020fe53fc remove babel etc
7 years ago
Rich Harris 65e484b6ae remove reify
7 years ago
Rich Harris 46cb2a4da3 update jsdom
7 years ago
Rich Harris 3f73f252ac update tests
7 years ago
Rich Harris 7eb4f2d1c0 add dev mode hydration error (closes #664)
7 years ago