Commit Graph

1513 Commits (be6e778a533df1dadfd6ade110b73c6dd2e9d037)
 

Author SHA1 Message Date
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
Rich Harris 25f08b215f replace {{yield}} with <slot/>
9 years ago
Rich Harris 827bea274c -> v1.32.0
9 years ago
Rich Harris 5e6cd3dfa8 Merge pull request #786 from sveltejs/gh-783
9 years ago
Rich Harris ba11dc939d Merge pull request #785 from amwmedia/master
9 years ago
Rich Harris 0d8817f2a9 remove leading selectors safely - fixes #783
9 years ago
Rich Harris 224a3c0e96 start work on <slot>
9 years ago
Andrew Worcester 186fa2701f updated tests to reflect anchor change
9 years ago
Andrew Worcester 47e56e3da6 allow an anchor element to be passed for initial component bootstrap
9 years ago
Rich Harris ad63928bb5 -> v1.31.0
9 years ago
Rich Harris 7b39a680de Merge pull request #778 from sveltejs/gh-773
9 years ago
Rich Harris 318faa0e7c update rollup again, fix paths issue
9 years ago
Rich Harris 152da5da9a update rollup and config
9 years ago
Rich Harris af88c030eb add legacy option, use it for setInputType (#773)
9 years ago
Rich Harris 5c8ca320c1 -> v1.30.0
9 years ago
Rich Harris 4da59be023 Merge pull request #775 from sveltejs/gh-774
9 years ago
Rich Harris 5634fbe9a7 Merge pull request #772 from sveltejs/gh-760
9 years ago
Rich Harris 07beb7cdaa order statements more logically
9 years ago
Rich Harris 661cb71391 consolidate everything in Component.ts - much cleaner
9 years ago
Rich Harris f314b1d695 move event handlers and refs inside Component.ts
9 years ago
Rich Harris 323b0bf1aa tidy up a bit
9 years ago
Rich Harris d75a9dca94 smarter handling of keyframes - fixes #774
9 years ago
Rich Harris 5b28edf156 tidy up
9 years ago
Rich Harris bad06ac21e all tests passing
9 years ago
Rich Harris 24f1fbde2a almost working
9 years ago
Rich Harris d02c468834 update component bindings together. WIP
9 years ago
Rich Harris 1c92cd999b test in prepublishOnly
9 years ago
Rich Harris 79f2cb4471 -> v1.29.3
9 years ago
Rich Harris cabd3c7f68 Merge pull request #770 from sveltejs/gh-767
9 years ago
Rich Harris 9fda3cf9ec rename function
9 years ago
Rich Harris 15b481b28e apply encapsulating attributes to correct elements and selector parts (#767)
9 years ago
Rich Harris 9e460cca0c Merge pull request #769 from sveltejs/gh-768
9 years ago
Rich Harris f63a07f139 we can now do changed.foo instead of "foo" in changed - is faster and smaller
9 years ago
Rich Harris 7fea57c44f rename addConditionalLine to addConditional
9 years ago
Rich Harris 09d95b30f7 add note to self
9 years ago
Rich Harris dd8cc8c194 tidy up, dedupe a bit
9 years ago
Rich Harris 2f0abaa719 apply optimisation to raw tags
9 years ago
Rich Harris d07af2a0c5 fix select edge case
9 years ago
Rich Harris 8faa01ad5c only cache values when it makes sense
9 years ago