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

1430 Commits

Author SHA1 Message Date
Rich Harris
3c7a4bcc4b fix rollup config etc 2018-08-03 20:10:30 -04:00
Rich Harris
aeb01fa028 eslint 2018-08-03 20:03:15 -04:00
Rich Harris
e937060de2 add non-spread test for attribute safety 2018-08-01 16:56:42 -04:00
Rich Harris
630bc5cbb9 sanitize spread attributes and disallow invalid attribute names 2018-08-01 16:53:45 -04:00
Rich Harris
01a099d2e6
Merge pull request #1612 from ekhaled/gh-1589
Fixes #1589
2018-07-24 13:23:28 -04:00
Rich Harris
264d65d52c
Merge pull request #1610 from ekhaled/gh-1600
closes #1600
2018-07-24 13:21:48 -04:00
ekhaled
bb5e6cc016 add failing test for #1589 2018-07-23 15:54:33 +01:00
ekhaled
259f77d015 closes #1600 2018-07-23 15:11:04 +01:00
Curtis Maloney
f0a247a4e6 [Fixed #1608] Allow binding of input files 2018-07-23 12:10:07 +10:00
Rich Harris
87e2241928 null out refs to dynamic components - fixes #1596 2018-07-17 14:11:07 -04:00
Rich Harris
c6f053ebbb Merge branch 'master' of github.com:sveltejs/svelte 2018-07-14 22:21:50 -04:00
Conduitry
b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507) 2018-07-09 20:10:28 -04:00
Conduitry
26dfb9afa7
in each-else, use mount/intro according to that branch's contents (#1586)
Fixes # 1559
2018-07-09 13:02:17 -04:00
Conduitry
e66d9ffae7
in .fire always set calling flag back to false (#1587)
* in .fire always set calling flag back to false (#1573)

* update expected bundles
2018-07-09 13:00:58 -04:00
Yury Zhuravlev
0dcc0f2062 Merge branch 'master' into fix_outro_timeout 2018-07-09 11:28:40 +09:00
Conduitry
a2368cde46 unique name for select_block_type in IfBlock#buildCompoundWithOutros
Fixes #1580
2018-07-08 11:58:45 -04:00
Conduitry
909536dac9 fix determing whether an attribute should prevent innerHTML optimization
Fixes #1581
2018-07-08 11:58:33 -04:00
Yury Zhuravlev
7cab338e32 Fix race condition for if block 2018-07-06 19:02:12 +09:00
Rich Harris
5ff7cb51dc use template.content in place of template where appropriate - fixes #1571 2018-07-01 14:04:04 -04:00
Rich Harris
faa07e8d57
Merge pull request #1572 from sveltejs/gh-1561
abort transition on detach
2018-06-29 17:50:26 -04:00
Rich Harris
5c6e7e878c
Merge pull request #1555 from fjorgemota/patch-1
Quote name of attribute to nested components
2018-06-29 17:50:06 -04:00
Rich Harris
f3e4f04a54 abort transition on detach - alternative fix for #1561 2018-06-29 15:04:45 -04:00
Rich Harris
7678b36581 separate groupOutros from transitionsManager 2018-06-28 23:49:16 -04:00
Rich Harris
bde21dad87 outro when <svelte:component> switches - #1568 2018-06-28 23:12:04 -04:00
Fernando Jorge Mota
9a0af96c44 Support invalid JS attributes when passing data to components and on binding attributes, too 2018-06-25 03:31:04 -03:00
Rich Harris
ce575e1065
Revert "Fix for #1553" 2018-06-22 20:08:51 -04:00
Rich Harris
000dc29a14
Merge pull request #1557 from PaulMaly/1553-return-from-custom-event-handler
Fix for #1553
2018-06-22 19:21:06 -04:00
Pavel Malyshev
f1fc81a49f Fix for #1553 2018-06-22 21:05:29 +03:00
Christian Kaisermann
fe9a68d071 Fix prefixed animation name replacement 2018-06-22 15:00:54 -03:00
Pavel Malyshev
52ece0b5f0 Fix for #1538 2018-06-20 18:10:48 +03:00
Rich Harris
65592aac76
Merge pull request #1533 from sveltejs/gh-1532
call outrocallback immediately for empty each block
2018-06-08 09:38:34 -04:00
Rich Harris
b76f074401
Merge pull request #1529 from sveltejs/gh-1527
avoid unnecessary remounts
2018-06-08 09:25:32 -04:00
Rich Harris
f8ca0d4efe call outrocallback immediately for empty each block 2018-06-07 08:28:09 -04:00
Rich Harris
f1cfa55efc
Merge pull request #1526 from kaisermann/refs-callee-warn
Add refs.* to valid event handler callees warning message
2018-06-06 17:43:54 -04:00
Rich Harris
52032bef8f failing test for #1527 2018-06-06 16:52:01 -04:00
Christian Kaisermann
19d541ab77 Add refs.* to valid event handler callees warning message 2018-06-06 14:32:34 -03:00
Conduitry
755f085b1b fix spread when an attribute or prop has multiple dependencies (#1515) 2018-05-30 12:05:30 -04:00
Rich Harris
5375af53f1
Merge pull request #1501 from sveltejs/gh-1499
add location info to nodes
2018-05-28 19:40:40 -04:00
Rich Harris
04ef203787 prevent possibility of conflicts with __file 2018-05-28 19:35:36 -04:00
Rich Harris
48c885bcbb update CLI tests to fix version number thing 2018-05-28 19:14:43 -04:00
Rich Harris
d3201603d9 change __svelte_meta to __svelte_meta.loc 2018-05-28 19:07:12 -04:00
Rich Harris
024530ed53
Merge pull request #1505 from kaisermann/transform-prefixed-keyframes
Make the compiler also transform prefixed @keyframes
2018-05-28 18:55:48 -04:00
Conduitry
5e8a8b95e5 update some stray references to v1 syntax 2018-05-27 15:48:21 -04:00
Christian Kaisermann
877fbeffec Make the compiler also transform prefixed @keyframes 2018-05-27 16:19:58 -03:00
Rich Harris
63a712ccd9 add location info to nodes - fixes #1499 2018-05-26 11:54:12 -04:00
Rich Harris
c5544b7faf
Merge pull request #1498 from sveltejs/gh-1497
detach outroing blocks correctly
2018-05-25 19:28:33 -04:00
Rich Harris
04fc83d791 fix nested outro transitions 2018-05-25 18:28:57 -04:00
Rich Harris
29ec07eefe
Merge pull request #1494 from sveltejs/gh-1230
use CSS classes for ref:* selectors
2018-05-25 16:38:58 -04:00
Conduitry
2b3e9a3523 use CSS classes for ref:* selectors (#1230) 2018-05-25 07:19:53 -04:00
Rich Harris
15efef9a98 separate hasOutros from hasOutroMethod - fixes #1492 2018-05-24 23:42:11 -04:00