0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 01:11:24 +01:00
Commit Graph

871 Commits

Author SHA1 Message Date
Rich Harris
b5821b846a fix annoying test failure 2017-11-21 11:47:22 -05:00
Rich Harris
775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910 2017-11-21 11:09:14 -05:00
Rich Harris
509fb1a6e3
Merge pull request #931 from sveltejs/gh-928
Reuse <option> children as value attribute, if there isn't one
2017-11-19 07:53:25 -05:00
Rich Harris
bcae68de06 treat quoted property names the same way as identifiers - fixes #914 2017-11-18 14:54:49 -05:00
Rich Harris
02b0dda9cc update tests 2017-11-18 14:13:31 -05:00
Rich Harris
7e07cde021 use <option> children as value attribute, if none exists. fixes #928 2017-11-18 14:07:21 -05:00
Rich Harris
4411ab116e update snapshot tests 2017-11-18 13:45:10 -05:00
Rich Harris
0a4e795498
Merge pull request #921 from sveltejs/gh-917
check component exists after _bind before continuing
2017-11-18 13:09:41 -05:00
Rich Harris
3ff208ffdd
Merge pull request #925 from sveltejs/gh-915
don't use innerHTML for options inside optgroups
2017-11-18 13:06:52 -05:00
esarbanis
ea3f58a786 Use el.dataset.foo = bar instead of setAttribute(el, 'data-foo', bar)
Closes #858
2017-11-16 11:39:58 +02:00
Rich Harris
d28942d91a dont use innerHTML for options inside optgroups - fixes #915 2017-11-13 21:53:15 -05:00
Rich Harris
fb675fd5e3 update snapshot tests 2017-11-12 16:42:02 -05:00
Rich Harris
0b56e20300 oops 2017-11-12 16:15:40 -05:00
Rich Harris
96428312ec check component exists after _bind before continuing - fixes #917 2017-11-12 15:55:02 -05:00
Rich Harris
6000e9b6e2
Merge pull request #902 from sveltejs/gh-893
possible fix for #893
2017-11-12 14:46:34 -05:00
esarbanis
9218f20330 Use a block scoped unique name for the context 2017-11-06 12:43:38 +02:00
Rich Harris
f659fd8391 remove unused _yield property 2017-10-28 11:32:53 -04:00
Rich Harris
d05b212581 oops 2017-10-28 11:31:29 -04:00
Rich Harris
3e9d9740f8 Merge branch 'm59peacemaker-oncreate-async-#904' 2017-10-28 11:27:29 -04:00
Rich Harris
c5943d7b6d skip async-await tests below node 8 2017-10-28 11:27:10 -04:00
Johnny Hauser
0997107e1d oncreate async tests (function, arrow, arrow block) 2017-10-25 10:26:25 -05:00
Johnny Hauser
97d8125030 test attribute only selector when html is also attribute only 2017-10-24 23:15:32 -05:00
Johnny Hauser
f8ac12c57b test for attribute name only selector 2017-10-24 22:54:23 -05:00
Rich Harris
1dad8f1936 add test for #891 2017-10-24 08:14:02 -04:00
Rich Harris
218dcacef8 Merge branch 'patch-1' of https://github.com/petterek/svelte into petterek-patch-1 2017-10-24 08:13:39 -04:00
Rich Harris
5646df77ac possible fix for #893 2017-10-23 22:43:16 -04:00
Rich Harris
921ad06bc7 Merge pull request #900 from sveltejs/event-handler-options-callee
allow options.* as event handler callee
2017-10-20 15:25:37 -04:00
Conduitry
cc8614c51c allow options.* as event handler callee 2017-10-18 13:33:23 -04:00
Conduitry
db5646821d add failing test for each block updates 2017-10-18 09:07:53 -04:00
Conduitry
2800b5cacc update tests 2017-10-15 16:17:48 -04:00
Jacob Mischka
a60a7e6773
Remove Object.entries from test 2017-10-09 21:12:21 -05:00
Jacob Mischka
ffbc991027
Add missing runtime test, add contexts to SSR 2017-10-09 21:05:59 -05:00
Jacob Mischka
5d27d3fda7
Add array destructuring for each contexts
Fixes #888
2017-10-09 20:38:26 -05:00
Rich Harris
c7e0674441 Merge pull request #874 from sveltejs/gh-871
handle unknown at-rules that are declaration-like
2017-10-03 20:54:25 -04:00
Rich Harris
86a11b547b handle unknown at-rules that are declaration-like — fixes #871 2017-09-27 14:21:00 -04:00
Rich Harris
e83bcb0b53 escape backslashes in CSS for custom elements - fixes #872 2017-09-27 13:55:22 -04:00
Conduitry
9c7c5b9636 more testing 2017-09-22 11:24:05 -04:00
Conduitry
7b25b1202f expand unit test 2017-09-22 10:35:45 -04:00
Rich Harris
1dc4882183 merge master -> no-template-iife 2017-09-20 13:03:49 -04:00
Rich Harris
d27e4734d5 Merge branch 'master' into short-method-names 2017-09-20 12:47:21 -04:00
Rich Harris
dc3785c1e2 fix escaping of %-prefixed names 2017-09-20 12:00:42 -04:00
Rich Harris
6436886500 exclude irrelevant stuff from SSR output 2017-09-20 11:51:01 -04:00
Rich Harris
4dbfc65e74 fix indentation, update snapshot tests 2017-09-20 11:06:23 -04:00
Rich Harris
2865a98e57 move properties out of the template IIFE (#756) 2017-09-19 16:24:03 -04:00
Rich Harris
fcf2b03ba6 take template object out of IIFE 2017-09-19 12:59:12 -04:00
Rich Harris
94e280e430 merge master -> gh-23 2017-09-19 11:11:40 -04:00
Rich Harris
dabc2d1fdf dont wrap ESM in IIFE 2017-09-19 11:00:55 -04:00
Rich Harris
2da0e252c7 merge master => iife 2017-09-19 10:47:26 -04:00
Rich Harris
2b2a1b40ce use short method names 2017-09-18 22:00:28 -04:00
Rich Harris
c8f094cf80 remove unused destroyEach and destroy arguments 2017-09-18 21:37:10 -04:00