Commit Graph

474 Commits (30abda37bd51929ba32c6df7c3c525d6bdc82cfa)

Author SHA1 Message Date
Rich-Harris 30abda37bd simplify SSR codegen
9 years ago
Rich-Harris e06ba84a74 fix test
9 years ago
Conduitry 980c2626b4 label <style> element with id instead of with attribute, for performance
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 4bbd4eb0f9 merge master -> gh-7
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 6601a27ad0 intro transitions in each-blocks
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 a839f7fc9a support dynamic simple if-blocks
9 years ago
Rich-Harris 0a62ac7619 some more transition tests, albeit somewhat ugly
9 years ago
Rich-Harris 7467f5ea12 get basic intro transition test passing
9 years ago
Rich-Harris 3eda59d2cb Merge branch 'master' into gh-7
9 years ago
Rich Harris 45831b929f Merge pull request #529 from sveltejs/bind-checked
9 years ago
Rich-Harris 9e4c78a278 add test
9 years ago
Rich Harris ae467608db Merge pull request #536 from sveltejs/gh-534
9 years ago
Conduitry 3e736f5ebd fix parsing of expressions wrapped in parentheses (#534)
9 years ago
Conduitry dcd2a99a77 fix simple if blocks with top-level or conditions (#532)
9 years ago
Rich-Harris 33bce40839 allow parameter-less transitions
9 years ago
Rich-Harris 339d2987fc update tests
9 years ago
Rich-Harris c3c58531a8 Merge branch 'master' into gh-7
9 years ago
Rich Harris 5384583c19 Merge pull request #527 from sveltejs/gh-524
9 years ago
Rich-Harris 789b759d48 fix for #524
9 years ago
Rich-Harris 8291c53349 include destroy as valid built-in method for event handlers (fixes #523)
9 years ago
Rich-Harris 61e7089f9e failing test for intro transition
9 years ago
Rich-Harris 41700f689b parse transition directives
9 years ago
Rich Harris 5dac68ed5a Merge branch 'master' into gh-3
9 years ago
Rich-Harris f20d29c993 skip <select> test
9 years ago
Conduitry 2911513fb8 fix unit test?
9 years ago
Tobias Davis 685dffd4f5 failing test for bound event handler on <select> elements
9 years ago
Conduitry 5f27bbdcde replace invalid characters in element names when creating variables (#516)
9 years ago
Conduitry bbca5d1402 only call .update on yield fragment if it's present (#514)
9 years ago
Conduitry 7969409ae6 Merge branch 'master' into gh-3
9 years ago
Rich Harris b05dbdb9e2 Update expected.js
9 years ago
Rich Harris a52f40eb82 Merge branch 'master' into gh-507
9 years ago
Rich Harris 68a446c156 Merge pull request #510 from sveltejs/gh-509
9 years ago
Rich-Harris 84cac6bbd9 anchor-less each blocks
9 years ago
Rich-Harris e903ff69fc only create anchors for if blocks when necessary
9 years ago
Rich-Harris 12f211c6a8 populate state in preprocess step, including naming DOM nodes
9 years ago
Rich-Harris 6ff83a4127 rename root to state, and allow state to be used as context
9 years ago
Rich-Harris be5dcd5631 null out else block references when they are destroyed — fixes #509
9 years ago
Rich-Harris 54047c31bf hoist variables where appropriate (#504)
9 years ago
Rich Harris d17de8c51d Merge pull request #501 from sveltejs/gh-498-b
9 years ago
Rich Harris 425aec2bf5 Merge pull request #500 from sveltejs/gh-498
9 years ago
Rich Harris f591a5e844 Merge pull request #499 from sveltejs/gh-495
9 years ago
Rich-Harris 834c94b861 formatting
9 years ago
Rich-Harris 79d99b9170 Merge branch 'master' of https://github.com/saibotsivad/svelte into taylorzane-hotfix/initialize-select-element
9 years ago
Rich-Harris 430037cb9c whoops
9 years ago