Commit Graph

39 Commits (c7e5d070e67dd9f7d260b61d7f3f323dcc6b1bc5)

Author SHA1 Message Date
Rich Harris 8efa51519d update API reference docs (#2206)
8 years ago
Rich Harris 7e8e891d91 Tidy up (#2252)
8 years ago
Richard Harris 20a4e5756c update JS tests
8 years ago
Rich Harris 04c9ecb72a rename .html files to .svelte
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Richard Harris c464a11cdf dont use identity function to reflect props
8 years ago
Rich Harris c30ae9a896 Overhaul transitions - fixes #1906
8 years ago
Richard Harris 9cac743948 update tests
8 years ago
Rich Harris b30f2cdbf1 More conservative invalidation
8 years ago
Conduitry b84f1fb308 use extension-less import for svelte/internal
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris f385e829b7 use helper for combining window binding props
8 years ago
Rich Harris d081e830c8 reinstate tests
8 years ago
Rich Harris a451101a32 remove -bundle files
8 years ago
Rich Harris 840ecf6142 not sure where that extra blank line came from
8 years ago
Rich Harris 8fe75716a4 alternative approach to #1520
8 years ago
Jacob Wright 8aaf9119b0 Allows fragment updates to happen after state updates
8 years ago
Rich Harris 4b9e264a5f Merge pull request #1670 from sveltejs/init
8 years ago
Rich Harris 9fde41412a update tests
8 years ago
Jacob Wright f39d026137 Change actions to init on mount rather than hydrate
8 years ago
Rich Harris 6df0aa7a18 replace appendNode(node, parent) with append(parent, node) - easier to follow
8 years ago
Conduitry 15299e7be0 in .fire always set calling flag back to false (#1587)
8 years ago
Pavel Malyshev c3835c08d3 Fix for #1538
8 years ago
Rich Harris 3d8aad2f6c fix skipped intros
8 years ago
Rich Harris f9db67edbb nested component transitions
8 years ago
Rich Harris 0e43507660 add skipIntroByDefault compiler option (#547)
8 years ago
Rich Harris a344afaa86 update tests
8 years ago
Rich Harris d695d7b75a update tests
8 years ago
Rich Harris a19aec1ea9 assign custom methods to custom element prototype - fixes #1369
8 years ago
Rich Harris dd61ceba66 minor fixes, update various tests
8 years ago
Rich Harris 50dd0fd460 set state to blank object on destroy, not null - fixes #1354
8 years ago
Rich Harris 2994c9681d update snapshot tests
8 years ago
Rich Harris d532561a7f update snapshot tests
8 years ago
Rich Harris 3b4b8c25d5 implement onstate and onupdate
8 years ago
Rich-Harris 6e41ebe91b component spread
9 years ago
Rich Harris 22028c094c Merge pull request #1279 from jacwright/action-this
9 years ago
Luke Edwards 74e0e7e51d update test samples’ expectants
9 years ago
Jacob Wright 97f74dc8a6 Make actions execute with the component context
9 years ago
Jacob Wright a5ed6cbe18 Adds actions to components
9 years ago