Commit Graph

74 Commits (867e61e501aa95f1716795197f549b6a10324271)

Author SHA1 Message Date
Rich Harris 3f7c7e021e Merge pull request #3145 from sveltejs/gh-2034
7 years ago
Richard Harris d4b021201f update bind:this references when setting to null - fixes #2034
7 years ago
Richard Harris 8d95c53c09 prevent await block mounting inside removed if block - fixes #1496
7 years ago
mrkishi c0d9d555df deconflict more globals
7 years ago
Conduitry 0b913aa338 import globals from helpers (#2612) (#2947)
7 years ago
Richard Harris 965fae7991 update folder structure - #2790
7 years ago
Richard Harris 0f51970ac1 fix tests
7 years ago
Richard Harris aa35bb5634 ensure spring works server-side = fixes #2773
7 years ago
Rich Harris e8757b9006 fix tests
7 years ago
Rich Harris b858e8db32 implement namespaced components
7 years ago
Rich Harris 7e8e891d91 Tidy up (#2252)
8 years ago
Richard Harris ad17bd7627 default to accessors: false (#2144)
8 years ago
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