Commit Graph

319 Commits (2635de84a85d35e9ab4670dbaa1255feff120d98)

Author SHA1 Message Date
Jacob Mischka 31de60ece6
Add destructured context container to usedContexts
8 years ago
Rich Harris 3cd9779b37
Merge pull request #1137 from sveltejs/gh-1135
8 years ago
Rich Harris 6f5b6ddda9 Merge branch 'master' into gh-1135
8 years ago
Rich Harris c3bec8f632 Merge branch 'master' into gh-1062-again
8 years ago
Rich Harris 2d0f01e49d change test outcome for uninitialised component bindings inside conditionals
8 years ago
Rich Harris 5e41ecb34a run oncreate functions in sensible order (#1135)
8 years ago
Conduitry 0a6ffb769c update jsdom; update `window.performance.now` test shim
8 years ago
Conduitry 94da329305 another stab at #1062; also fix attribute case in static HTML
8 years ago
Conduitry 57b737b3bc fix handling of boolean attributes in SSR (#1109)
8 years ago
James Birtles 6596913da3 addd failing nested store test
8 years ago
Rich Harris 49bc092db6
Merge pull request #1094 from sveltejs/gh-1061-b
8 years ago
Rich Harris 2781968e43 be more relaxed about attribute casing - fixes #1062
8 years ago
Rich Harris c1b5bed6d2 fire oncreate handlers for components inside await blocks (#1061)
8 years ago
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