Commit Graph

1063 Commits (2d7d7fec2a7a779144d4bfe6ad12323bf99248ea)
 

Author SHA1 Message Date
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
Rich Harris 41a5a53be5 Merge pull request #559 from sveltejs/simpler-codegen
9 years ago
Rich Harris 952a381445 Merge pull request #556 from sveltejs/gh-540
9 years ago
Rich Harris 18a4281ee4 Merge pull request #560 from sveltejs/gh-546
9 years ago
Rich-Harris 2cab755163 oops
9 years ago
Rich-Harris 690249816c abort intros before restarting them - fixes #546
9 years ago
Rich-Harris 72b7b3447e remove unnecessary if statement
9 years ago
Rich-Harris 0431d7029f more simplification
9 years ago
Rich-Harris b90d5b3903 more simplification
9 years ago
Rich-Harris 30abda37bd simplify SSR codegen
9 years ago
Rich-Harris e06ba84a74 fix test
9 years ago
Rich-Harris 00d2f6b8c5 collapse constructor block into builders.main
9 years ago
Rich-Harris 52f3d76e1d more codebuilder consolidation
9 years ago
Rich-Harris 051731268d build _set method in one place
9 years ago
Rich-Harris 64dbd45601 generate less code for if-blocks with else-blocks (closes #540)
9 years ago
Rich Harris 921aec97e3 Merge pull request #555 from sveltejs/gh-554
9 years ago
Conduitry 980c2626b4 label <style> element with id instead of with attribute, for performance
9 years ago
Rich-Harris 81935f9ec1 -> v1.19.1
9 years ago
Rich-Harris 7003536a79 export generateKeyframes
9 years ago
Conduitry 168b43eea1 when creating a component, always check whether its css is still in the dom (#554)
9 years ago
Rich-Harris 2e8bbaaa73 -> v1.19.0
9 years ago
Rich Harris 1a7f3d7bc3 Merge pull request #525 from sveltejs/gh-7
9 years ago
Rich-Harris 4380a51815 gah node 4
9 years ago
Rich-Harris e85c5deae1 lint after build
9 years ago
Rich-Harris cae37ea6bf fix script path, duh
9 years ago
Rich-Harris f810459a21 stringify helpers before bundling
9 years ago
Rich-Harris 4bbd4eb0f9 merge master -> gh-7
9 years ago
Rich-Harris 43e3fe2614 rename styles method to css - less ambiguity over what it returns, no style/styles confusion
9 years ago
Rich Harris 308dfcaae2 Merge pull request #553 from sveltejs/gh-538
9 years ago
Conduitry 25ce8dd951 correctly handle when helper functions have been internally renamed in Svelte bundle (#538)
9 years ago
Rich Harris ee6f405d83 Merge pull request #542 from Zirro/queryselector-checked
9 years ago
Rich-Harris 4165e1c805 simplify/unify transitions
9 years ago
Rich-Harris 3871627d63 outros on keyed each-blocks
9 years ago
Rich-Harris f30162f5e6 unkeyed each-blocks with outros
9 years ago
Rich-Harris e8a0646f88 fix mount order of keyed each-block with intros
9 years ago
Rich-Harris 2bec32fd4f remove redundant ternary
9 years ago
Rich-Harris 6601a27ad0 intro transitions in each-blocks
9 years ago
Rich-Harris 76a05445d2 improve deindent slightly — allow inline false expressions (which get removed), and trim trailing tabs
9 years ago
Zirro 3280a1974d Use .querySelector(':checked'), enable several <select> tests
9 years ago
Rich-Harris 8e5748477d tighten up transition tests
9 years ago
Rich-Harris 2fa0f28a83 remove method is unused
9 years ago
Rich-Harris 144fbd3126 only apply easing function once!
9 years ago
Rich-Harris 90105e7371 support transitions in compound if-blocks
9 years ago
Rich-Harris a839f7fc9a support dynamic simple if-blocks
9 years ago
Rich-Harris 0a62ac7619 some more transition tests, albeit somewhat ugly
9 years ago