0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-25 09:09:35 +01:00
Commit Graph

2788 Commits

Author SHA1 Message Date
Christian Kaisermann
fe9a68d071 Fix prefixed animation name replacement 2018-06-22 15:00:54 -03:00
Rich Harris
17000e38f6 -> v2.8.0 2018-06-20 14:23:23 -04:00
Rich Harris
4bd0022363
Merge pull request #1552 from PaulMaly/1538-store-inheriting
Fix for #1538
2018-06-20 14:21:48 -04:00
Pavel Malyshev
52ece0b5f0 Fix for #1538 2018-06-20 18:10:48 +03:00
Rich Harris
9cd5dd9fbc -> v2.7.2 2018-06-08 14:47:04 +01: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
3b928b36a9 fix the bugs 2018-06-06 17:23:35 -04:00
Rich Harris
1cd55d1f2b avoid double intro 2018-06-06 16:52:27 -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
Rich Harris
7c0986fded -> v2.7.1 2018-06-05 16:57:26 -04:00
Rich Harris
2e4ce75768
Merge pull request #1516 from sveltejs/gh-1515
fix spread when an attribute or prop has multiple dependencies
2018-06-05 22:56:28 +02:00
Conduitry
755f085b1b fix spread when an attribute or prop has multiple dependencies (#1515) 2018-05-30 12:05:30 -04:00
Rich Harris
7032ec745c -> v2.7.0 2018-05-28 19:45:13 -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
2537864293
Merge pull request #1503 from sveltejs/gh-1502
fix bind:online in dev mode
2018-05-28 18:56: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
Rich Harris
497a522780
Merge pull request #1508 from sveltejs/update-stray-v1-syntax
update some stray references to v1 syntax
2018-05-28 18:53:50 -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
Conduitry
cf2be1be63 fix bind:online in dev mode (#1502) 2018-05-27 14:55:42 -04:00
Rich Harris
63a712ccd9 add location info to nodes - fixes #1499 2018-05-26 11:54:12 -04:00
Rich Harris
54799736b8 -> v2.6.6 2018-05-25 19:29:28 -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
Rich Harris
ac7f591f60 fix #1497 2018-05-25 16:34:34 -04:00
Rich Harris
058f7ea43a -> v2.6.5 2018-05-25 08:41:36 -04:00
Rich Harris
607f96d861
Merge pull request #1493 from sveltejs/gh-1492
separate hasOutros from hasOutroMethod
2018-05-25 08:40:34 -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
Rich Harris
9e52cf931d -> v2.6.4 2018-05-24 17:48:38 -04:00
Rich Harris
73eadb1630
Merge pull request #1491 from sveltejs/gh-1487
replace window with self
2018-05-24 17:47:10 -04:00
Rich Harris
012289a4c2
Merge pull request #1490 from sveltejs/gh-1489
fix dynamic component bindings (#1489)
2018-05-24 17:32:57 -04:00
Rich Harris
d9999bc536 replace window with self - fixes #1487 2018-05-24 17:26:52 -04:00
Rich Harris
df60585dc4 Merge branch 'master' into gh-1489 2018-05-24 08:37:53 -04:00
Rich Harris
80077c13c3
Merge pull request #1481 from tivac/windows-cli-tests
cross-platform test setup via shelljs
2018-05-24 08:37:17 -04:00
Rich Harris
b57be7664e fix dynamic component bindings (#1489) 2018-05-24 08:32:37 -04:00
Conduitry
5f156fd09c tidy, and revert changes to cli test sample commands 2018-05-17 16:12:13 -04:00
Conduitry
860a117f0e normalize paths in comments in cli tests 2018-05-17 14:30:07 -04:00
Conduitry
bd1884a953 update yarn.lock 2018-05-17 14:13:48 -04:00
Pat Cavit
e79e077b40 cross-platform test setup via shelljs
My attempt at solving https://github.com/sveltejs/svelte/issues/1478
2018-05-16 23:40:42 -07:00
Rich Harris
b6300eea5e -> v2.6.3 2018-05-16 22:05:56 -04:00
Rich Harris
8b20837e2a
Merge pull request #1479 from sveltejs/gh-1470
always create outro method for top-level block
2018-05-16 22:04:24 -04:00