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

30 Commits

Author SHA1 Message Date
Rich Harris
4a88c9ccb5 remove -bundle files 2018-09-25 21:10:41 -04: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
9964a77565 stringify values before setting text data - fixes #1598 2018-08-04 09:31:24 -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
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
d85b60a09c use Object.create for each block child contexts 2018-05-05 19:43:06 -04:00
Rich Harris
103f278cfc update tests 2018-05-05 16:48:49 -04:00
Rich Harris
a29e2733cd update tests 2018-04-29 20:07:24 -04:00
Rich Harris
506ab3952e destructuring 2018-04-29 16:25:43 -04:00
Rich Harris
f5048fcf10 deduplicate each block context generation for keyed blocks 2018-04-29 14:39:30 -04:00
Rich Harris
f0bf1ef8d5 recalculate each block values lazily - fixes #1286 2018-04-28 23:51:05 -04:00
Rich Harris
86d3476b55 minor fixes, update various tests 2018-04-28 13:41:30 -04:00
Rich Harris
f8b076b2f3 set state to blank object on destroy, not null - fixes #1354 2018-04-22 10:58:53 -04:00
Rich Harris
ab79cc6608 remove v1 snapshot tests 2018-04-15 21:13:39 -04:00
Rich Harris
df4e3678dc update snapshot tests 2018-04-15 19:17:11 -04:00
Rich Harris
daa2635cd3 update snapshot tests 2018-04-15 18:27:38 -04:00
Rich Harris
c1573dbf2c implement onstate and onupdate 2018-04-15 13:09:59 -04:00
Rich Harris
bb61e6e911 v2 js tests 2018-04-13 11:45:03 -04:00
Rich-Harris
36290cb6cd component spread 2018-03-31 13:56:41 -04:00
Luke Edwards
a412f11907 update test samples’ expectants 2018-03-27 12:59:56 -07:00
Rich Harris
ce607d5ab3 add local variable for list values - fixes #1240 2018-03-15 22:13:34 -04:00
Rich Harris
01f6f9fa4d alias listName to deconflict with shared helpers - fixes #1229 2018-03-13 12:34:01 -04:00