Commit Graph

116 Commits (262456d41c3371693d6d0004f08c22d4ce947776)

Author SHA1 Message Date
Rich Harris 1dc4882183 merge master -> no-template-iife
8 years ago
Rich Harris d27e4734d5 Merge branch 'master' into short-method-names
8 years ago
Rich Harris dc3785c1e2 fix escaping of %-prefixed names
8 years ago
Rich Harris 6436886500 exclude irrelevant stuff from SSR output
8 years ago
Rich Harris 4dbfc65e74 fix indentation, update snapshot tests
8 years ago
Rich Harris 49403d4326 deconflict
8 years ago
Rich Harris 2865a98e57 move properties out of the template IIFE (#756)
8 years ago
Rich Harris fcf2b03ba6 take template object out of IIFE
8 years ago
Rich Harris 2b2a1b40ce use short method names
8 years ago
Rich Harris 1f9fc04d27 simplify module wrapping
8 years ago
Rich Harris fdd7ac71c2 Merge branch 'master' into iife
8 years ago
Rich Harris 4f1d48c4a6 more readable each block values
8 years ago
Rich Harris 5cd76be290 various fixes
8 years ago
Rich Harris abea37af71 wrap ES modules in an IIFE
8 years ago
Rich Harris 6f0961ed5a remove oldState from recompute
8 years ago
Rich Harris 955354739f Merge branch 'master' into remove-is-initial
8 years ago
Rich Harris 9f19121b65 remove isInitial check on recompute
8 years ago
Rich Harris 33dbc18a10 merge master -> shared-init
8 years ago
Rich Harris bd002f94bc extract some shared init logic
8 years ago
Rich Harris 1d34bd886e put version comment above imports
8 years ago
Rich Harris 6e57fa3ced add debugging comments
8 years ago
Rich Harris fbbaff5404 typo
8 years ago
Rich Harris 770c14955d escape shadow DOM CSS - fixes #840
8 years ago
Rich Harris 5f2ea34d84 always attach fragment to shadow root (fixes #821)
8 years ago
Rich Harris 5ca6893f58 Merge branch 'master' into gh-781
8 years ago
Rich Harris e993ae0748 more consistent style for generated code
8 years ago
Rich Harris 75651bb070 use component name in runtime dev warnings - fixes #781
8 years ago
Rich Harris 2380109f15 handly directly instantiated custom elements, and slots
8 years ago
Rich Harris 118988c16b append host element, not contents, when component is nested
8 years ago
Rich Harris 71bd8e3008 use template strings to prevent sourcemaps breaking the code
8 years ago
Rich Harris f5f35b5a50 scoped styles
8 years ago
Rich Harris 30e58c4a73 validate props, auto-generate props if unspecified
8 years ago
Rich Harris afe3e2e669 basic custom element generation (#797)
8 years ago
Rich Harris d8269b3e7f attach options to component (#550)
8 years ago
Rich Harris 6fad3cbf9c Merge pull request #787 from sveltejs/gh-763
8 years ago
Rich Harris a469b560d8 only add this._slotted if necessary
8 years ago
Rich Harris 41026341d8 populate component.slots
8 years ago
Rich Harris efe25555cf client-side named slots
8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
8 years ago
Andrew Worcester 9dbc571f57 allow an anchor element to be passed for initial component bootstrap
8 years ago
Rich Harris f7b829820f add legacy option, use it for setInputType (#773)
8 years ago
Rich Harris 6366a4f55e update component bindings together. WIP
8 years ago
Rich Harris 3daa7aa6b3 we can now do changed.foo instead of "foo" in changed - is faster and smaller
8 years ago
Rich Harris 9053e95460 rename addConditionalLine to addConditional
8 years ago
Rich Harris 0f7e87c804 do dirty check in _set, so we can easily skip unnecessary computations later (#768)
8 years ago
Rich Harris fd3792bd60 replace destroy with noop on destroy
8 years ago
Rich Harris faf1eeea2f no need to bind destroy, event handlers are called with the component as context
8 years ago
Rich Harris 86fb0e4ced handle set after destroy, and move destroy into shared helpers
8 years ago
Rich Harris f3f85841a5 Merge pull request #751 from sveltejs/hoist-if-block-selectors
8 years ago
Hunter Perrin ba74297a19 Changed from this keyword to argument in setup method.
8 years ago