Commit Graph

92 Commits (af618ba93f7dc58df9b63f232d43e8e4a4139bd6)

Author SHA1 Message Date
Rich Harris afe3e2e669 basic custom element generation () 8 years ago
Rich Harris f5958584d9 dont noop set/get until after component is destroyed (fixes ) 8 years ago
Rich Harris 6499d4714d only use noscript if necessary 8 years ago
Rich Harris 5f5f09b94e update snapshot tests 8 years ago
Andrew Worcester caa67b5325 updated tests to reflect anchor change 8 years ago
Rich Harris f7b829820f add legacy option, use it for setInputType () 8 years ago
Rich Harris 8818357fc4 tidy up 8 years ago
Rich Harris 3daa7aa6b3 we can now do changed.foo instead of "foo" in changed - is faster and smaller 8 years ago
Rich Harris f31c206b73 tidy up, dedupe a bit 8 years ago
Rich Harris 4dd5fc5594 apply optimisation to raw tags 8 years ago
Rich Harris 5636506fc0 update tests 8 years ago
Rich Harris 427a0b5925 update tests 8 years ago
Rich Harris fd3792bd60 replace destroy with noop on destroy 8 years ago
Rich Harris 44b73191c7 update tests 8 years ago
Rich Harris 86fb0e4ced handle set after destroy, and move destroy into shared helpers 8 years ago
Rich Harris f3f85841a5 Merge pull request from sveltejs/hoist-if-block-selectors 8 years ago
Hunter Perrin ba74297a19 Changed from this keyword to argument in setup method. 8 years ago
Hunter Perrin 59d01f737d Added setup function which can supply static methods/properties. Closes . Closes . 8 years ago
Rich Harris fef2367c11 rename to select_block_type and current_block_type 8 years ago
Rich Harris 177e7d09c3 hoist if block selectors 8 years ago
Rich Harris 962f04f4bf dont throw error if component is destroyed twice (closes ) 8 years ago
Rich Harris 608f8943f3 Merge pull request from sveltejs/gh-375 8 years ago
Rich Harris 70a99925a9 use helper to encapsulate styles, rather than being repetitious (fixes ) 8 years ago
Rich Harris 7b1299904b minify css and remove unused styles () 8 years ago
Zhuravlev Yury ab607269f9 Update css-media-query test. It's look like somebody forgot about that. 8 years ago
Rich Harris 5f09421a18 Merge pull request from sveltejs/gh-712 8 years ago
Rich Harris 9085c0a22a update tests 8 years ago
Rich Harris 343d66538b failing test for 8 years ago
Rich Harris 3f73f252ac update tests 8 years ago
Rich Harris 1733966d18 tidy up 8 years ago
Rich Harris 84e6d0c5b7 remove _flush in favour of callAll 8 years ago
Rich Harris e9f17f34ff fire intro.start and outro.start events () 8 years ago
Rich Harris d89d70e7a3 rename _renderHooks to _oncreate, since thats all its used for 8 years ago
Rich Harris d707f6a3b2 call oncreate functions before bindings 8 years ago
Rich Harris 203e123d94 Merge pull request from sveltejs/gh-608 8 years ago
Rich Harris df1870df8b update tests 8 years ago
Rich Harris f87c3328b5 Merge branch 'master' into codegen 8 years ago
Rich Harris 21a8b1dd06 fix tests 8 years ago
Rich Harris 334772a11d use #foo instead of block.alias("foo") 8 years ago
Rich Harris 9feee3a0bf use @foo for generator.alias("foo") 8 years ago
Rich Harris 0250398ee6 update tests 8 years ago
Rich Harris e9516abffd fix bad indentation in generated code 8 years ago
Paul Sauve dc0dedf3fe Fix 8 years ago
Rich Harris 84595fb381 run prettier on src, update tests 8 years ago
Rich Harris 3b70920991 merge master -> gh-592 8 years ago
Rich Harris ce8dd647f0 Merge branch 'fix-each-block' of https://github.com/hperrin/svelte into hperrin-fix-each-block 8 years ago
Hunter Perrin 41c214a986 Fixed each block producing elements in wrong order after change. Fixes . 8 years ago
Rich Harris a538f7a071 update tests to use new assign helper 8 years ago
Rich Harris c4b68ca8cb remove TODO 8 years ago
Rich Harris 288d1c9d74 update tests 8 years ago