Commit Graph

64 Commits (62ed1463682ac3f449a0b91d2fbf2cdb5a858d9e)

Author SHA1 Message Date
Rich-Harris 80d95f2bf9 <:Self> inside each-block
10 years ago
Rich-Harris cac61b2b0f self-references (#51)
10 years ago
Rich-Harris a71d0c8982 two-way binding with <select multiple> (#313)
10 years ago
Rich-Harris 25bcfef878 allow [arrow] function expressions inside tags (#269)
10 years ago
Rich Harris 0e2626ae78 throw error in dev mode for missing bound properties (#249)
10 years ago
Rich Harris e0dd5e935d Merge pull request #320 from sveltejs/gh-13
10 years ago
Rich Harris 3ccf61d9bc add development warnings for missing data properties with dev: true (#13)
10 years ago
Rich Harris b194b4859d use component.destroy() in tests instead of component.teardown()
10 years ago
Rich Harris b7a2978ceb update tests
10 years ago
Rich Harris 5b7294acbe use input events for two-way binding with textareas and non-checkbox/radio inputs (#10)
10 years ago
Rich Harris 5d786faf33 failing test for #222 part 2
10 years ago
Rich Harris 4cd0406d7e reenable all tests
10 years ago
Rich Harris 8bbb2532bd prevent imported names from conflicting with built-in shared helpers (#222)
10 years ago
Rich Harris 09250823b5 failing test for #222
10 years ago
Rich Harris f2acb5d6b6 handle shorthand properties in expressions (fixes #296)
10 years ago
Rich Harris 7e14400434 add (skipped) test for #301
10 years ago
Rich Harris a49109cefe fix tests
10 years ago
Rich Harris c89400f0dd fix tests
10 years ago
Rich Harris 79f1898caa Merge branch 'master' into gh-290-b
10 years ago
Rich Harris 1e1aa466e1 Merge pull request #297 from sveltejs/gh-290-a
10 years ago
Rich Harris cd12ecd3a6 remove duplicate set(), check select value
10 years ago
Rich Harris a8abe61fb2 failing tests for second bug in #290
10 years ago
cayasso b2ebafa3fc add test for select option issue (#291)
10 years ago
Rich Harris 7608158a98 failing test for first bug in #290
10 years ago
Rich Harris d94bde3cf4 failing test for #288
10 years ago
Rich-Harris 1c96e276c7 only update attributes that have changed (#279)
10 years ago
Rich-Harris db1895f426 only update triples if HTML has changed
10 years ago
Rich Harris e6fbf91017 dont trigger bindings for torn-down components (#277)
10 years ago
Rich Harris 606cbc29a7 handle default paramters in computed values (fixes #274)
10 years ago
Rich Harris 04627a6e88 skip onrender-chain test
10 years ago
Rich Harris 83deda147a Merge branch 'master' into universal-tests
10 years ago
Rich Harris e821ccc2de skip component binding SSR tests, for now
10 years ago
Rich Harris e499322931 fix/skip various SSR tests
10 years ago
Rich Harris 98148a925f always flush render hooks, even if initiator is a nested component (#263)
10 years ago
Paul Sauve 0809d9027b Merge branch 'master' into svg-set-xmlns
10 years ago
Rich Harris 987ccd79a4 Merge pull request #265 from sveltejs/gh-264
10 years ago
Rich Harris 8fa1a17846 handle xlink attributes
10 years ago
Paul Sauve 3aa8282933 xmlns should be added as an attribute for consistency
10 years ago
Paul Sauve 0a31cfee3b Work on skipping some tests
10 years ago
Conduitry 48a9f734d1 fix unit tests
10 years ago
Rich-Harris 711367e652 handle multiline comments in CSS - fixes #252
10 years ago
Arpad Borsos bec7170c50 correctly update yield fragment inside each, #230
10 years ago
Rich Harris c535657d31 reenable all tests
10 years ago
Rich Harris 068e4819ee Merge pull request #242 from sveltejs/gh-231
10 years ago
Rich Harris 671e959d4b fix component yields inside each blocks (#230)
10 years ago
Rich Harris 8965af378c make yield renderer names globally unique (#231)
10 years ago
Rich Harris 8422a2a1f2 dont use properties when setting <svg> element attributes (fixes #233)
10 years ago
Paul Sauve c601acfe7e Fix partial numbers being detected as numbers
10 years ago
Rich-Harris 5b23a8591d fix test failure caused by clearing cache
10 years ago
Rich-Harris 53daa7745b failing test for #81
10 years ago