Commit Graph

554 Commits (dceb2b533b29b87b5148857c73c37ec4d45ff64c)

Author SHA1 Message Date
Rich Harris dceb2b533b first, very incorrect stab at hydration
9 years ago
Rich Harris f361d4287a add hydration tests
9 years ago
Rich Harris bb17940b7e Merge pull request #627 from sveltejs/gh-624
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
Rich Harris ff40308358 only enforce static type if input is bound (fixes #620)
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 5c53f5b6a2 more useful presentation of failing SSR code
9 years ago
Rich Harris e730b38b9d lint
9 years ago
Rich Harris d50c29bb6a more improvements to ergonomics around test failures
9 years ago
Rich Harris 4037b647cb failing test for #625
9 years ago
Rich Harris 6227745467 remove logging
9 years ago
Rich Harris 3e5f8d05c5 improve readability of debugging printouts
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
Conduitry 05a7a262c3 also escape back-ticks and backslashes in text nodes in SSR code (#616)
9 years ago
Rich Harris 10ecd81734 prettierfy test files
9 years ago
Rich Harris 84595fb381 run prettier on src, update tests
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 e1001a7f34 add test for #610
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
Rich Harris a538f7a071 update tests to use new assign helper
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
Rich Harris d752959ef1 change error message for invalid bindings
9 years ago
Rich Harris 2a92b36472 support binding to computed member expressions (fixes #602)
9 years ago
Rich Harris f511962325 Merge branch 'master' into gh-592
9 years ago
Rich Harris 31d8ef6654 Merge pull request #601 from sveltejs/gh-574
9 years ago
Rich Harris 1db0d465b0 Merge pull request #600 from sveltejs/gh-575
9 years ago
Rich Harris c4b68ca8cb remove TODO
9 years ago
Rich Harris 288d1c9d74 update tests
9 years ago
Rich Harris 739a832c37 remove some files from repo
9 years ago
Rich Harris 5c055a9f0c separate unmount from destroy
9 years ago
Rich Harris 77fb38a123 Merge branch 'master' into gh-592
9 years ago
Rich Harris b831d6c47f apply t0 styles to nodes if css transition has delay. fixes #574
9 years ago
Rich Harris 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
9 years ago
Rich Harris b828fdf855 treat <textarea> children the same as a value attribute
9 years ago
Rich Harris 8d2607c37d fix server-side rendering of textareas with value/children
9 years ago
Rich Harris 70431dd794 use value property for textareas
9 years ago
Rich Harris b2ea03dde0 prevent textarea from having both value and children
9 years ago
Rich Harris 5ccc200222 separate parsing rules for textareas
9 years ago
Rich Harris 015ef56b18 make transitionManager treeshakeable (fixes #593)
9 years ago
Rich Harris 34170a5e76 compare bundled output with expectations
9 years ago
Rich Harris 2194de9b28 Merge pull request #591 from sveltejs/gh-590
9 years ago