Commit Graph

1772 Commits (0a01aa02433db8c9f724b1a215cd9c0239374de8)
 

Author SHA1 Message Date
Rich Harris 0a01aa0243
Increase code coverage
9 years ago
Rich Harris d590dbe165
Reinstate code coverage
9 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
9 years ago
Rich Harris 60b883b066
enable <:Window bind:online/> - fixes #936 (#937)
9 years ago
Rich Harris b5821b846a fix annoying test failure
9 years ago
Rich Harris 0a4aea3cb9 -> v1.42.0
9 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
9 years ago
Rich Harris 509fb1a6e3
Merge pull request #931 from sveltejs/gh-928
9 years ago
Rich Harris 08ed270b57
Merge pull request #933 from sveltejs/gh-914
9 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
9 years ago
Rich Harris 956d7b17b8 remove unused code
9 years ago
Rich Harris 02b0dda9cc update tests
9 years ago
Rich Harris 7e07cde021 use <option> children as value attribute, if none exists. fixes #928
9 years ago
Rich Harris 4411ab116e update snapshot tests
9 years ago
Rich Harris 8ae0cac67e -> v1.41.4
9 years ago
Rich Harris 0a4e795498
Merge pull request #921 from sveltejs/gh-917
9 years ago
Rich Harris 75b1b055c7
Merge pull request #923 from sveltejs/install-from-git
9 years ago
Rich Harris 3ff208ffdd
Merge pull request #925 from sveltejs/gh-915
9 years ago
Rich Harris 077428459a
Merge pull request #929 from esarbanis/do-use-dataset
9 years ago
esarbanis ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
9 years ago
Rich Harris d28942d91a dont use innerHTML for options inside optgroups - fixes #915
9 years ago
Conduitry 06425e3061 use prepare npm script to support installing from git
9 years ago
Rich Harris fb675fd5e3 update snapshot tests
9 years ago
Rich Harris 0b56e20300 oops
9 years ago
Rich Harris 96428312ec check component exists after _bind before continuing - fixes #917
9 years ago
Rich Harris be0837e480 move tslib to devDependencies
9 years ago
Rich Harris 3442df92cb -> v1.41.3
9 years ago
Rich Harris 6000e9b6e2
Merge pull request #902 from sveltejs/gh-893
9 years ago
Rich Harris ad12854d63
Merge pull request #918 from sveltejs/fix-umd-globals
9 years ago
Rich Harris 60c13a6970
Merge pull request #912 from esarbanis/arg-name-clash
9 years ago
Rich Harris 1bd7026c05 Merge branch 'master' into fix-umd-globals
9 years ago
Rich Harris 70750a9d5e
Merge pull request #920 from sveltejs/gh-919
9 years ago
Rich Harris f80cc613f3 add tslib and use importHelpers - fixes #919
9 years ago
Conduitry f19907e9f7 fix factory arguments for globals in UMD output
9 years ago
Conduitry 45f061e737 reorganize options table and add `hydratable` and `customElement`
9 years ago
esarbanis 9218f20330 Use a block scoped unique name for the context
9 years ago
Rich Harris e63529683d -> v1.41.2
9 years ago
Rich Harris f659fd8391 remove unused _yield property
9 years ago
Rich Harris d05b212581 oops
9 years ago
Rich Harris 3e9d9740f8 Merge branch 'm59peacemaker-oncreate-async-#904'
9 years ago
Rich Harris c5943d7b6d skip async-await tests below node 8
9 years ago
Rich Harris fee5754c32
Merge pull request #906 from m59peacemaker/css-attribute-name-only-bug
9 years ago
Johnny Hauser 5275892152 keep "async" keyword for async oncreate functions
9 years ago
Johnny Hauser 0997107e1d oncreate async tests (function, arrow, arrow block)
9 years ago
Johnny Hauser 97d8125030 test attribute only selector when html is also attribute only
9 years ago
Johnny Hauser 8edfd643f1 match css attribute name only selectors (no value)
9 years ago
Johnny Hauser f8ac12c57b test for attribute name only selector
9 years ago
Rich Harris 1dad8f1936 add test for #891
9 years ago
Rich Harris 218dcacef8 Merge branch 'patch-1' of https://github.com/petterek/svelte into petterek-patch-1
9 years ago
Rich Harris 5646df77ac possible fix for #893
9 years ago