Commit Graph

306 Commits (5fea63a5de5cd522d45cfb0ff11f0922584ea66a)

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