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

2940 Commits

Author SHA1 Message Date
Rich Harris
cf30ce8c37
point to Discord 2018-07-24 17:04:59 -04:00
Rich Harris
8a89e7aec2 -> v2.9.7 2018-07-24 13:26:32 -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
Rich Harris
c692cd6d07
Merge pull request #1609 from funkybob/feature/cjm/input-files
[Fixed #1608] Allow binding of input files
2018-07-24 13:20:48 -04:00
ekhaled
295675d7f1 closes #1589 2018-07-23 17:04:38 +01: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
f2ac545e28 -> v2.9.6 2018-07-21 16:57:15 -04:00
Rich Harris
593bb0367f
Merge pull request #1606 from sveltejs/gh-1605
provide more helpful error if SSR component tries to render non-SSR component
2018-07-21 16:56:12 -04:00
Rich Harris
e9b588ed51 provide more helpful error if SSR component tries to render non-SSR component 2018-07-21 10:33:33 -04:00
Rich Harris
cc93595dac -> v2.9.5 2018-07-17 16:43:32 -04:00
Rich Harris
8060f281de
Merge pull request #1597 from sveltejs/gh-1596
null out refs to dynamic components
2018-07-17 21:42:24 +01:00
Rich Harris
980ed66c09 dont generate nonsensical code 2018-07-17 14:21:00 -04:00
Rich Harris
87e2241928 null out refs to dynamic components - fixes #1596 2018-07-17 14:11:07 -04:00
Rich Harris
63e64c6f42 -> v2.9.4 2018-07-14 22:23:51 -04:00
Rich Harris
c6f053ebbb Merge branch 'master' of github.com:sveltejs/svelte 2018-07-14 22:21:50 -04:00
Rich Harris
46a134e04a
Merge pull request #1588 from sveltejs/gh-1507
allow {:then}/{:catch} to have no bound identifier
2018-07-15 03:21:41 +01:00
Rich Harris
e17f3fe328 alternative fix for #1575 - return to 2.8 behaviour 2018-07-14 22:20:37 -04:00
Conduitry
de1edddf0e tidying 2018-07-10 21:46:25 -04:00
Conduitry
b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507) 2018-07-09 20:10:28 -04:00
Conduitry
557e7b7ccb -> v2.9.3 2018-07-09 13:09:12 -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
Conduitry
7774c6d92a -> v2.9.2 2018-07-09 03:22:13 -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
Conduitry
2edc56b919 🇺🇸 2018-07-06 09:31:14 -04:00
Yury Zhuravlev
7cab338e32 Fix race condition for if block 2018-07-06 19:02:12 +09:00
Rich Harris
a043c4414a -> v2.9.1 2018-07-01 15:41:49 -04:00
Rich Harris
06451bafd0
Merge pull request #1574 from sveltejs/gh-1571
use template.content in place of template where appropriate
2018-07-01 15:40:50 -04: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
2bb62c3436 -> v2.9.0 2018-06-29 17:53:16 -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
6c20d14789 remove unused import 2018-06-29 16:24:11 -04:00
Rich Harris
b86b9322c2
Merge pull request #1569 from sveltejs/gh-1568
outro when <svelte:component> switches -
2018-06-29 15:15:08 -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
bec49a0ad0 -> v2.8.1 2018-06-22 20:19:25 -04:00
Rich Harris
685a36f2b7
Merge pull request #1558 from sveltejs/revert-1557-1553-return-from-custom-event-handler
Revert "Fix for #1553"
2018-06-22 20:18:02 -04: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
Rich Harris
3560b8616f
Merge pull request #1556 from kaisermann/fix-prefixed-animation-property
Fix prefixed animation name replacement
2018-06-22 19:20:41 -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