Commit Graph

2526 Commits (b28d7e643a691bd0412aa6a2543c65dbde01ac62)
 

Author SHA1 Message Date
Rich-Harris 97017f92c2 ugh node 6
9 years ago
Rich-Harris e8442d01eb dont generate test output if no css
9 years ago
Rich-Harris 6d47e924c4 output { js, css, ast } from svelte.compile - fixes #795
9 years ago
Rich-Harris aea4caaf2a fix element spread SSR
9 years ago
Rich-Harris 15e96408a7 component spread SSR
9 years ago
Rich-Harris 6e41ebe91b component spread
9 years ago
Rich-Harris 31bf3b89aa prep for component spread
9 years ago
Rich-Harris d63f153dd3 minor tidy up
9 years ago
Rich-Harris cf05f19e11 tidy up/notes to self
9 years ago
Rich-Harris 8d69ebb8f4 SSR spread elements
9 years ago
Rich-Harris cbd0ce7cbe fix CompileError constructor
9 years ago
Rich-Harris 824e87a675 -> v1.59.0
9 years ago
Rich Harris 31a6174a6a Merge pull request #1295 from sveltejs/each-block-keyed-empty
9 years ago
Rich-Harris 249e1f014b Revert "fix handler in-place"
9 years ago
Rich-Harris b7589e3162 Merge branch 'custom-event-teardown' of https://github.com/ekhaled/svelte into ekhaled-custom-event-teardown
9 years ago
ekhaled 59df8ca4f3 fix handler in-place
9 years ago
Rich-Harris 760b430ea8 handle empty each blocks
9 years ago
Rich Harris e00cd8f8d3 Merge pull request #1292 from sveltejs/gh-1291
9 years ago
Rich Harris 472afdef2b Merge pull request #1293 from sveltejs/gh-1290
9 years ago
Rich-Harris 29358228a5 argh, need a precommit check for this
9 years ago
Rich-Harris 8a84393bdf only delete applicable transition animations - fixes #1290
9 years ago
Rich-Harris b3a5973894 allow keyed each block to have static content - fixes #1291
9 years ago
ekhaled c1b1e4b188 add dev mode warning when teardown is returned instead of destroy
9 years ago
ekhaled bf71af4c2f support both destroy and teardown in custom event handlers
9 years ago
Rich-Harris 8a38ba3636 basic attribute spreading on elements
9 years ago
Conduitry c637b91a9b -> v1.58.5
9 years ago
Conduitry 2b227a0472 Merge pull request #1288 from sveltejs/ff-transition-bug
9 years ago
Conduitry eedbdee615 Merge pull request #1285 from TehShrike/backtick-literals-in-svg-property
9 years ago
Rich-Harris 860ae03033 remove transition styles in Firefox
9 years ago
Rich-Harris b02cc849f9 remove some stuff we wont need
9 years ago
Josh Duff 4539466c0c Accept backtick string literals in tag/props properties
9 years ago
Josh Duff 3062a86435 Fix backtick string literals not being recognized for the svg property
9 years ago
Rich-Harris ff56d9c312 Merge branch 'master' into mrkishi-spread
9 years ago
Rich-Harris 7ee9d9ad94 -> v1.58.4
9 years ago
Rich Harris fd55a48f79 Merge pull request #1283 from sveltejs/assign-fix
9 years ago
Conduitry 5dcbb8881b fix assembly of initial state object
9 years ago
Rich-Harris 85c10c2172 include spread with other attributes
9 years ago
Rich-Harris c5aa5693e5 merge master -> mrkishi-spreadh
9 years ago
Rich-Harris d8f7cbdd1d -> v1.58.3
9 years ago
Rich Harris 22028c094c Merge pull request #1279 from jacwright/action-this
9 years ago
Rich Harris 4e28a2d637 Merge pull request #1280 from sveltejs/dynamic-component-mount-ref
9 years ago
Rich Harris d73aca5583 Merge pull request #1282 from lukeed/fix/assign
9 years ago
Luke Edwards 8b148441cd fix Store usage
9 years ago
Luke Edwards 74e0e7e51d update test samples’ expectants
9 years ago
Luke Edwards be2f1e35aa fix methods + prototype assignment
9 years ago
Luke Edwards f3c479e881 apply nested `assign` usage
9 years ago
Luke Edwards b16ad9c695 update `util/assign` for 5x gain
9 years ago
Conduitry 47463e0328 use addBlock instead of addLine
9 years ago
Conduitry bfd8edc938 when mounting dynamic components, set ref if required
9 years ago
Jacob Wright 74fa12a3e1 Make tests work when running all of them together.
9 years ago