Commit Graph

1601 Commits (c0d6567d05da878cd5957a78df3dbc7073b4df33)
 

Author SHA1 Message Date
Rich Harris 619e299600 render <slot> elements
9 years ago
Rich Harris 407a457215 validate props, auto-generate props if unspecified
9 years ago
Rich Harris 440bdbe1e0 basic custom element generation (#797)
9 years ago
Rich Harris 3d487264ff handle url(...) and quoted values
9 years ago
Rich Harris f555a6f7f0 optimize style attributes
9 years ago
Rich Harris 9290160cf7 -> v1.35.0
9 years ago
Rich Harris 61d0f52930 Merge pull request #809 from sveltejs/gh-804
9 years ago
Rich Harris 179f7b47e2 prevent mutation bug from incorrectly calling observer (fixes #804)
9 years ago
Rich Harris 80c7a2ccb0 Merge pull request #807 from sveltejs/gh-788
9 years ago
Rich Harris 8f31f96edc dont noop set/get until after component is destroyed (fixes #788)
9 years ago
Rich Harris 34dd1f8868 Merge pull request #806 from sveltejs/gh-801
9 years ago
Rich Harris 7b859cfaa8 stack up append targets so that slotted content in nested components works in SSR mode (fixes #801)
9 years ago
Rich Harris 06321fb00d Merge pull request #803 from sveltejs/gh-637
9 years ago
Rich Harris 0b71482f73 optimise case where we can use innerHTML
9 years ago
Rich Harris b23cc4a261 only use comments around <slot> as necessary
9 years ago
Rich Harris 34f6e17815 set all node.var names in preprocess
9 years ago
Rich Harris 98f658ed86 more tidying up
9 years ago
Rich Harris 4bfc28ddbc more refactoring
9 years ago
Rich Harris ced8b7a127 refactor node._state stuff
9 years ago
Rich Harris 0cfc67ca11 only use noscript if necessary
9 years ago
Rich Harris ed12fd9fa4 Merge pull request #802 from sveltejs/tidy-up
9 years ago
Rich Harris d8fccb226e determine needsAnchor lazily
9 years ago
Rich Harris 44aeccefa8 usedAsAnchor is not used
9 years ago
Rich Harris f9cc92e340 Merge branch 'tidy-up' into gh-637
9 years ago
Rich Harris 0e4acc239a remove some unused code
9 years ago
Rich Harris f63616903e failing tests for #637
9 years ago
Rich Harris 6fee712339 Merge pull request #800 from sveltejs/gh-798
9 years ago
Rich Harris 667a7665a7 handle unquoted attribute values (fixes #798)
9 years ago
Rich Harris afc1cc0f54 -> v1.34.0
9 years ago
Rich Harris eb4b22b898 Merge pull request #796 from sveltejs/gh-757
9 years ago
Rich Harris db3c7abec4 Merge pull request #794 from sveltejs/gh-550
9 years ago
Rich Harris 6b4f90d4e1 Merge pull request #793 from sveltejs/gh-791
9 years ago
Rich Harris 8c6ec95dcd Merge pull request #792 from sveltejs/gh-790
9 years ago
Rich Harris 81ba059a8a handle css vars in <style> tags (fixes #757)
9 years ago
Rich Harris 47b10a184a remove test of instantiation without options, its nonsensical
9 years ago
Rich Harris e759dad2cd update snapshot tests
9 years ago
Rich Harris 72fd1228c7 attach options to component (#550)
9 years ago
Rich Harris da1c3b3a98 error if component has transition (fixes #791)
9 years ago
Rich Harris be6e778a53 support nested <slot> elements
9 years ago
Rich Harris 5ba76ca773 -> v1.33.0
9 years ago
Rich Harris e5d0958ab4 Merge pull request #787 from sveltejs/gh-763
9 years ago
Rich Harris 3a5054dd58 remove comments from HTML to be normalized, fixes final test
9 years ago
Rich Harris fd8f6f5f09 dont actually render <slot> elements
9 years ago
Rich Harris 9190990ed9 only add this._slotted if necessary
9 years ago
Rich Harris c1eda75ba0 wrap fallback hydration code in conditional
9 years ago
Rich Harris e0b173ebde validation
9 years ago
Rich Harris ec30e3dfa8 fallback content
9 years ago
Rich Harris 906daf3514 populate component.slots
9 years ago
Rich Harris e49183e91b server-side named slots
9 years ago
Rich Harris 70cbb6a3c7 client-side named slots
9 years ago