Commit Graph

713 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 f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes #961
8 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes #962
8 years ago
Rich Harris dc97fa76c8 less code
8 years ago
Rich Harris 8a0813e96b SSR await-then-catch
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 3206e08286 allow computed properties to depend on store props
8 years ago
Rich Harris 945d8ce526 store bindings
8 years ago
Rich Harris be68cd9de2 use store in SSR mode
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 509fb1a6e3
Merge pull request #931 from sveltejs/gh-928
8 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
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
Rich Harris ad12854d63
Merge pull request #918 from sveltejs/fix-umd-globals
8 years ago
Conduitry f19907e9f7 fix factory arguments for globals in UMD output
8 years ago
esarbanis 9218f20330 Use a block scoped unique name for the context
8 years ago
Johnny Hauser 5275892152 keep "async" keyword for async oncreate functions
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
Rich Harris d01d7ee580 Merge pull request #886 from m59peacemaker/audio-muted
8 years ago
Conduitry 0fd823d661 fix syntax
8 years ago
Petter Ekrann 23b2817989 Ensure cloning of incomming data
8 years ago
Jacob Mischka ffbc991027
Add missing runtime test, add contexts to SSR
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
Conduitry 0567d08094 pass default onwarn and onerror handlers to user's callbacks
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