Commit Graph

455 Commits (3280a1974d68c0b6709d32ee16120db943a26743)

Author SHA1 Message Date
Zirro 3280a1974d Use .querySelector(':checked'), enable several <select> tests
10 years ago
Rich Harris 45831b929f Merge pull request #529 from sveltejs/bind-checked
10 years ago
Rich-Harris 9e4c78a278 add test
10 years ago
Rich Harris ae467608db Merge pull request #536 from sveltejs/gh-534
10 years ago
Conduitry 3e736f5ebd fix parsing of expressions wrapped in parentheses (#534)
10 years ago
Conduitry dcd2a99a77 fix simple if blocks with top-level or conditions (#532)
10 years ago
Rich Harris 5384583c19 Merge pull request #527 from sveltejs/gh-524
10 years ago
Rich-Harris 789b759d48 fix for #524
10 years ago
Rich-Harris 8291c53349 include destroy as valid built-in method for event handlers (fixes #523)
10 years ago
Rich Harris 5dac68ed5a Merge branch 'master' into gh-3
10 years ago
Rich-Harris f20d29c993 skip <select> test
10 years ago
Conduitry 2911513fb8 fix unit test?
10 years ago
Tobias Davis 685dffd4f5 failing test for bound event handler on <select> elements
10 years ago
Conduitry 5f27bbdcde replace invalid characters in element names when creating variables (#516)
10 years ago
Conduitry bbca5d1402 only call .update on yield fragment if it's present (#514)
10 years ago
Conduitry 7969409ae6 Merge branch 'master' into gh-3
10 years ago
Rich Harris b05dbdb9e2 Update expected.js
10 years ago
Rich Harris a52f40eb82 Merge branch 'master' into gh-507
10 years ago
Rich Harris 68a446c156 Merge pull request #510 from sveltejs/gh-509
10 years ago
Rich-Harris 84cac6bbd9 anchor-less each blocks
10 years ago
Rich-Harris e903ff69fc only create anchors for if blocks when necessary
10 years ago
Rich-Harris 12f211c6a8 populate state in preprocess step, including naming DOM nodes
10 years ago
Rich-Harris 6ff83a4127 rename root to state, and allow state to be used as context
10 years ago
Rich-Harris be5dcd5631 null out else block references when they are destroyed — fixes #509
10 years ago
Rich-Harris 54047c31bf hoist variables where appropriate (#504)
10 years ago
Rich Harris d17de8c51d Merge pull request #501 from sveltejs/gh-498-b
10 years ago
Rich Harris 425aec2bf5 Merge pull request #500 from sveltejs/gh-498
10 years ago
Rich Harris f591a5e844 Merge pull request #499 from sveltejs/gh-495
10 years ago
Rich-Harris 834c94b861 formatting
10 years ago
Rich-Harris 79d99b9170 Merge branch 'master' of https://github.com/saibotsivad/svelte into taylorzane-hotfix/initialize-select-element
10 years ago
Rich-Harris 430037cb9c whoops
10 years ago
Rich-Harris c6aa61ae1f allow dynamic each-block to have static else-block
10 years ago
Rich-Harris 5591443103 failing test for #498
10 years ago
Rich-Harris 0d459b949c ensure var names in binding callbacks are unique — fixes #495
10 years ago
Rich-Harris d65a0e58c5 Merge branch 'master' into gh-495
10 years ago
Rich-Harris 29e81c3d0a fix annoying SSR test failures with solo tests
10 years ago
Rich-Harris 2c760223d0 failing test for #495
10 years ago
Tobias Davis cb095325e4 add failing test for bound select elements
10 years ago
Rich-Harris efcf4b318b dont try to test audio stuff in JSDOM
10 years ago
Rich-Harris a7e7fb6423 Merge branch 'window-events' into gh-406
10 years ago
Rich-Harris 1ad1cd8a78 reenable all tests
10 years ago
Rich-Harris 509328ceb2 allow window events to access state
10 years ago
Rich-Harris ce060c1679 implement bind:duration and bind:paused
10 years ago
Rich-Harris 20ef3734fa implement bind:currentTime
10 years ago
Rich-Harris 5534e565bd validate bindings
10 years ago
Rich-Harris 6e89ce0bfb make all tests run
10 years ago
Rich-Harris eb76a28f8d helpers should not be considered dependencies — fixes #492
10 years ago
Rich-Harris adaccacc32 optimise simple if-blocks
10 years ago
Rich-Harris dc6fa6ff24 collapse text around comments
10 years ago
Rich-Harris 6f5f961c8a exclude indexes from dependencies
10 years ago