Commit Graph

1840 Commits (4076d798825c4fa8b3d7f46747b5dc8b814bd315)
 

Author SHA1 Message Date
Rich Harris e53b4f5386 fix tests, now that computed prop dependencies are expected
9 years ago
Rich Harris cfe5c66244 add store.js to package
9 years ago
Rich Harris 5ec57f8b9a allow computed properties to depend on store props
9 years ago
Rich Harris fbc1785e36 allow event handlers to call store methods
9 years ago
Rich Harris fd63a56d52 store bindings
9 years ago
Rich Harris 30093ce036 use store in SSR mode
9 years ago
Rich Harris ff543bd171 reenable all tests
9 years ago
Rich Harris 2ade424988 update snapshot tests
9 years ago
Rich Harris 1bd56a591f client-side store subscriptions
9 years ago
Rich Harris a9353a769c add _init method
9 years ago
Rich Harris 53ed35ddf0 implement Store
9 years ago
Rich Harris b79f579966 Merge pull request #947 from sveltejs/gh-934
9 years ago
Rich Harris dcee5fae69 throw error on illegal context (#934)
9 years ago
Rich Harris 3cb3c5ff82 Merge pull request #946 from sveltejs/gh-943
9 years ago
Rich Harris dabf840841 remove whitespace around <:Window/> - fixes #943
9 years ago
Efthymis Sarmpanis bde84f05e9 Add support for intercepting different file extensions, other than .html, in ssr. (#940)
9 years ago
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