Commit Graph

301 Commits (37f8f8afe31cfde4718dc946330eecd3b4ea715b)

Author SHA1 Message Date
Rich Harris cf7104dbaa fix data references in event handlers inside await-then-catch (fixes ) 7 years ago
Rich Harris 831cc411a1
Merge pull request from sveltejs/gh-1022 7 years ago
Rich Harris 6d9abe2219 reenable tests 7 years ago
Rich Harris 2120a81958 boy do i feel stupid. fixes 7 years ago
Rich Harris 7a8e17779c create initial data for dynamic components in correct place - fixes 7 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler 7 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components 7 years ago
Rich Harris 394dec9f11
Merge pull request from sveltejs/gh-1013 7 years ago
Rich Harris 291a0baa16 unmount head children correctly 7 years ago
Rich Harris ed44f7d1fa server-side <:Head> 7 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side 7 years ago
Rich Harris bc505161d1 deconflict properly 7 years ago
Rich Harris 0127f9f0ca change server-side render method signature 7 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component 7 years ago
Rich Harris 6bd410c886 implement preload 7 years ago
Rich Harris bc7ade0bbd
Merge pull request from sveltejs/gh-1012 7 years ago
Rich Harris b252e3378f
Merge pull request from sveltejs/gh-1014 7 years ago
Rich Harris 47b4162759 remove solo 7 years ago
Rich Harris e4d257da1e deconflict computed properties with arguments to _recompute - fixes 7 years ago
Rich Harris 8c7e5b7758 allow await blocks in slots - fixes 7 years ago
Rich Harris 9377331203 allow components without slots to have whitespace as only child - fixes 7 years ago
Rich Harris b83afb0528
await...then shorthand - fixes 7 years ago
Rich Harris 81f449093d
emit dev mode error for bad arguments to set - fixes 7 years ago
Rich Harris d10f7fbdbf
don't add event to expectedProperties - fixes 7 years ago
Rich Harris e20b38e7c0
fix dynamic components inside elements - fixes 7 years ago
Rich Harris 1636f1733b Merge branch 'master' into gh-640 7 years ago
Rich Harris 978e628e67 mount await blocks with siblings (), and unmount correctly () 7 years ago
Rich Harris 0d42ff84db fix tests, finish renaming stuff 7 years ago
Rich Harris e6ef5af6ba slotted contents of dynamic components 7 years ago
Tim Hall a6836bd395 Failing test for 7 years ago
Tim Hall aeabf1cca5 Failing test for 7 years ago
Rich Harris f4e66c0e72 update props of existing dynamic component 7 years ago
Rich Harris dd9ecb8064 dynamic component bindings 7 years ago
Rich Harris caa4d7d76d rename tests 7 years ago
Rich Harris e1777b6037 dynamic component event handlers 7 years ago
Rich Harris dba32df84e client-side dynamic components mostly working () 7 years ago
Rich Harris 3350f166db dont transform bidi transitions twice - fixes 7 years ago
Rich Harris 844e89f277 correctly mount await block that has an anchor 7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654 7 years ago
Rich Harris f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes 7 years ago
Rich Harris faf5ca8de2 fix test failures resulting from new JSDOM version 7 years ago
Rich Harris 0b904b6fb7 gah i always forget this. need a pre-commit hook 7 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes 7 years ago
Rich Harris a669dbfcd4 add combineStores function 7 years ago
Rich Harris ccef13a2d5 ditch async/await in tests, so that they run in node 6 7 years ago
Rich Harris 56b167b44f await-then-catch with non-promise 7 years ago
Rich Harris 8f52587539 show output using cjs format, so stack traces make sense 7 years ago
Rich Harris a2d885c8ba basic client-side await-then-catch working 7 years ago
Rich Harris d783993d23 halfway there 7 years ago
Rich Harris 1cdfb84fec remove solo: true 7 years ago