Commit Graph

175 Commits (d2a5f5df33ba4fda7b9fe7aae77a490ffe711b77)

Author SHA1 Message Date
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 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 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 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 a52f40eb82 Merge branch 'master' into gh-507
9 years ago
Rich-Harris e903ff69fc only create anchors for if blocks when necessary
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 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
Rich-Harris c6aa61ae1f allow dynamic each-block to have static else-block
9 years ago
Rich-Harris 5591443103 failing test for #498
9 years ago
Rich-Harris 0d459b949c ensure var names in binding callbacks are unique — fixes #495
9 years ago
Rich-Harris 2c760223d0 failing test for #495
9 years ago
Tobias Davis cb095325e4 add failing test for bound select elements
9 years ago
Rich-Harris efcf4b318b dont try to test audio stuff in JSDOM
9 years ago
Rich-Harris a7e7fb6423 Merge branch 'window-events' into gh-406
9 years ago
Rich-Harris 1ad1cd8a78 reenable all tests
9 years ago
Rich-Harris 509328ceb2 allow window events to access state
9 years ago
Rich-Harris ce060c1679 implement bind:duration and bind:paused
9 years ago
Rich-Harris 20ef3734fa implement bind:currentTime
9 years ago
Rich-Harris 6e89ce0bfb make all tests run
9 years ago
Rich-Harris eb76a28f8d helpers should not be considered dependencies — fixes #492
9 years ago
Rich-Harris 35a45799f2 more tidying up
9 years ago
Rich-Harris d027851e43 wait this is actually way easier
9 years ago
Rich-Harris d0d17bfde7 prevent component binding blowback on initial render
9 years ago
Rich-Harris 134e9b6f9d ensure binding event handlers precede normal ones (fixes #486)
9 years ago
Rich-Harris 4c927c0c26 clone before set — fixes #479
10 years ago
Rich-Harris 04db04cbd5 update select value bindings at the end of the cycle (fixes #476)
10 years ago
Conduitry 11dcbc1e68 only warn on missing properties in dev mode, do not warn on whitelisted globals
10 years ago
Rich-Harris 24c8782165 replace all invalid characters in attribute names when creating variables (fixes #470)
10 years ago
Rich Harris c853c79bf6 Merge pull request #468 from sveltejs/gh-465
10 years ago
Rich Harris f75d345f3d Merge branch 'master' into gh-465
10 years ago
Rich Harris 6258a7c09e Merge branch 'master' into readonly-dev-warning
10 years ago
Rich Harris a8e5a9c49e Merge pull request #461 from sveltejs/gh-404-scroll
10 years ago
Rich Harris 4233f1de42 catch hardcoded names that should be aliases (#465)
10 years ago
Rich Harris 05e3118592 ensure hoisted event handler names are globally unique — fixes #466
10 years ago
Rich Harris d8d334d86d move some tests to where they belong
10 years ago
Rich Harris 8769d9734f merge master -> readonly-dev-warning
10 years ago
Rich Harris d897607cc1 throw if user sets read-only properties in dev mode
10 years ago
Rich Harris 4a20d3d946 window scroll bindings are bidirectional (#404)
10 years ago
Rich Harris e04bc02518 dont create whitespace nodes inside elements like <select> (#189)
10 years ago
Rich Harris 20e483f7eb correctly bind one-way select value attributes (#423)
10 years ago
Rich Harris e74b3edd30 hoist some event handlers, rewrite non-hoisted ones to avoid binding
10 years ago
Rich-Harris 48d8c2ca95 Merge branch 'master' into refactor
10 years ago
Rich-Harris 2cd132e44d separate current *fragment* from current *generator state*
10 years ago
Rich-Harris b97438749f all tests passing once more. now the real work begins
10 years ago
Rich Harris 505da643d3 another horrible half-done commit
10 years ago
Rich Harris c7187d1b17 baby steps...
10 years ago
Rich Harris 1462ec4665 minor test tweaks
10 years ago
Rich Harris 7479219f3c move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
10 years ago