Commit Graph

5292 Commits (daa2820ad6185a15ecc96899010048ab320d6cf6)
 

Author SHA1 Message Date
Rich-Harris 13f1c6e87b -> v1.18.1
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 cea79e0f02 Merge pull request #526 from sveltejs/gh-523
10 years ago
Rich-Harris 8291c53349 include destroy as valid built-in method for event handlers (fixes #523)
10 years ago
Rich-Harris 61e7089f9e failing test for intro transition
10 years ago
Rich-Harris 41700f689b parse transition directives
10 years ago
Rich-Harris e39af1b946 -> v1.18.0
10 years ago
Rich Harris ef9ad9b838 Merge pull request #512 from sveltejs/gh-3
10 years ago
Rich-Harris dc54caaef7 sanitize element names in preprocess step
10 years ago
Rich Harris 5dac68ed5a Merge branch 'master' into gh-3
10 years ago
Rich Harris 727d9ea52d Merge pull request #521 from sveltejs/select-change-handler
10 years ago
Rich-Harris f20d29c993 skip <select> test
10 years ago
Conduitry d9234572be visit all attributes of select elements after visiting children
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 2b06f572fc oops, fix changelog
10 years ago
Conduitry bcefbb57c0 -> v1.17.2
10 years ago
Conduitry 481822d652 Merge pull request #517 from sveltejs/gh-516
10 years ago
Conduitry 5f27bbdcde replace invalid characters in element names when creating variables (#516)
10 years ago
Rich-Harris 682def4bda -> v1.17.1
10 years ago
Rich Harris 32307bdc2a Merge pull request #515 from sveltejs/gh-514
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 42cd0593f5 Merge pull request #511 from sveltejs/gh-507
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 eb6f6aa7ba Merge pull request #506 from sveltejs/gh-504
10 years ago
Rich-Harris aafadd9bc1 reduce indirection
10 years ago
Rich-Harris e11c991023 yield blocks never need an anchor
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 64195209d1 -> v1.17.0
10 years ago
Rich-Harris 54047c31bf hoist variables where appropriate (#504)
10 years ago
Rich Harris d4c64d9f82 Merge pull request #503 from sveltejs/restart-audio
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 2833cda8b4 use existing node.initialUpdate mechanism
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 8fbb373548 prevent bindings interfering with each other on the same element
10 years ago
Taylor Zane Glaeser 2205f5ce36 Added block to create method that will initialize a select element with the value bound to `value`.
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 07166c3d8a use string keypath, not sourcemappable snippet, for determining binding groups — fixes #498
10 years ago