Commit Graph

894 Commits (ab19649dfa6fbf4543aa34d8c0c325813d95d9f7)
 

Author SHA1 Message Date
Rich Harris 38ae43f6d7 add bind:online to <:Window/> (#404)
8 years ago
Rich Harris 783cd383e3 window scroll bindings are bidirectional (#404)
8 years ago
Rich Harris 79c456333c Merge pull request #460 from sveltejs/gh-450
8 years ago
Rich Harris 9c166a86f0 Merge pull request #459 from sveltejs/gh-189
8 years ago
Rich Harris 9a3b4b1593 Merge pull request #458 from sveltejs/gh-425
8 years ago
Rich Harris b096385df1 lint
8 years ago
Rich Harris 2852b96e65 collapse consecutive if-statements with the same condition (#450)
8 years ago
Rich Harris 182a04e8fc dont create whitespace nodes inside elements like <select> (#189)
8 years ago
Rich Harris 99d6502bfd better error for attempts to use getters/setters for methods. closes #425
8 years ago
Rich Harris 2e946e0e93 -> v1.13.7
8 years ago
Rich Harris e82c478299 Merge pull request #457 from sveltejs/gh-423
8 years ago
Rich Harris 93e51d6ef3 correctly bind one-way select value attributes (#423)
8 years ago
Rich Harris 20298b1a0a Merge pull request #456 from sveltejs/gh-433-b
8 years ago
Rich Harris fb9edf2f57 align component code more closely with post-refactor element code
8 years ago
Rich Harris ec709cb490 Merge pull request #453 from sveltejs/refactor
8 years ago
Rich Harris 1e2c8593f2 hoist some event handlers, rewrite non-hoisted ones to avoid binding
8 years ago
Rich-Harris 9561a36eb2 more refactoring
8 years ago
Rich-Harris 4a782bc8f6 refactor a lot of attribute code
8 years ago
Rich-Harris e960e8b5c5 move some files, tidy up a bit
8 years ago
Rich-Harris 57f1b64ddb start refactoring element code a bit
8 years ago
Rich-Harris 31269e84f0 failing test for #433
8 years ago
Rich-Harris 731f09d173 Merge branch 'master' into refactor
8 years ago
Rich Harris 35113bdee1 Merge pull request #448 from sveltejs/gh-441
8 years ago
Rich-Harris 67967b1a83 DRY out block.tmp stuff
8 years ago
Rich-Harris 8148230e49 align SSR compiler with DOM compiler
8 years ago
Rich-Harris f88788cc29 rename fragment to block everywhere
8 years ago
Rich-Harris 0050871197 more consistent naming
8 years ago
Rich-Harris aa41135f21 remove redundant addSourcemapLocations calls
8 years ago
Rich-Harris 552820cd7f rename Fragment to Block
8 years ago
Rich-Harris bd85ffbf28 move render logic into fragment
8 years ago
Rich-Harris 858c6b5e82 add gitkeep file so tests pass in CI
8 years ago
Rich-Harris cca91f88bb remove getBuilders
8 years ago
Rich-Harris cc2b6fd53b make fragment constructor more explicit
8 years ago
Rich-Harris 078f36be6a get rid of fragment.type
8 years ago
Rich-Harris 96eca1235b get rid of findBlock
8 years ago
Rich-Harris c87967be69 rename state.target to more self-explanatory state.parentNode
8 years ago
Rich-Harris 4b3bdcf946 use isTopLevel instead of elementDepth
8 years ago
Rich-Harris a9fb93eb32 remove redundant localElementDepth
8 years ago
Rich-Harris 421f3d698f separate current *fragment* from current *generator state*
8 years ago
Rich-Harris abf774bc57 remove generator.push and generator.pop
8 years ago
Rich-Harris d93a3698fb all tests passing once more. now the real work begins
8 years ago
Rich-Harris cdb8b9d01d get yield blocks working
8 years ago
Rich Harris c0442b5eb1 another horrible half-done commit
8 years ago
Rich Harris d0752cd6b1 another half-done commit
8 years ago
Rich Harris 063e76f322 baby steps...
8 years ago
Rich Harris 3006a245af more consistent naming
8 years ago
Rich Harris 11033c2f20 minor test tweaks
8 years ago
Rich Harris 6802f43e48 Merge pull request #454 from taylorzane/gh-452-fix-empty-computed
8 years ago
Taylor Zane Glaeser 3ed4dc68ee Fixes #452. Fixed an issue that caused setting `computed` to an empty object to prevent the component from compiling.
8 years ago
Rich-Harris b8705a5b0c turn dom generator visitors into functions
8 years ago