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

2682 Commits

Author SHA1 Message Date
Rich Harris
7a7fd1dd3e -> v2.5.0 2018-05-06 16:05:12 -04:00
Rich Harris
976f2a9a99
Merge pull request #1429 from sveltejs/input-spread
allow spread props on elements with tests for static attributes
2018-05-06 16:04:51 -04:00
Rich Harris
fa61d2570e allow spread props on elements with tests for static attributes 2018-05-06 15:58:19 -04:00
Rich Harris
e8a780676d
Abort outro if block is recreated — fixes #1425 2018-05-06 15:50:41 -04:00
Rich Harris
e1db82773d
Group outro callbacks — fixes #648 2018-05-06 12:11:56 -04:00
Rich Harris
53816ee5c5
Merge pull request #1427 from sveltejs/dynamic-component-shorthand-event
fix handling of shorthand event handler in dynamic components
2018-05-06 09:24:55 -04:00
Conduitry
b45b264b72 fix handling of shorthand event handler in dynamic components 2018-05-06 09:14:23 -04:00
Rich Harris
c7c46dec29
Merge pull request #1422 from sveltejs/each-object-create
use Object.create for each block child contexts
2018-05-05 20:42:17 -04:00
Rich Harris
3f906fbfdb
Merge pull request #1424 from sveltejs/single-outrocallback
simpler code for case where there is only one outro in a block
2018-05-05 20:41:59 -04:00
Rich Harris
a9464c7ebf
Merge pull request #1423 from sveltejs/gh-1419
fix duplicate events on range input bindings
2018-05-05 20:40:52 -04:00
Rich Harris
2d8d27afb5 simpler code for case where there is only one outro in a block 2018-05-05 20:30:31 -04:00
Rich Harris
fabfc78620 fix duplicate events on range input bindings (#1419) 2018-05-05 20:12:34 -04:00
Rich Harris
d85b60a09c use Object.create for each block child contexts 2018-05-05 19:43:06 -04:00
Rich Harris
dc8b0d6be1
Merge pull request #1421 from sveltejs/unmount-destroy
[WIP] Unmount nodes in destroy methods
2018-05-05 19:01:32 -04:00
Rich Harris
a18be79887 simplify handling of html blocks 2018-05-05 17:17:59 -04:00
Rich Harris
103f278cfc update tests 2018-05-05 16:48:49 -04:00
Rich Harris
82c9217e53 do unmount work in destroy method 2018-05-05 16:36:18 -04:00
Rich Harris
21bc182fe7
Merge pull request #1420 from sveltejs/gh-956
Allow transitions in await blocks
2018-05-05 16:06:24 -04:00
Rich Harris
08480b7022 ugh 2018-05-05 15:38:09 -04:00
Rich Harris
1d3b1284ea null out blocks when outroed 2018-05-05 15:35:53 -04:00
Rich Harris
47fa476569 remove now-misplaced comment 2018-05-05 15:22:01 -04:00
Rich Harris
0c9e33a5e0 Merge branch 'master' into gh-956 2018-05-05 15:16:17 -04:00
Rich Harris
49c594e526
Merge pull request #1418 from sveltejs/await-helper
Handle await block promises in a shared helper
2018-05-05 15:15:42 -04:00
Rich Harris
c355b02b8c support transitions in await blocks - fixes #956 2018-05-05 15:14:01 -04:00
Rich Harris
d8d9c58c63 Merge branch 'await-helper' into gh-956 2018-05-05 13:59:22 -04:00
Rich Harris
8d772b163b fix #1417 2018-05-05 13:54:20 -04:00
Rich Harris
6437d7bfa7 failing test for #1417 2018-05-05 13:38:54 -04:00
Rich Harris
813862713c simplify 2018-05-05 13:32:12 -04:00
Rich Harris
f6a100863b tidy up 2018-05-05 13:21:24 -04:00
Rich Harris
46c6b4bfe3 handle await block promises in a shared helper 2018-05-05 13:17:43 -04:00
Rich Harris
6aa254ab0b add missing Block property 2018-05-05 11:13:06 -04:00
Rich Harris
f65d56b027 failing test for #956 2018-05-05 11:12:48 -04:00
Rich Harris
9883fb67da -> v2.4.4 2018-05-03 21:28:24 -04:00
Rich Harris
2e8b9562d7
Merge pull request #1414 from sveltejs/gh-1413
Always declare spread levels
2018-05-03 21:26:04 -04:00
Rich Harris
ae8c3ba602
Merge pull request #1416 from btakita/gh-1415
Declaring variable `dirty`.
2018-05-03 21:21:23 -04:00
Rich Harris
bb57f2bd50
make dirty local to the for loop 2018-05-03 21:11:12 -04:00
Brian Takita
a8d3e93269 Declaring variable dirty.
Fixes https://github.com/sveltejs/svelte/issues/1415
2018-05-03 20:23:18 -04:00
Rich Harris
5afb73ce57 fix #1413 2018-05-03 16:11:29 -04:00
Rich Harris
2aea2ea842 failing test for #1413 2018-05-03 15:49:13 -04:00
Rich Harris
7ad374d8c2 -> v2.4.3 2018-05-03 10:56:28 -04:00
Rich Harris
bea1265cae
Merge pull request #1395 from sveltejs/gh-1327
Update store state when new computed properties are added
2018-05-03 10:51:08 -04:00
Rich Harris
ea95ae741e
Merge pull request #1408 from sveltejs/gh-1407
mark elements with refs as ineligible for innerhtml
2018-05-03 10:50:54 -04:00
Conduitry
aba5929697 mark elements with refs as ineligible for innerhtml (#1407) 2018-05-03 04:01:54 -04:00
Rich Harris
a75d5935a3 -> v2.4.2 2018-05-02 22:00:05 -04:00
Rich Harris
c8d55aa90a update state with new computed properties 2018-05-02 21:31:38 -04:00
Rich Harris
ba7fc6b580 Merge branch 'master' into gh-1327 2018-05-02 21:05:16 -04:00
Rich Harris
8eb327b492
Merge pull request #1405 from sveltejs/gh-1399-alt
alternative approach to #1399
2018-05-02 21:04:48 -04:00
Rich Harris
eff431965e
Merge pull request #1402 from sveltejs/gh-1397
evaluate each block key in child scope
2018-05-02 21:01:07 -04:00
Rich Harris
b64d730a17
Merge pull request #1401 from sveltejs/gh-1394
only update component props if they are dynamic
2018-05-02 21:00:53 -04:00
Rich Harris
367f062e4e fix and simplify cycle detection 2018-05-02 20:57:46 -04:00