Commit Graph

1542 Commits (f5958584d93665d23fa0d37b02b7bc66caf31b8f)
 

Author SHA1 Message Date
Rich Harris f5958584d9 dont noop set/get until after component is destroyed (fixes ) 8 years ago
Rich Harris 865e84b856 Merge pull request from sveltejs/gh-801 8 years ago
Rich Harris a68f7e103f stack up append targets so that slotted content in nested components works in SSR mode (fixes ) 8 years ago
Rich Harris 223dbee98c Merge pull request from sveltejs/gh-637 8 years ago
Rich Harris c682e365f6 optimise case where we can use innerHTML 8 years ago
Rich Harris d1a6f9c11e only use comments around <slot> as necessary 8 years ago
Rich Harris 6e9f9633b0 set all node.var names in preprocess 8 years ago
Rich Harris 370327cccd more tidying up 8 years ago
Rich Harris 4603d7700f more refactoring 8 years ago
Rich Harris 9fae7671a4 refactor node._state stuff 8 years ago
Rich Harris 6499d4714d only use noscript if necessary 8 years ago
Rich Harris 56a21252c0 Merge pull request from sveltejs/tidy-up 8 years ago
Rich Harris 457f0189d4 determine needsAnchor lazily 8 years ago
Rich Harris 5c88b6c864 usedAsAnchor is not used 8 years ago
Rich Harris 60ff6d8a7c Merge branch 'tidy-up' into gh-637 8 years ago
Rich Harris 587d1f8994 remove some unused code 8 years ago
Rich Harris a197c18523 failing tests for 8 years ago
Rich Harris 7a9ac95b34 Merge pull request from sveltejs/gh-798 8 years ago
Rich Harris 39681565e3 handle unquoted attribute values (fixes ) 8 years ago
Rich Harris 835a48bec5 -> v1.34.0 8 years ago
Rich Harris 0efa2ac7d7 Merge pull request from sveltejs/gh-757 8 years ago
Rich Harris ce109f0eb3 Merge pull request from sveltejs/gh-550 8 years ago
Rich Harris 502f6b6d14 Merge pull request from sveltejs/gh-791 8 years ago
Rich Harris 56677a2074 Merge pull request from sveltejs/gh-790 8 years ago
Rich Harris ff2e169b75 handle css vars in <style> tags (fixes ) 8 years ago
Rich Harris f50a6c50af remove test of instantiation without options, its nonsensical 8 years ago
Rich Harris 5f5f09b94e update snapshot tests 8 years ago
Rich Harris d8269b3e7f attach options to component () 8 years ago
Rich Harris cb92f3028e error if component has transition (fixes ) 8 years ago
Rich Harris 5b3e8cd88f support nested <slot> elements 8 years ago
Rich Harris 87ef5ffefd -> v1.33.0 8 years ago
Rich Harris 6fad3cbf9c Merge pull request from sveltejs/gh-763 8 years ago
Rich Harris 2fb0f5078d remove comments from HTML to be normalized, fixes final test 8 years ago
Rich Harris 143d0ea753 dont actually render <slot> elements 8 years ago
Rich Harris a469b560d8 only add this._slotted if necessary 8 years ago
Rich Harris 361a19df17 wrap fallback hydration code in conditional 8 years ago
Rich Harris a023346c91 validation 8 years ago
Rich Harris aa183df289 fallback content 8 years ago
Rich Harris 41026341d8 populate component.slots 8 years ago
Rich Harris 1ae3ab7bf9 server-side named slots 8 years ago
Rich Harris efe25555cf client-side named slots 8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/> 8 years ago
Rich Harris 3eaa5589f8 -> v1.32.0 8 years ago
Rich Harris b43bc83cd9 Merge pull request from sveltejs/gh-783 8 years ago
Rich Harris d6f186ddec Merge pull request from amwmedia/master 8 years ago
Rich Harris 71f9940f17 remove leading selectors safely - fixes 8 years ago
Rich Harris d734a6b823 start work on <slot> 8 years ago
Andrew Worcester caa67b5325 updated tests to reflect anchor change 8 years ago
Andrew Worcester 9dbc571f57 allow an anchor element to be passed for initial component bootstrap 8 years ago
Rich Harris c7dda9ff79 -> v1.31.0 8 years ago