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

167 Commits

Author SHA1 Message Date
Rich Harris
ca7e90083e can just use options here 2017-12-15 19:55:48 -05:00
Emil Ajdyna
d398b34a41 Add state() method handling for components 2017-12-15 01:47:42 +01:00
Rich Harris
394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
update SSR render method, and introduce <:Head>
2017-12-13 21:20:03 -05:00
Rich Harris
8a3898c6cb fix unrelated bug that was causing tests to fail 2017-12-13 21:05:59 -05:00
Rich Harris
ed44f7d1fa server-side <:Head> 2017-12-13 19:40:32 -05:00
Rich Harris
ca6a4a7708
Merge pull request #1021 from sveltejs/gh-1015
implement preload
2017-12-13 18:23:07 -05:00
Rich Harris
22ba8f74ca deprecate renderCss 2017-12-13 09:55:03 -05:00
Rich Harris
0127f9f0ca change server-side render method signature 2017-12-13 09:28:29 -05:00
Emil Ajdyna
fadeeaf177 Expose root as a public property 2017-12-13 10:50:19 +01:00
Rich Harris
6bd410c886 implement preload 2017-12-12 22:11:27 -05:00
Rich Harris
797165b5a8
trim SSR'd output more intelligently - fixes #998 2017-12-10 10:04:22 -05:00
Rich Harris
c799230164
don't use dataset with svg elements - fixes #995 2017-12-10 09:55:26 -05:00
Rich Harris
82fc0f2713
Merge branch 'master' into gh-654 2017-12-03 09:08:49 -05:00
Rich Harris
8a0813e96b SSR await-then-catch 2017-11-25 10:34:44 -05:00
Rich Harris
945d8ce526 store bindings 2017-11-24 16:07:38 -05:00
Rich Harris
be68cd9de2 use store in SSR mode 2017-11-24 14:49:16 -05:00
Rich Harris
75e911b05a update snapshot tests 2017-11-24 14:23:45 -05:00
Rich Harris
dc154987da remove whitespace around <:Window/> - fixes #943 2017-11-23 11:44:25 -05:00
Rich Harris
0a01aa0243
Increase code coverage 2017-11-23 10:36:52 -05:00
Rich Harris
51901442c9
attach globals to state object on initialisation
fixes #908
2017-11-22 22:02:00 -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
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
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
fb675fd5e3 update snapshot tests 2017-11-12 16:42:02 -05:00
Rich Harris
f659fd8391 remove unused _yield property 2017-10-28 11:32:53 -04:00
Conduitry
2800b5cacc update tests 2017-10-15 16:17:48 -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
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
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
Rich Harris
1f9fc04d27 simplify module wrapping 2017-09-18 21:30:05 -04:00
Rich Harris
fdd7ac71c2 Merge branch 'master' into iife 2017-09-18 21:03:33 -04:00
Rich Harris
cf56c0ba04 Merge branch 'master' into gh-23 2017-09-18 21:02:03 -04:00
Rich Harris
5d84a93c99 shorten each block var names 2017-09-18 20:53:23 -04:00
Rich Harris
4f1d48c4a6 more readable each block values 2017-09-18 18:32:44 -04:00
Rich Harris
74d84d81e9 remove incorrect argument 2017-09-18 17:54:57 -04:00
Rich Harris
66ae0d9c94 use textContent and innerHTML where appropriate (#23) 2017-09-18 17:24:31 -04:00
Rich Harris
5cd76be290 various fixes 2017-09-18 15:12:40 -04:00
Rich Harris
3b68d1f5dc update tests 2017-09-17 17:27:05 -04:00
Rich Harris
6b70825ac3 Merge pull request #856 from sveltejs/remove-is-initial
remove isInitial check on recompute
2017-09-17 13:34:23 -04:00
Rich Harris
21f6dd8cef Merge branch 'master' into static-components 2017-09-17 13:02:02 -04:00
Rich Harris
bd282df921 remove version numbers from snapshot tests 2017-09-17 13:01:47 -04:00
Rich Harris
e2ef1fdb96 dont update components with only static bindings 2017-09-17 12:59:30 -04:00
Rich Harris
4d6e95d799 update snapshot tests 2017-09-17 12:29:11 -04:00