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

32 Commits

Author SHA1 Message Date
Rich Harris
f45e2b70fd
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Rich Harris
8929aebbec better error for missing store - fixes #1807 2018-10-27 14:32:26 -04:00
Rich Harris
e0fe31327a move render logic into separate phase (#1678) 2018-09-23 23:09:26 -04:00
Rich Harris
a4d412fb53 increase timeout so that tests pass on this horrendously expensive piece of shit laptop i am forced to use. PS fuck you, apple 2018-09-06 14:22:38 -04:00
Rich Harris
a18cec0ec6 not sure where that extra blank line came from 2018-08-25 07:08:08 -04:00
Rich Harris
c2f0ca3e2e alternative approach to #1520 2018-08-25 06:58:31 -04:00
Jacob Wright
2c24c36120 Allows fragment updates to happen after state updates
Proposed fix for #1520. Provides a starting point for discussion.
2018-08-23 11:56:11 -06:00
Rich Harris
3785a6d2ad update unrelated test 2018-08-22 23:02:22 -04:00
Rich Harris
3778431775
Merge pull request #1670 from sveltejs/init
Share more init work
2018-08-22 22:23:51 -04:00
Bret Little
3510dd9fe3 Properly propagate amdId to the compiler 2018-08-21 09:41:21 -06:00
Rich Harris
d323f51e6c update tests 2018-08-21 07:30:07 -04:00
Rich Harris
b94d7adfec replace appendNode(node, parent) with append(parent, node) - easier to follow 2018-08-05 15:35:52 -04:00
Rich Harris
a823ff32a9 update CLI tests 2018-08-04 09:37:39 -04:00
Rich Harris
3c7a4bcc4b fix rollup config etc 2018-08-03 20:10:30 -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
Pavel Malyshev
52ece0b5f0 Fix for #1538 2018-06-20 18:10:48 +03: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
63a712ccd9 add location info to nodes - fixes #1499 2018-05-26 11:54:12 -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
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
c4937d271f fix skipped intros 2018-05-12 21:55:07 -04:00
Rich Harris
042ec54f7f nested component transitions 2018-05-12 16:48:05 -04:00
Rich Harris
44bb2da29b add skipIntroByDefault compiler option (#547) 2018-05-12 12:11:46 -04:00
Rich Harris
103f278cfc update tests 2018-05-05 16:48:49 -04:00
Conduitry
01cdffa46e fix svelte-cli references 2018-04-30 20:20:10 -04:00
Rich Harris
afb6d07991 remove debugging logging 2018-04-30 19:57:16 -04:00
Rich Harris
86c273192f rewrite version numbers to make cli testing less of a pain 2018-04-30 09:11:44 -04:00
Rich Harris
60516aff0d update tests 2018-04-30 09:07:47 -04:00
Rich Harris
b381aa63a4 integrate CLI - fixes #1360 2018-04-29 20:25:12 -04:00