Commit Graph

2104 Commits (836cc36598bcf64f86daa78faf04d7f54e7e850c)
 

Author SHA1 Message Date
Rich Harris 077428459a
Merge pull request #929 from esarbanis/do-use-dataset
7 years ago
esarbanis ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
7 years ago
Rich Harris d28942d91a dont use innerHTML for options inside optgroups - fixes #915
7 years ago
Conduitry 06425e3061 use prepare npm script to support installing from git
7 years ago
Rich Harris fb675fd5e3 update snapshot tests
7 years ago
Rich Harris 0b56e20300 oops
7 years ago
Rich Harris 96428312ec check component exists after _bind before continuing - fixes #917
7 years ago
Rich Harris be0837e480 move tslib to devDependencies
7 years ago
Rich Harris 3442df92cb -> v1.41.3
7 years ago
Rich Harris 6000e9b6e2
Merge pull request #902 from sveltejs/gh-893
7 years ago
Rich Harris ad12854d63
Merge pull request #918 from sveltejs/fix-umd-globals
7 years ago
Rich Harris 60c13a6970
Merge pull request #912 from esarbanis/arg-name-clash
7 years ago
Rich Harris 1bd7026c05 Merge branch 'master' into fix-umd-globals
7 years ago
Rich Harris 70750a9d5e
Merge pull request #920 from sveltejs/gh-919
7 years ago
Rich Harris f80cc613f3 add tslib and use importHelpers - fixes #919
7 years ago
Conduitry f19907e9f7 fix factory arguments for globals in UMD output
7 years ago
Conduitry 45f061e737 reorganize options table and add `hydratable` and `customElement`
7 years ago
esarbanis 9218f20330 Use a block scoped unique name for the context
7 years ago
Rich Harris e63529683d -> v1.41.2
7 years ago
Rich Harris f659fd8391 remove unused _yield property
7 years ago
Rich Harris d05b212581 oops
7 years ago
Rich Harris 3e9d9740f8 Merge branch 'm59peacemaker-oncreate-async-#904'
7 years ago
Rich Harris c5943d7b6d skip async-await tests below node 8
7 years ago
Rich Harris fee5754c32
Merge pull request #906 from m59peacemaker/css-attribute-name-only-bug
7 years ago
Johnny Hauser 5275892152 keep "async" keyword for async oncreate functions
7 years ago
Johnny Hauser 0997107e1d oncreate async tests (function, arrow, arrow block)
7 years ago
Johnny Hauser 97d8125030 test attribute only selector when html is also attribute only
7 years ago
Johnny Hauser 8edfd643f1 match css attribute name only selectors (no value)
7 years ago
Johnny Hauser f8ac12c57b test for attribute name only selector
7 years ago
Rich Harris 1dad8f1936 add test for #891
7 years ago
Rich Harris 218dcacef8 Merge branch 'patch-1' of https://github.com/petterek/svelte into petterek-patch-1
7 years ago
Rich Harris 5646df77ac possible fix for #893
7 years ago
Rich Harris 0a7d39d08f -> v1.41.1
7 years ago
Rich Harris 921ad06bc7 Merge pull request #900 from sveltejs/event-handler-options-callee
7 years ago
Rich Harris 89ad91d5b2 Merge pull request #899 from jacobmischka/fix-yarn-lock-electron
7 years ago
Rich Harris b1e1c5c9bf Merge pull request #897 from jacobmischka/destructure-each-updates
7 years ago
Conduitry cc8614c51c allow options.* as event handler callee
7 years ago
Jacob Mischka bfde35c9f2
Fix yarn.lock electron entry
7 years ago
Jacob Mischka f0aea9b086
Fix updates for destructured each arrays
7 years ago
Conduitry db5646821d add failing test for each block updates
7 years ago
Rich Harris bc88471840 -> v1.41.0
7 years ago
Rich Harris c394aa7848 Merge pull request #889 from jacobmischka/destructure-each
7 years ago
Rich Harris d01d7ee580 Merge pull request #886 from m59peacemaker/audio-muted
7 years ago
Rich Harris ba3641f334 Merge pull request #883 from sveltejs/default-onwarn-onerror
7 years ago
Conduitry 2800b5cacc update tests
7 years ago
Conduitry 0fd823d661 fix syntax
7 years ago
Petter Ekrann 23b2817989 Ensure cloning of incomming data
7 years ago
Jacob Mischka a60a7e6773
Remove Object.entries from test
7 years ago
Jacob Mischka ffbc991027
Add missing runtime test, add contexts to SSR
7 years ago
Jacob Mischka 5d27d3fda7
Add array destructuring for each contexts
7 years ago