Commit Graph

619 Commits (dba32df84e7ee41c8a3699ce347a7b272a2a2ee1)

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