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

178 Commits

Author SHA1 Message Date
Rich Harris
d411a82a32 update snapshot tests 2018-01-26 13:29:21 -05:00
Emil Ajdyna
f9fc7c9e91 Base scoping hashes on CSS content rather than entire file 2018-01-13 18:05:01 +01:00
Rich Harris
728d2fa9fb deconflict referenced globals - fixes #1079 2018-01-10 21:48:03 -05:00
Rich Harris
6ccc7b812b reuse timeout function 2018-01-05 10:55:12 -05:00
Rich Harris
297ea67ebe lock scroll bindings to allow tweening - fixes #1071 2018-01-04 21:30:52 -05:00
Rich Harris
976c278d37 prevent main fragment being created twice - fixes #1063 2018-01-01 23:02:39 -05:00
Rich Harris
a8f7d57c3a only optimise <title> inside <:Head> 2017-12-30 10:55:10 -05:00
Rich Harris
b7d8c49dc8
Merge branch 'master' into gh-1027 2017-12-30 10:48:34 -05:00
Rich Harris
1f31ba52c3 dont create text nodes inside <:Head> - fixes #1026 2017-12-24 16:00:25 -05:00
Rich Harris
646b0c0e01 optimise <title> - fixes #1027 2017-12-24 15:09:38 -05:00
Rich Harris
f8362fe5fb fix toString method in SSR output - closes #1044 2017-12-24 11:18:46 -05:00
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