Commit Graph

1259 Commits (8783a2efbc7657bd8a25ce98a666343615f76a4f)
 

Author SHA1 Message Date
Rich-Harris 8a5b11dd74 more typescript conversion
9 years ago
Rich-Harris fcc12a53a9 Merge branch 'master' into typescript
9 years ago
Rich Harris dde59938c6 Merge pull request #591 from sveltejs/gh-590
9 years ago
Rich Harris 7486c25497 Merge pull request #580 from sveltejs/gh-579
9 years ago
Conduitry 7732e69df5 add failing unit test for #592
9 years ago
Conduitry 819217decc add unit test
9 years ago
Conduitry 48832ecfa8 fix special props on `<select>` elements (#590)
9 years ago
Conduitry 8cdd4dad8a downgrade invalid callee error for event handlers to a warning (#579)
9 years ago
Rich-Harris 65a82a5683 gah, rollup needs the file extensions. which idiot wrote it
9 years ago
Rich-Harris fd8b09eb2e add a few type annotations
9 years ago
Rich-Harris e8027c6d6f remove .ts file extensions
9 years ago
Rich-Harris 3d234f070b rename all (almost) .js files
9 years ago
Rich-Harris f06cb81c22 switch a few more files over
9 years ago
Rich-Harris 563413c9f5 start converting to typescript
9 years ago
Rich-Harris c21ca1f3d8 -> v1.20.2
9 years ago
Rich Harris 6184a7601a Merge pull request #572 from sveltejs/compound-if-block-outros
9 years ago
Rich-Harris 21fea5ee67 fix destruction of compound if blocks with outros
9 years ago
Rich-Harris 26eb4b459e -> v1.20.1
9 years ago
Rich Harris eb6c72debe Merge pull request #571 from sveltejs/gh-569
9 years ago
Rich-Harris 735bd21550 fix insertion order of if blocks and their anchors
9 years ago
Rich-Harris 92a99576ca -> v1.20.0
9 years ago
Rich Harris e9e726b296 Merge pull request #568 from sveltejs/gh-543
9 years ago
Rich-Harris 9a43593a9e reintro unkeyed each block iterations as necessary
9 years ago
Rich-Harris 3224b93766 get rid of hardcoded variable names
9 years ago
Rich-Harris 13607ebe89 dont store keyed block iterations in an array
9 years ago
Conduitry 5f2c7cb725 failing test for #569
9 years ago
Rich-Harris 5ecdcaf0ad update dynamic keyed each blocks
9 years ago
Rich-Harris e9a9aea5a8 handle bidirectional transitions
9 years ago
Rich-Harris 1f6743c197 Merge branch 'master' into gh-543
9 years ago
Rich Harris 8ca425e339 Merge pull request #567 from sveltejs/gh-562
9 years ago
Rich Harris 91d89ec1d8 Merge pull request #566 from sveltejs/gh-564
9 years ago
Rich-Harris baeafbb9d5 use anchor when updating
9 years ago
Rich-Harris 3458b53556 ok, i think it actually works now
9 years ago
Rich-Harris ae138329dd another crack at the algorithm. outros not currently applied
9 years ago
Rich-Harris 2fab5c1cb8 fix bug in assert.htmlEqual
9 years ago
Rich-Harris 3d8a09880b mostly working list diffing algorithm
9 years ago
Rich-Harris f652bb0edb create start anchors for each-blocks that need them
9 years ago
Rich-Harris 8c0b1bee06 update keyed each-block outro test to check div order
9 years ago
Rich-Harris 87246075e0 minor tidy up
9 years ago
Rich-Harris 3db74bff28 apply delays to bidirectional transitions - fixes #562
9 years ago
Rich-Harris 9833dd0174 validate transition directives - closes #564
9 years ago
Rich Harris 3c8e83edfb Merge pull request #563 from sveltejs/gh-561
9 years ago
Rich Harris eb0aba1b33 Merge pull request #565 from sveltejs/coverage
9 years ago
Rich-Harris 796adf8961 fix outros on compound if blocks, get IfBlock.js coverage to 100%
9 years ago
Rich-Harris 2d7d7fec2a validate <:Window>
9 years ago
Rich-Harris 21371b2362 test @rules in css
9 years ago
Rich-Harris e63b607807 exclude src/shared/** from coverage reports
9 years ago
Rich-Harris 87a4fb4879 some more html entity stuff, the bits i understand at least
9 years ago
Rich-Harris d6856c135b add complete list of html entities
9 years ago
Rich-Harris 5b307ca1ee increase test coverage
9 years ago