0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

992 Commits

Author SHA1 Message Date
Rich Harris
a665825c68 Merge pull request #533 from sveltejs/gh-532
fix simple if blocks with top-level or conditions (#532)
2017-04-30 07:56:22 -04:00
Conduitry
f74941b293 fix simple if blocks with top-level or conditions (#532) 2017-04-27 22:58:53 -04:00
Rich-Harris
8e87c688ae -> v1.18.1 2017-04-25 17:23:42 -04:00
Rich Harris
ae75bef3c9 Merge pull request #527 from sveltejs/gh-524
fix for #524
2017-04-25 17:22:12 -04:00
Rich-Harris
11d8698184 fix for #524 2017-04-25 16:57:59 -04:00
Rich Harris
9ae2540c11 Merge pull request #526 from sveltejs/gh-523
include destroy as valid built-in method for event handlers
2017-04-25 16:57:08 -04:00
Rich-Harris
754688cf48 include destroy as valid built-in method for event handlers (fixes #523) 2017-04-25 16:30:19 -04:00
Rich-Harris
9427f63b95 -> v1.18.0 2017-04-25 15:09:37 -04:00
Rich Harris
b42ef4952e Merge pull request #512 from sveltejs/gh-3
Anchor-less if and each blocks
2017-04-25 15:07:14 -04:00
Rich-Harris
4fe20fb383 sanitize element names in preprocess step 2017-04-25 15:01:26 -04:00
Rich Harris
11cf3f94f0 Merge branch 'master' into gh-3 2017-04-25 15:00:07 -04:00
Rich Harris
09b1635124 Merge pull request #521 from sveltejs/select-change-handler
[WIP] Fix select change handler
2017-04-25 14:58:53 -04:00
Rich-Harris
1cd2287c94 skip <select> test 2017-04-25 14:43:18 -04:00
Conduitry
e52c6b84b5 visit all attributes of select elements after visiting children 2017-04-21 16:49:19 -04:00
Conduitry
51cd9e8aba fix unit test? 2017-04-21 14:28:14 -04:00
Tobias Davis
33fb0df51a failing test for bound event handler on <select> elements 2017-04-21 13:27:14 -04:00
Conduitry
fbfd011ff4 oops, fix changelog 2017-04-20 15:14:17 -04:00
Conduitry
e7ea3f2081 -> v1.17.2 2017-04-20 15:05:25 -04:00
Conduitry
a09605264f Merge pull request #517 from sveltejs/gh-516
Replace invalid characters in element names when creating variables
2017-04-20 15:02:30 -04:00
Conduitry
2bc223a936 replace invalid characters in element names when creating variables (#516) 2017-04-20 14:54:07 -04:00
Rich-Harris
3dafc39a05 -> v1.17.1 2017-04-20 06:33:37 -04:00
Rich Harris
66929cd231 Merge pull request #515 from sveltejs/gh-514
only call .update on yield fragment if it's present (#514)
2017-04-20 06:30:34 -04:00
Conduitry
2adfa2e92e only call .update on yield fragment if it's present (#514) 2017-04-20 05:55:27 -04:00
Conduitry
a0284a4c67 Merge branch 'master' into gh-3 2017-04-19 18:21:56 -04:00
Rich Harris
1fd3c21194 Merge pull request #511 from sveltejs/gh-507
rename root to state, and allow state to be used as context
2017-04-19 18:08:11 -04:00
Rich Harris
bfe9904db7 Update expected.js 2017-04-19 18:01:55 -04:00
Rich Harris
5f2846ae00 Merge branch 'master' into gh-507 2017-04-19 17:30:39 -04:00
Rich Harris
e627875793 Merge pull request #510 from sveltejs/gh-509
null out else block references when they are destroyed
2017-04-19 17:28:44 -04:00
Rich Harris
7f9d91f435 Merge pull request #506 from sveltejs/gh-504
hoist variables where appropriate
2017-04-19 17:28:20 -04:00
Rich-Harris
4cb1578147 reduce indirection 2017-04-19 14:10:00 -04:00
Rich-Harris
6587cbdbac yield blocks never need an anchor 2017-04-19 14:07:55 -04:00
Rich-Harris
9480f349ec anchor-less each blocks 2017-04-19 14:05:34 -04:00
Rich-Harris
d274d08734 only create anchors for if blocks when necessary 2017-04-19 13:52:36 -04:00
Rich-Harris
162281ef4f populate state in preprocess step, including naming DOM nodes 2017-04-19 12:39:01 -04:00
Rich-Harris
e345287a76 rename root to state, and allow state to be used as context 2017-04-19 11:35:57 -04:00
Rich-Harris
a0a7583fb8 null out else block references when they are destroyed — fixes #509 2017-04-19 10:39:45 -04:00
Rich-Harris
4012414fa7 -> v1.17.0 2017-04-19 10:13:52 -04:00
Rich-Harris
f82d04913f hoist variables where appropriate (#504) 2017-04-19 09:38:34 -04:00
Rich Harris
cf86d8cff6 Merge pull request #503 from sveltejs/restart-audio
prevent bindings interfering with each other on the same element
2017-04-19 09:09:50 -04:00
Rich Harris
6b2c9279cb Merge pull request #501 from sveltejs/gh-498-b
allow dynamic each-block to have static else-block
2017-04-19 09:09:31 -04:00
Rich Harris
1a96dd3e5c Merge pull request #500 from sveltejs/gh-498
Correctly group checkbox inputs together
2017-04-19 09:09:14 -04:00
Rich Harris
0ed26a8076 Merge pull request #499 from sveltejs/gh-495
Deconflict variable names used in binding event handlers
2017-04-19 09:08:58 -04:00
Rich-Harris
1dfd72cc28 use existing node.initialUpdate mechanism 2017-04-19 09:07:12 -04:00
Rich-Harris
634ea662d3 formatting 2017-04-19 09:06:57 -04:00
Rich-Harris
472a5f752d Merge branch 'master' of https://github.com/saibotsivad/svelte into taylorzane-hotfix/initialize-select-element 2017-04-19 09:00:29 -04:00
Rich-Harris
a4acbe2e8e prevent bindings interfering with each other on the same element 2017-04-19 08:42:42 -04:00
Taylor Zane Glaeser
0466f3874c Added block to create method that will initialize a select element with the value bound to value. 2017-04-19 00:16:31 -05:00
Rich-Harris
872e90474c whoops 2017-04-18 22:26:33 -04:00
Rich-Harris
fce3f342fb allow dynamic each-block to have static else-block 2017-04-18 22:21:15 -04:00
Rich-Harris
629584d7e9 use string keypath, not sourcemappable snippet, for determining binding groups — fixes #498 2017-04-18 22:10:53 -04:00