Commit Graph

939 Commits (dbe3cf8c7eff8cc885e465b3c5e6f0dc7da83f5a)

Author SHA1 Message Date
Rich Harris 9eaea2ba94 fix attribute parsing
9 years ago
Rich Harris 6fd069922b more direct tests
9 years ago
Rich Harris 368ac9b8ab fix output
9 years ago
Rich Harris 16599690a5 always return something
9 years ago
Rich Harris cec17c27b0 rename functions
9 years ago
Rich Harris 6d1d1e5d9a remove unused preprocessor option
9 years ago
Rich Harris 35085839e1 remove redundant try-catch
9 years ago
Efthymis Sarmpanis 953c2967f2 Basic support for style and script preprocessors
9 years ago
Rich Harris f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes #961
9 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes #962
9 years ago
Rich Harris a3b4eea3d7
Merge pull request #954 from sveltejs/gh-930-computed
9 years ago
Emil Tholin 1d76b71bfe Add 'current' to the list of aria attributes
9 years ago
Rich Harris 3206e08286 allow computed properties to depend on store props
9 years ago
Rich Harris a87d30e0e6 allow event handlers to call store methods
9 years ago
Rich Harris 945d8ce526 store bindings
9 years ago
Rich Harris be68cd9de2 use store in SSR mode
9 years ago
Rich Harris f80ace5fd6 client-side store subscriptions
9 years ago
Rich Harris c9aa72313e throw error on illegal context (#934)
9 years ago
Rich Harris dc154987da remove whitespace around <:Window/> - fixes #943
9 years ago
Efthymis Sarmpanis 4c06226a5c Add support for intercepting different file extensions, other than .html, in ssr. (#940)
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 60b883b066
enable <:Window bind:online/> - fixes #936 (#937)
9 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
9 years ago
Rich Harris 509fb1a6e3
Merge pull request #931 from sveltejs/gh-928
9 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
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 0a4e795498
Merge pull request #921 from sveltejs/gh-917
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 96428312ec check component exists after _bind before continuing - fixes #917
9 years ago
Rich Harris 6000e9b6e2
Merge pull request #902 from sveltejs/gh-893
9 years ago
Rich Harris ad12854d63
Merge pull request #918 from sveltejs/fix-umd-globals
9 years ago
Conduitry f19907e9f7 fix factory arguments for globals in UMD output
9 years ago
esarbanis 9218f20330 Use a block scoped unique name for the context
9 years ago
Rich Harris f659fd8391 remove unused _yield property
9 years ago
Rich Harris 3e9d9740f8 Merge branch 'm59peacemaker-oncreate-async-#904'
9 years ago
Johnny Hauser 5275892152 keep "async" keyword for async oncreate functions
9 years ago
Johnny Hauser 8edfd643f1 match css attribute name only selectors (no value)
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
Rich Harris 921ad06bc7 Merge pull request #900 from sveltejs/event-handler-options-callee
9 years ago
Conduitry cc8614c51c allow options.* as event handler callee
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
Rich Harris d01d7ee580 Merge pull request #886 from m59peacemaker/audio-muted
9 years ago