Commit Graph

994 Commits (ca3fd8d96e547e612f7b78775db47e187d3039a5)
 

Author SHA1 Message Date
Rich Harris ca3fd8d96e Merge pull request #536 from sveltejs/gh-534
8 years ago
Rich Harris a665825c68 Merge pull request #533 from sveltejs/gh-532
8 years ago
Conduitry a5dce59735 fix parsing of expressions wrapped in parentheses (#534)
8 years ago
Conduitry f74941b293 fix simple if blocks with top-level or conditions (#532)
8 years ago
Rich-Harris 8e87c688ae -> v1.18.1
8 years ago
Rich Harris ae75bef3c9 Merge pull request #527 from sveltejs/gh-524
8 years ago
Rich-Harris 11d8698184 fix for #524
8 years ago
Rich Harris 9ae2540c11 Merge pull request #526 from sveltejs/gh-523
8 years ago
Rich-Harris 754688cf48 include destroy as valid built-in method for event handlers (fixes #523)
8 years ago
Rich-Harris 9427f63b95 -> v1.18.0
8 years ago
Rich Harris b42ef4952e Merge pull request #512 from sveltejs/gh-3
8 years ago
Rich-Harris 4fe20fb383 sanitize element names in preprocess step
8 years ago
Rich Harris 11cf3f94f0 Merge branch 'master' into gh-3
8 years ago
Rich Harris 09b1635124 Merge pull request #521 from sveltejs/select-change-handler
8 years ago
Rich-Harris 1cd2287c94 skip <select> test
8 years ago
Conduitry e52c6b84b5 visit all attributes of select elements after visiting children
9 years ago
Conduitry 51cd9e8aba fix unit test?
9 years ago
Tobias Davis 33fb0df51a failing test for bound event handler on <select> elements
9 years ago
Conduitry fbfd011ff4 oops, fix changelog
9 years ago
Conduitry e7ea3f2081 -> v1.17.2
9 years ago
Conduitry a09605264f Merge pull request #517 from sveltejs/gh-516
9 years ago
Conduitry 2bc223a936 replace invalid characters in element names when creating variables (#516)
9 years ago
Rich-Harris 3dafc39a05 -> v1.17.1
9 years ago
Rich Harris 66929cd231 Merge pull request #515 from sveltejs/gh-514
9 years ago
Conduitry 2adfa2e92e only call .update on yield fragment if it's present (#514)
9 years ago
Conduitry a0284a4c67 Merge branch 'master' into gh-3
9 years ago
Rich Harris 1fd3c21194 Merge pull request #511 from sveltejs/gh-507
9 years ago
Rich Harris bfe9904db7 Update expected.js
9 years ago
Rich Harris 5f2846ae00 Merge branch 'master' into gh-507
9 years ago
Rich Harris e627875793 Merge pull request #510 from sveltejs/gh-509
9 years ago
Rich Harris 7f9d91f435 Merge pull request #506 from sveltejs/gh-504
9 years ago
Rich-Harris 4cb1578147 reduce indirection
9 years ago
Rich-Harris 6587cbdbac yield blocks never need an anchor
9 years ago
Rich-Harris 9480f349ec anchor-less each blocks
9 years ago
Rich-Harris d274d08734 only create anchors for if blocks when necessary
9 years ago
Rich-Harris 162281ef4f populate state in preprocess step, including naming DOM nodes
9 years ago
Rich-Harris e345287a76 rename root to state, and allow state to be used as context
9 years ago
Rich-Harris a0a7583fb8 null out else block references when they are destroyed — fixes #509
9 years ago
Rich-Harris 4012414fa7 -> v1.17.0
9 years ago
Rich-Harris f82d04913f hoist variables where appropriate (#504)
9 years ago
Rich Harris cf86d8cff6 Merge pull request #503 from sveltejs/restart-audio
9 years ago
Rich Harris 6b2c9279cb Merge pull request #501 from sveltejs/gh-498-b
9 years ago
Rich Harris 1a96dd3e5c Merge pull request #500 from sveltejs/gh-498
9 years ago
Rich Harris 0ed26a8076 Merge pull request #499 from sveltejs/gh-495
9 years ago
Rich-Harris 1dfd72cc28 use existing node.initialUpdate mechanism
9 years ago
Rich-Harris 634ea662d3 formatting
9 years ago
Rich-Harris 472a5f752d Merge branch 'master' of https://github.com/saibotsivad/svelte into taylorzane-hotfix/initialize-select-element
9 years ago
Rich-Harris a4acbe2e8e prevent bindings interfering with each other on the same element
9 years ago
Taylor Zane Glaeser 0466f3874c Added block to create method that will initialize a select element with the value bound to `value`.
9 years ago
Rich-Harris 872e90474c whoops
9 years ago