Commit Graph

125 Commits (9bd98e72ace064fcaa0161c2e944e721ce8349d3)

Author SHA1 Message Date
Emil Ajdyna fadeeaf177 Expose root as a public property
8 years ago
Rich Harris a8eaa7e95c refactor
8 years ago
Rich Harris 945d8ce526 store bindings
8 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
8 years ago
Rich Harris d590dbe165
Reinstate code coverage
8 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
8 years ago
Conduitry 0fd823d661 fix syntax
8 years ago
Petter Ekrann 23b2817989 Ensure cloning of incomming data
8 years ago
Rich Harris e83bcb0b53 escape backslashes in CSS for custom elements - fixes #872
8 years ago
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