Commit Graph

1824 Commits (ab7550c4e2666a9eb665389e49fc45a14e5ec55c)
 

Author SHA1 Message Date
Rich Harris 91c9acc453 -> v1.42.1
9 years ago
Rich Harris 7231693a9c append to the dom, not a document fragment, when updating each block in slot - fixes #927
9 years ago
Rich Harris 40c3648dfb Increase code coverage
9 years ago
Rich Harris e7ae9d764b Reinstate code coverage
9 years ago
Rich Harris 839e8905c9 attach globals to state object on initialisation
9 years ago
Rich Harris d17e7b309c enable <:Window bind:online/> - fixes #936 (#937)
9 years ago
Rich Harris ef8971ecad fix annoying test failure
9 years ago
Rich Harris e2fd1d7785 -> v1.42.0
9 years ago
Rich Harris a532f36ab2 combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
9 years ago
Rich Harris 08cf4b476a Merge pull request #931 from sveltejs/gh-928
9 years ago
Rich Harris 0f033b476e Merge pull request #933 from sveltejs/gh-914
9 years ago
Rich Harris 91a14091b8 treat quoted property names the same way as identifiers - fixes #914
9 years ago
Rich Harris 481f7bc37c remove unused code
9 years ago
Rich Harris cd97521daa update tests
9 years ago
Rich Harris 4116b9d8b1 use <option> children as value attribute, if none exists. fixes #928
9 years ago
Rich Harris 7ac0a52a45 update snapshot tests
9 years ago
Rich Harris e1c4f831ef -> v1.41.4
9 years ago
Rich Harris c4b9538e2a Merge pull request #921 from sveltejs/gh-917
9 years ago
Rich Harris 3a0200d2a0 Merge pull request #923 from sveltejs/install-from-git
9 years ago
Rich Harris b955b92977 Merge pull request #925 from sveltejs/gh-915
9 years ago
Rich Harris c80ebd6523 Merge pull request #929 from esarbanis/do-use-dataset
9 years ago
esarbanis 5af6eee10d Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
9 years ago
Rich Harris 21d995d904 dont use innerHTML for options inside optgroups - fixes #915
9 years ago
Conduitry 88f134437f use prepare npm script to support installing from git
9 years ago
Rich Harris 155002bbba update snapshot tests
9 years ago
Rich Harris ce797a5ee7 oops
9 years ago
Rich Harris 06bdaa99da check component exists after _bind before continuing - fixes #917
9 years ago
Rich Harris 47ab1268e8 move tslib to devDependencies
9 years ago
Rich Harris f94a5e8530 -> v1.41.3
9 years ago
Rich Harris a562314ffc Merge pull request #902 from sveltejs/gh-893
9 years ago
Rich Harris d96b100168 Merge pull request #918 from sveltejs/fix-umd-globals
9 years ago
Rich Harris 0100c405ec Merge pull request #912 from esarbanis/arg-name-clash
9 years ago
Rich Harris 9d80e8f2cc Merge branch 'master' into fix-umd-globals
9 years ago
Rich Harris 4976744a10 Merge pull request #920 from sveltejs/gh-919
9 years ago
Rich Harris d922cb88ea add tslib and use importHelpers - fixes #919
9 years ago
Conduitry 68ef70f5d0 fix factory arguments for globals in UMD output
9 years ago
Conduitry 65f941079b reorganize options table and add `hydratable` and `customElement`
9 years ago
esarbanis 59ba074781 Use a block scoped unique name for the context
9 years ago
Rich Harris 568093c03a -> v1.41.2
9 years ago
Rich Harris 3fa98b64ea remove unused _yield property
9 years ago
Rich Harris d2103c8ad8 oops
9 years ago
Rich Harris 900bbd1c0a Merge branch 'm59peacemaker-oncreate-async-#904'
9 years ago
Rich Harris 4ff3a8693b skip async-await tests below node 8
9 years ago
Rich Harris 1acbd6de62 Merge pull request #906 from m59peacemaker/css-attribute-name-only-bug
9 years ago
Johnny Hauser 37931eaede keep "async" keyword for async oncreate functions
9 years ago
Johnny Hauser ef0ad5f5f5 oncreate async tests (function, arrow, arrow block)
9 years ago
Johnny Hauser fa5a02774b test attribute only selector when html is also attribute only
9 years ago
Johnny Hauser a91a09fb71 match css attribute name only selectors (no value)
9 years ago
Johnny Hauser 41f942e828 test for attribute name only selector
9 years ago
Rich Harris 7685f70a95 add test for #891
9 years ago