Commit Graph

558 Commits (57c25b7a438602aeedafdc2e85a4f372061a4821)

Author SHA1 Message Date
Rich Harris ba822bd60c Merge pull request #642 from sveltejs/gh-639-b
8 years ago
Rich Harris 5c26f81f53 Merge pull request #641 from sveltejs/gh-639-a
8 years ago
Rich Harris 9a70ca7874 mark indirect dependencies of <select> bindings - #639
8 years ago
Rich Harris 4b7b0503af skip failing SSR test for now
8 years ago
Rich Harris d3d026a510 sync state with view, if <select> binding does not have initial value (#639)
8 years ago
Rich Harris 135f626395 include ast in svelte.compile return value (#632)
8 years ago
Rich Harris bb17940b7e Merge pull request #627 from sveltejs/gh-624
8 years ago
Conduitry 051534eeae correctly handle empty <style> tag (#634)
8 years ago
Rich Harris 61f5cbef54 Merge pull request #630 from sveltejs/gh-620
8 years ago
Rich Harris ff40308358 only enforce static type if input is bound (fixes #620)
8 years ago
Rich Harris d45699db6f warn on missing component (#623)
8 years ago
Rich Harris e0917fd874 allow components to have computed member expressions for bindings (fixes #624)
8 years ago
Rich Harris 5c53f5b6a2 more useful presentation of failing SSR code
8 years ago
Rich Harris e730b38b9d lint
8 years ago
Rich Harris d50c29bb6a more improvements to ergonomics around test failures
8 years ago
Rich Harris 4037b647cb failing test for #625
8 years ago
Rich Harris 6227745467 remove logging
8 years ago
Rich Harris 3e5f8d05c5 improve readability of debugging printouts
8 years ago
Rich Harris 1a798ec8ad Merge branch 'master' into gh-616
8 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
8 years ago
Conduitry 05a7a262c3 also escape back-ticks and backslashes in text nodes in SSR code (#616)
8 years ago
Rich Harris 10ecd81734 prettierfy test files
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Conduitry 9112671263 sanitize event name in handler function name (#612)
8 years ago
Rich Harris 3b70920991 merge master -> gh-592
8 years ago
Rich Harris 6636ea3e0a Merge pull request #607 from sveltejs/gh-583
8 years ago
Rich Harris b5b484bd91 Merge pull request #606 from sveltejs/gh-584
8 years ago
Rich Harris 66a1fd76dd Merge pull request #605 from sveltejs/gh-602
8 years ago
Rich Harris e1001a7f34 add test for #610
8 years ago
Rich Harris ce8dd647f0 Merge branch 'fix-each-block' of https://github.com/hperrin/svelte into hperrin-fix-each-block
8 years ago
Hunter Perrin 41c214a986 Fixed each block producing elements in wrong order after change. Fixes #610.
8 years ago
Rich Harris a538f7a071 update tests to use new assign helper
8 years ago
Rich Harris 7b99d47215 add cascade option, to prevent components inheriting styles (#583)
8 years ago
Rich Harris 6ae01b6682 coerce empty string in number/range inputs to undefined - closes #584
8 years ago
Rich Harris d752959ef1 change error message for invalid bindings
8 years ago
Rich Harris 2a92b36472 support binding to computed member expressions (fixes #602)
8 years ago
Rich Harris f511962325 Merge branch 'master' into gh-592
8 years ago
Rich Harris 31d8ef6654 Merge pull request #601 from sveltejs/gh-574
8 years ago
Rich Harris 1db0d465b0 Merge pull request #600 from sveltejs/gh-575
8 years ago
Rich Harris c4b68ca8cb remove TODO
8 years ago
Rich Harris 288d1c9d74 update tests
8 years ago
Rich Harris 739a832c37 remove some files from repo
8 years ago
Rich Harris 5c055a9f0c separate unmount from destroy
8 years ago
Rich Harris 77fb38a123 Merge branch 'master' into gh-592
8 years ago
Rich Harris b831d6c47f apply t0 styles to nodes if css transition has delay. fixes #574
8 years ago
Rich Harris 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
8 years ago
Rich Harris b828fdf855 treat <textarea> children the same as a value attribute
8 years ago
Rich Harris 8d2607c37d fix server-side rendering of textareas with value/children
8 years ago
Rich Harris 70431dd794 use value property for textareas
8 years ago
Rich Harris b2ea03dde0 prevent textarea from having both value and children
8 years ago