Commit Graph

699 Commits (1d77a45fdc128f264770769bfa1860a8b4ad418d)

Author SHA1 Message Date
Rich Harris 3757e75d51 Merge pull request #766 from sveltejs/gh-740
8 years ago
Rich Harris 2b41b83752 Merge pull request #765 from sveltejs/gh-759
8 years ago
Rich Harris da6b08ccc7 bind to change events for range inputs, as well as input events (#740)
8 years ago
Rich Harris 1f7349c5be simplify adapted example
8 years ago
Rich Harris 9d8f4d341d preserve space before non-parenthesized media query expression - fixes #759
8 years ago
Rich Harris 1f5f9604a8 call create() on new iterations of static each blocks (#762)
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 #751 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 #480. Closes #578.
8 years ago
Rich Harris fef2367c11 rename to select_block_type and current_block_type
8 years ago
Rich Harris c84f120e4b Merge branch 'master' into hoist-if-block-selectors
8 years ago
Rich Harris 177e7d09c3 hoist if block selectors
8 years ago
Conduitry 6ef59234a3 add test
8 years ago
Rich Harris 057a257482 rename test
8 years ago
Rich Harris 9aff8ea48f Merge branch 'master' into gh-741
8 years ago
Rich Harris dd8d4ed7ff failing tests for #741
8 years ago
Rich Harris bdb34a243c avoid string manipulation bugs by not minifying combinators if cascade: true (#743)
8 years ago
Rich Harris 778a03e2c6 Merge branch 'master' into gh-693
8 years ago
Rich Harris ae060cfa3b Merge pull request #737 from sveltejs/update-deps
8 years ago
Rich Harris 82559c3775 support ref:foo as a CSS selector (#693)
8 years ago
Rich Harris 8020fe53fc remove babel etc
8 years ago
Rich Harris 2c7d2f79ab Revert "test 4 and 6 in one go"
8 years ago
Rich Harris 038391ec43 test 4 and 6 in one go
8 years ago
Rich Harris c7e133790d get things working in node 4 again
8 years ago
Rich Harris e2d63d1b34 add dev mode warning for double destroy
8 years ago
Rich Harris bb2ed448b8 lint
8 years ago
Rich Harris c35e5948cd reuse window object for faster tests
8 years ago
Rich Harris 65e484b6ae remove reify
8 years ago
Rich Harris 46cb2a4da3 update jsdom
8 years ago
Rich Harris e02c248456 update rollup and plugins
8 years ago
Rich Harris 962f04f4bf dont throw error if component is destroyed twice (closes #643)
8 years ago
Rich Harris 4daa57c67b optimise for ternary expressions when excluding unused css (#696)
8 years ago
Rich Harris 608f8943f3 Merge pull request #733 from sveltejs/gh-375
8 years ago
Rich Harris 70a99925a9 use helper to encapsulate styles, rather than being repetitious (fixes #375)
8 years ago
Rich Harris 333568275b Merge branch 'master' into gh-697
8 years ago
Rich Harris 71047c2961 Merge pull request #732 from sveltejs/gh-638
8 years ago
Rich Harris 6a74db035b Merge pull request #731 from sveltejs/gh-686
8 years ago
Rich Harris 57e7f75eee Merge pull request #728 from sveltejs/gh-721
8 years ago
Rich Harris 1b92f5fa20 event propagation shorthand for components (#638)
8 years ago
Rich Harris 51af8c29e0 event propagation shorthand for elements (#638)
8 years ago
Rich Harris c1f34e3e2a validate ref callees (#686)
8 years ago
Rich Harris 7b1299904b minify css and remove unused styles (#697)
8 years ago
Rich Harris cb030fd780 use _set, not set, when updating child components - fixes #721
8 years ago
Rich Harris 4d36908525 clear refs in destroy, not unmount, so that refs are populated in ondestroy. fixes #706
8 years ago
Rich Harris b701bf24b4 unescape hash character (#722)
8 years ago
Zhuravlev Yury ab607269f9 Update css-media-query test. It's look like somebody forgot about that.
8 years ago
Yury Zhuravlev 246b4d70dc Fix binding in each block
8 years ago