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

67 Commits

Author SHA1 Message Date
Rich Harris
3f73f252ac update tests 2017-07-24 14:58:32 -04:00
Rich Harris
1733966d18 tidy up 2017-07-11 15:21:18 -04:00
Rich Harris
2d2c68c26b NAILED IT 2017-07-11 14:47:55 -04:00
Rich Harris
84e6d0c5b7 remove _flush in favour of callAll 2017-07-08 14:25:41 -04:00
Rich Harris
e9f17f34ff fire intro.start and outro.start events (#702) 2017-07-08 14:18:26 -04:00
Rich Harris
d89d70e7a3 rename _renderHooks to _oncreate, since thats all its used for 2017-07-06 10:31:32 -04:00
Rich Harris
d707f6a3b2 call oncreate functions before bindings 2017-07-06 08:51:04 -04:00
Rich Harris
203e123d94 Merge pull request #676 from sveltejs/gh-608
Preserve whitespace inside nodes if necessary
2017-06-26 10:55:34 -04:00
Rich Harris
df1870df8b update tests 2017-06-25 17:03:32 -04:00
Rich Harris
f87c3328b5 Merge branch 'master' into codegen 2017-06-25 13:17:38 -04:00
Rich Harris
21a8b1dd06 fix tests 2017-06-25 12:57:27 -04:00
Rich Harris
334772a11d use #foo instead of block.alias("foo") 2017-06-25 11:24:24 -04:00
Rich Harris
9feee3a0bf use @foo for generator.alias("foo") 2017-06-25 10:05:52 -04:00
Rich Harris
0250398ee6 update tests 2017-06-18 01:08:03 -04:00
Rich Harris
d10ddc0c51 fix most non-hydration tests 2017-06-17 23:41:35 -04:00
Rich Harris
e9516abffd fix bad indentation in generated code 2017-06-16 10:47:19 -04:00
Paul Sauve
dc0dedf3fe Fix #643 2017-06-15 22:33:03 -05:00
Rich Harris
10ecd81734 prettierfy test files 2017-06-02 22:04:36 -04:00
Rich Harris
84595fb381 run prettier on src, update tests 2017-06-02 21:57:25 -04:00
Rich Harris
3b70920991 merge master -> gh-592 2017-05-31 22:34:49 -04:00
Rich Harris
ce8dd647f0 Merge branch 'fix-each-block' of https://github.com/hperrin/svelte into hperrin-fix-each-block 2017-05-31 22:17:41 -04:00
Hunter Perrin
41c214a986 Fixed each block producing elements in wrong order after change. Fixes #610. 2017-05-31 18:58:55 -07:00
Rich Harris
a538f7a071 update tests to use new assign helper 2017-05-31 20:47:17 -04:00
Rich Harris
c4b68ca8cb remove TODO 2017-05-28 12:49:50 -04:00
Rich Harris
288d1c9d74 update tests 2017-05-28 11:53:19 -04:00
Rich Harris
739a832c37 remove some files from repo 2017-05-28 11:48:31 -04:00
Rich Harris
015ef56b18 make transitionManager treeshakeable (fixes #593) 2017-05-27 09:57:42 -04:00
Rich Harris
34170a5e76 compare bundled output with expectations 2017-05-27 09:52:33 -04:00
Rich Harris
86e05aaf74 Merge pull request #571 from sveltejs/gh-569
Fix insertion order of if blocks and their anchors
2017-05-06 16:12:32 -04:00
Rich-Harris
6dfb568d2a fix insertion order of if blocks and their anchors 2017-05-06 16:02:49 -04:00
Rich-Harris
23331e605a dont store keyed block iterations in an array 2017-05-06 11:33:08 -04:00
Rich-Harris
7db27152fb increase test coverage 2017-05-04 10:17:15 -04:00
Rich Harris
3a7f7e29c2 Merge pull request #559 from sveltejs/simpler-codegen
Simpler codegen
2017-05-04 09:04:38 -04:00
Rich-Harris
d8364f6e0a remove unnecessary if statement 2017-05-03 21:35:15 -04:00
Rich-Harris
43091431d1 simplify SSR codegen 2017-05-03 21:02:17 -04:00
Rich-Harris
3efb5ab993 fix test 2017-05-03 19:27:50 -04:00
Rich-Harris
c1a1a01bf0 generate less code for if-blocks with else-blocks (closes #540) 2017-05-03 17:30:13 -04:00
Conduitry
e6d2571e34 label <style> element with id instead of with attribute, for performance 2017-05-03 14:31:14 -04:00
Conduitry
a1c8ada088 when creating a component, always check whether its css is still in the dom (#554) 2017-05-03 13:07:05 -04:00
Rich-Harris
22ac50abb6 outros on keyed each-blocks 2017-05-01 15:52:41 -04:00
Rich-Harris
7f76ab24f9 Merge branch 'master' into gh-7 2017-04-30 08:27:38 -04:00
Conduitry
f74941b293 fix simple if blocks with top-level or conditions (#532) 2017-04-27 22:58:53 -04:00
Rich-Harris
6ed2a6c785 update tests 2017-04-26 12:38:43 -04:00
Conduitry
a0284a4c67 Merge branch 'master' into gh-3 2017-04-19 18:21:56 -04:00
Rich Harris
bfe9904db7 Update expected.js 2017-04-19 18:01:55 -04:00
Rich Harris
5f2846ae00 Merge branch 'master' into gh-507 2017-04-19 17:30:39 -04:00
Rich-Harris
9480f349ec anchor-less each blocks 2017-04-19 14:05:34 -04:00
Rich-Harris
d274d08734 only create anchors for if blocks when necessary 2017-04-19 13:52:36 -04:00
Rich-Harris
162281ef4f populate state in preprocess step, including naming DOM nodes 2017-04-19 12:39:01 -04:00
Rich-Harris
e345287a76 rename root to state, and allow state to be used as context 2017-04-19 11:35:57 -04:00