Commit Graph

619 Commits (dba32df84e7ee41c8a3699ce347a7b272a2a2ee1)

Author SHA1 Message Date
Rich Harris dba32df84e client-side dynamic components mostly working (#640)
9 years ago
Rich Harris 3350f166db dont transform bidi transitions twice - fixes #962
9 years ago
Rich Harris 844e89f277 correctly mount await block that has an anchor
9 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
9 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes #962
9 years ago
Rich Harris dc97fa76c8 less code
9 years ago
Rich Harris 56b167b44f await-then-catch with non-promise
9 years ago
Rich Harris a2d885c8ba basic client-side await-then-catch working
9 years ago
Rich Harris d783993d23 halfway there
9 years ago
Rich Harris 945d8ce526 store bindings
9 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
9 years ago
Rich Harris dc154987da remove whitespace around <:Window/> - fixes #943
9 years ago
Rich Harris d32328ca69
append to the dom, not a document fragment, when updating each block in slot - fixes #927
9 years ago
Rich Harris 0a01aa0243
Increase code coverage
9 years ago
Rich Harris d590dbe165
Reinstate code coverage
9 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
9 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
9 years ago
Rich Harris 956d7b17b8 remove unused code
9 years ago
Rich Harris 7e07cde021 use <option> children as value attribute, if none exists. fixes #928
9 years ago
Rich Harris 3ff208ffdd
Merge pull request #925 from sveltejs/gh-915
9 years ago
esarbanis ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
9 years ago
Rich Harris d28942d91a dont use innerHTML for options inside optgroups - fixes #915
9 years ago
Rich Harris 6000e9b6e2
Merge pull request #902 from sveltejs/gh-893
9 years ago
esarbanis 9218f20330 Use a block scoped unique name for the context
9 years ago
Rich Harris 218dcacef8 Merge branch 'patch-1' of https://github.com/petterek/svelte into petterek-patch-1
9 years ago
Rich Harris 5646df77ac possible fix for #893
9 years ago
Jacob Mischka f0aea9b086
Fix updates for destructured each arrays
9 years ago
Rich Harris c394aa7848 Merge pull request #889 from jacobmischka/destructure-each
9 years ago
Conduitry 0fd823d661 fix syntax
9 years ago
Petter Ekrann 23b2817989 Ensure cloning of incomming data
9 years ago
Jacob Mischka 5d27d3fda7
Add array destructuring for each contexts
9 years ago
Johnny Hauser b79e37c727 supported "muted" property as boolean on audio element
9 years ago
Rich Harris e83bcb0b53 escape backslashes in CSS for custom elements - fixes #872
9 years ago
Rich Harris 54d9e05f27 Merge pull request #867 from sveltejs/gh-866
9 years ago
Conduitry 707405af7a fix sigil escaping in .textContent and .innerHTML (#868)
9 years ago
Conduitry 0a7e6183fd do not use self-closing tags in .innerHTML (#866)
9 years ago
Rich Harris 1dc4882183 merge master -> no-template-iife
9 years ago
Rich Harris d27e4734d5 Merge branch 'master' into short-method-names
9 years ago
Rich Harris dc3785c1e2 fix escaping of %-prefixed names
9 years ago
Rich Harris 6436886500 exclude irrelevant stuff from SSR output
9 years ago
Rich Harris 7f39b5be16 tidy up
9 years ago
Rich Harris 4dbfc65e74 fix indentation, update snapshot tests
9 years ago
Rich Harris 49403d4326 deconflict
9 years ago
Rich Harris 2865a98e57 move properties out of the template IIFE (#756)
9 years ago
Rich Harris fcf2b03ba6 take template object out of IIFE
9 years ago
Rich Harris 94e280e430 merge master -> gh-23
9 years ago
Rich Harris 2da0e252c7 merge master => iife
9 years ago
Rich Harris 2b2a1b40ce use short method names
9 years ago
Rich Harris c8f094cf80 remove unused destroyEach and destroy arguments
9 years ago
Rich Harris 1f9fc04d27 simplify module wrapping
9 years ago