0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
Commit Graph

19 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
e0fe31327a move render logic into separate phase (#1678) 2018-09-23 23:09:26 -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
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
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
48c885bcbb update CLI tests to fix version number thing 2018-05-28 19:14:43 -04:00
Rich Harris
63a712ccd9 add location info to nodes - fixes #1499 2018-05-26 11:54:12 -04: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
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