Commit Graph

117 Commits (62b42db6cfbb752a147fa0a866e67d512f0f3eda)

Author SHA1 Message Date
Rich Harris 77cd688922 Merge pull request #642 from sveltejs/gh-639-b
9 years ago
Rich Harris 8a095f1d11 mark indirect dependencies of <select> bindings - #639
9 years ago
Rich Harris 6a13e538b3 skip failing SSR test for now
9 years ago
Rich Harris f2596decc6 sync state with view, if <select> binding does not have initial value (#639)
9 years ago
Rich Harris b844f7a58d Merge pull request #627 from sveltejs/gh-624
9 years ago
Conduitry c31bdc6863 correctly handle empty <style> tag (#634)
9 years ago
Rich Harris e926dc09f4 only enforce static type if input is bound (fixes #620)
9 years ago
Rich Harris e04ae39b51 allow components to have computed member expressions for bindings (fixes #624)
9 years ago
Rich Harris 81561703fa more improvements to ergonomics around test failures
9 years ago
Rich Harris 27a10994ad failing test for #625
9 years ago
Conduitry 330c22e146 also escape back-ticks and backslashes in text nodes in SSR code (#616)
9 years ago
Conduitry c97159ee2e sanitize event name in handler function name (#612)
9 years ago
Rich Harris 8458a3f9e2 merge master -> gh-592
9 years ago
Rich Harris 5a3aa566ce Merge pull request #606 from sveltejs/gh-584
9 years ago
Rich Harris 173fdffaa8 Merge pull request #605 from sveltejs/gh-602
9 years ago
Rich Harris 7e5e6c3f13 add test for #610
9 years ago
Rich Harris 41cd7f1b15 coerce empty string in number/range inputs to undefined - closes #584
9 years ago
Rich Harris 19a64181b6 support binding to computed member expressions (fixes #602)
9 years ago
Rich Harris 96efd6d993 Merge branch 'master' into gh-592
9 years ago
Rich Harris feb308cebf Merge pull request #601 from sveltejs/gh-574
9 years ago
Rich Harris ac6bdd4df3 Merge pull request #600 from sveltejs/gh-575
9 years ago
Rich Harris cbc0b968ef separate unmount from destroy
9 years ago
Rich Harris 2478c797ab Merge branch 'master' into gh-592
9 years ago
Rich Harris 7b9ef42d3b apply t0 styles to nodes if css transition has delay. fixes #574
9 years ago
Rich Harris 14936889ae always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
9 years ago
Rich Harris d1e2ef34f1 treat <textarea> children the same as a value attribute
9 years ago
Rich Harris 791bbc0ad5 use value property for textareas
9 years ago
Conduitry 7732e69df5 add failing unit test for #592
9 years ago
Conduitry 819217decc add unit test
9 years ago
Rich Harris eb6c72debe Merge pull request #571 from sveltejs/gh-569
9 years ago
Conduitry 5f2c7cb725 failing test for #569
10 years ago
Rich-Harris 5ecdcaf0ad update dynamic keyed each blocks
10 years ago
Rich-Harris e9a9aea5a8 handle bidirectional transitions
10 years ago
Rich-Harris 1f6743c197 Merge branch 'master' into gh-543
10 years ago
Rich-Harris ae138329dd another crack at the algorithm. outros not currently applied
10 years ago
Rich-Harris 8c0b1bee06 update keyed each-block outro test to check div order
10 years ago
Rich-Harris 3db74bff28 apply delays to bidirectional transitions - fixes #562
10 years ago
Rich Harris 3c8e83edfb Merge pull request #563 from sveltejs/gh-561
10 years ago
Rich-Harris 796adf8961 fix outros on compound if blocks, get IfBlock.js coverage to 100%
10 years ago
Rich-Harris 87a4fb4879 some more html entity stuff, the bits i understand at least
10 years ago
Rich-Harris d6856c135b add complete list of html entities
10 years ago
Rich-Harris da23dab0bf failing test for #561
10 years ago
Rich-Harris 2cab755163 oops
10 years ago
Rich-Harris 690249816c abort intros before restarting them - fixes #546
10 years ago
Rich-Harris 4bbd4eb0f9 merge master -> gh-7
10 years ago
Rich-Harris 3871627d63 outros on keyed each-blocks
10 years ago
Rich-Harris f30162f5e6 unkeyed each-blocks with outros
10 years ago
Rich-Harris e8a0646f88 fix mount order of keyed each-block with intros
10 years ago
Rich-Harris 6601a27ad0 intro transitions in each-blocks
10 years ago
Zirro 3280a1974d Use .querySelector(':checked'), enable several <select> tests
10 years ago