Commit Graph

1661 Commits (c8f094cf8042a3f38c103e15af8e923f6be6e8b2)
 

Author SHA1 Message Date
Rich Harris 7401590fba Merge branch 'master' into gh-797
7 years ago
Rich Harris 2380109f15 handly directly instantiated custom elements, and slots
7 years ago
Rich Harris 3ea3f53819 -> v1.36.0
7 years ago
Rich Harris 32bc47d06e Merge pull request #810 from sveltejs/gh-455
7 years ago
Rich Harris 186b770ef4 use helper for setting styles
7 years ago
Rich Harris 824998fdaa update tests
7 years ago
Rich Harris 118988c16b append host element, not contents, when component is nested
7 years ago
Rich Harris 71bd8e3008 use template strings to prevent sourcemaps breaking the code
7 years ago
Rich Harris f5f35b5a50 scoped styles
7 years ago
Rich Harris 29fc3e5169 update tests
7 years ago
Rich Harris af618ba93f render <slot> elements
7 years ago
Rich Harris 30e58c4a73 validate props, auto-generate props if unspecified
7 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
7 years ago
Rich Harris d54d00cac1 handle url(...) and quoted values
7 years ago
Rich Harris 228a7808ac optimize style attributes
7 years ago
Rich Harris 89c0b71e25 -> v1.35.0
7 years ago
Rich Harris 7510f9c929 Merge pull request #809 from sveltejs/gh-804
7 years ago
Rich Harris fb972566a4 prevent mutation bug from incorrectly calling observer (fixes #804)
7 years ago
Rich Harris e30ff542da Merge pull request #807 from sveltejs/gh-788
7 years ago
Rich Harris f5958584d9 dont noop set/get until after component is destroyed (fixes #788)
7 years ago
Rich Harris 865e84b856 Merge pull request #806 from sveltejs/gh-801
7 years ago
Rich Harris a68f7e103f stack up append targets so that slotted content in nested components works in SSR mode (fixes #801)
7 years ago
Rich Harris 223dbee98c Merge pull request #803 from sveltejs/gh-637
7 years ago
Rich Harris c682e365f6 optimise case where we can use innerHTML
7 years ago
Rich Harris d1a6f9c11e only use comments around <slot> as necessary
7 years ago
Rich Harris 6e9f9633b0 set all node.var names in preprocess
7 years ago
Rich Harris 370327cccd more tidying up
7 years ago
Rich Harris 4603d7700f more refactoring
7 years ago
Rich Harris 9fae7671a4 refactor node._state stuff
7 years ago
Rich Harris 6499d4714d only use noscript if necessary
7 years ago
Rich Harris 56a21252c0 Merge pull request #802 from sveltejs/tidy-up
7 years ago
Rich Harris 457f0189d4 determine needsAnchor lazily
7 years ago
Rich Harris 5c88b6c864 usedAsAnchor is not used
7 years ago
Rich Harris 60ff6d8a7c Merge branch 'tidy-up' into gh-637
7 years ago
Rich Harris 587d1f8994 remove some unused code
7 years ago
Rich Harris a197c18523 failing tests for #637
7 years ago
Rich Harris 7a9ac95b34 Merge pull request #800 from sveltejs/gh-798
7 years ago
Rich Harris 39681565e3 handle unquoted attribute values (fixes #798)
7 years ago
Rich Harris 835a48bec5 -> v1.34.0
7 years ago
Rich Harris 0efa2ac7d7 Merge pull request #796 from sveltejs/gh-757
7 years ago
Rich Harris ce109f0eb3 Merge pull request #794 from sveltejs/gh-550
7 years ago
Rich Harris 502f6b6d14 Merge pull request #793 from sveltejs/gh-791
7 years ago
Rich Harris 56677a2074 Merge pull request #792 from sveltejs/gh-790
7 years ago
Rich Harris ff2e169b75 handle css vars in <style> tags (fixes #757)
7 years ago
Rich Harris f50a6c50af remove test of instantiation without options, its nonsensical
7 years ago
Rich Harris 5f5f09b94e update snapshot tests
7 years ago
Rich Harris d8269b3e7f attach options to component (#550)
7 years ago
Rich Harris cb92f3028e error if component has transition (fixes #791)
7 years ago
Rich Harris 5b3e8cd88f support nested <slot> elements
7 years ago
Rich Harris 87ef5ffefd -> v1.33.0
7 years ago