Commit Graph

598 Commits (e528593ab331d0c2fbcbba628a217720a0a2eef8)

Author SHA1 Message Date
Rich Harris 47f9c3dbfd dont recreate if_blocks incorrectly
9 years ago
Rich Harris 8d0ec6e61e pass params to get_block (#667)
9 years ago
Rich Harris de2e059f4e only run create() for new if blocks - fixes #665
9 years ago
Rich Harris dcb905aab6 fix each-else blocks that are empty on initial render (#662)
9 years ago
Rich Harris b07f303780 put attribute selector before pseudo-class selector - fixes #658
9 years ago
Rich Harris b47e2527b3 test with hydratable: true and hydratable: false
9 years ago
Rich Harris fdb750ee5c keyed each block and select fixes
9 years ago
Rich Harris 4d713a5191 fix yield blocks
9 years ago
Rich Harris d10ddc0c51 fix most non-hydration tests
9 years ago
Rich Harris 97b70bccc5 events, bindings, if block fixes
9 years ago
Rich Harris dc29b2d466 fix component hydration
9 years ago
Rich Harris 0bbd917442 more hydration
9 years ago
Rich Harris 14fe89eae8 hydration working with elements, text nodes, tags and if blocks
9 years ago
Rich Harris be7ddbac58 Merge branch 'master' into hydration
9 years ago
Rich Harris e9516abffd fix bad indentation in generated code
9 years ago
Paul Sauve dc0dedf3fe Fix #643
9 years ago
Rich Harris ba822bd60c Merge pull request #642 from sveltejs/gh-639-b
9 years ago
Rich Harris 5c26f81f53 Merge pull request #641 from sveltejs/gh-639-a
9 years ago
Rich Harris 9a70ca7874 mark indirect dependencies of <select> bindings - #639
9 years ago
Rich Harris d3d026a510 sync state with view, if <select> binding does not have initial value (#639)
9 years ago
Rich Harris dceb2b533b first, very incorrect stab at hydration
9 years ago
Rich Harris 135f626395 include ast in svelte.compile return value (#632)
9 years ago
Rich Harris bb17940b7e Merge pull request #627 from sveltejs/gh-624
9 years ago
Rich Harris 596ab3a7fe remove TODO, is now taken care of
9 years ago
Conduitry 051534eeae correctly handle empty <style> tag (#634)
9 years ago
Rich Harris 61f5cbef54 Merge pull request #630 from sveltejs/gh-620
9 years ago
Conduitry 3aaec886cb fix missing component test
9 years ago
Rich Harris 728594b1c2 Merge pull request #629 from sveltejs/gh-621
9 years ago
Rich Harris ff40308358 only enforce static type if input is bound (fixes #620)
9 years ago
Rich Harris b7ea045a04 rename addEventListener and removeEventListener (#621)
9 years ago
Rich Harris d45699db6f warn on missing component (#623)
9 years ago
Rich Harris e0917fd874 allow components to have computed member expressions for bindings (fixes #624)
9 years ago
Rich Harris b89c42c851 fix #625
9 years ago
Rich Harris 7c23579197 typo
9 years ago
Rich Harris 1a798ec8ad Merge branch 'master' into gh-616
9 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
9 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
9 years ago
Conduitry 05a7a262c3 also escape back-ticks and backslashes in text nodes in SSR code (#616)
9 years ago
Rich Harris 84595fb381 run prettier on src, update tests
9 years ago
Conduitry 03616943dd update for magic-string .overwrite API change
9 years ago
Conduitry 9112671263 sanitize event name in handler function name (#612)
9 years ago
Rich Harris 3b70920991 merge master -> gh-592
9 years ago
Rich Harris 6636ea3e0a Merge pull request #607 from sveltejs/gh-583
9 years ago
Rich Harris b5b484bd91 Merge pull request #606 from sveltejs/gh-584
9 years ago
Rich Harris 66a1fd76dd Merge pull request #605 from sveltejs/gh-602
9 years ago
Rich Harris ce8dd647f0 Merge branch 'fix-each-block' of https://github.com/hperrin/svelte into hperrin-fix-each-block
9 years ago
Hunter Perrin 41c214a986 Fixed each block producing elements in wrong order after change. Fixes #610.
9 years ago
Luke Edwards 869ae4b3cf improve assign() util performance
9 years ago
Rich Harris 7b99d47215 add cascade option, to prevent components inheriting styles (#583)
9 years ago
Rich Harris 6ae01b6682 coerce empty string in number/range inputs to undefined - closes #584
9 years ago