Commit Graph

62 Commits (e891e7c1d1f078d2c0296e8e8c754d38ece21c52)

Author SHA1 Message Date
Rich Harris 8f730d524f update tests
8 years ago
Rich Harris 8ba4dae8c9 get name based on filename
8 years ago
Richard Harris 58489d36db prevent component name from conflicting with globals
8 years ago
Richard Harris 6c1076c580 housekeeping
8 years ago
Rich Harris c30ae9a896 Overhaul transitions - fixes #1906
8 years ago
Rich Harris 1341624d13 svelte/motion
8 years ago
Richard Harris bc10a15aa1 add process to globals whitelist
8 years ago
Conduitry 19f0cff726 fix runtime tests
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris 4c5c440a88 render server bindings
8 years ago
Rich Harris ccf54b2187 better error for missing store - fixes #1807
8 years ago
Rich Harris 9b8b779ee9 move render logic into separate phase (#1678)
8 years ago
Rich Harris f9db67edbb nested component transitions
8 years ago
Rich Harris 721af8fc64 WIP towards nested transitions
8 years ago
Rich Harris 0e43507660 add skipIntroByDefault compiler option (#547)
8 years ago
Rich Harris 62e9f12db0 tidy up
8 years ago
Rich Harris 842e49155c update validation tests
8 years ago
Rich Harris 53963dc7e6 remove store option
8 years ago
Rich Harris 3db454c91d remove v1 runtime tests
8 years ago
Rich Harris 75c86887b8 remove code, map and cssMap from svelte.compile output
8 years ago
Rich Harris d045e3907d remove ES5 constraint
8 years ago
Rich Harris 1a41f8bddd implement dynamic components etc
8 years ago
Rich Harris 4abbd7df56 prevent name collisions with each block index - fixes #1254
9 years ago
Rich Harris b89729d296 failing test for #1254
9 years ago
Rich Harris e4da15330f put _differs on prototype, remove runtime option
9 years ago
Jacob Wright e7eb8aff2f Adds some runtime tests for the immutable option
9 years ago
Conduitry 8f06877504 update jsdom; update `window.performance.now` test shim
9 years ago
Rich Harris 1b2949f572 optimise <title> - fixes #1027
9 years ago
Rich Harris f639bbed42 get store() to work with nested components in SSR compiler
9 years ago
Rich Harris ee29ee40fe unmount head children correctly
9 years ago
Rich Harris ef838363d9 client-side dynamic components mostly working (#640)
9 years ago
Rich Harris 6187a703c2 Merge branch 'master' into gh-654
9 years ago
Rich Harris 510515f4c8 ditch async/await in tests, so that they run in node 6
9 years ago
Rich Harris dd8eb73e81 show output using cjs format, so stack traces make sense
9 years ago
Rich Harris cfd6ff54f3 halfway there
9 years ago
Rich Harris 1bd56a591f client-side store subscriptions
9 years ago
Rich Harris 14e1c20dee dont wrap ESM in IIFE
9 years ago
Rich Harris 8f5303ad30 Merge branch 'master' into iife
9 years ago
Rich Harris b9327d095d more readable each block values
9 years ago
Rich Harris 4ccf1ea7b0 wrap ES modules in an IIFE
9 years ago
Rich Harris 440bdbe1e0 basic custom element generation (#797)
9 years ago
Rich Harris 72fd1228c7 attach options to component (#550)
9 years ago
Rich Harris ec30e3dfa8 fallback content
9 years ago
Rich Harris 5cd2d4e65a remove babel etc
9 years ago
Rich Harris d2a5f5df33 remove reify
9 years ago
Rich Harris 97aaccec65 update jsdom
9 years ago
Rich Harris 3f38efcf09 update tests
9 years ago
Rich Harris 0cbd35cc16 add dev mode hydration error (closes #664)
9 years ago
Rich Harris 30cc2664c7 test with hydratable: true and hydratable: false
9 years ago
Rich Harris 1bce6f22ce get all tests passing with hydration
9 years ago