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

1924 Commits

Author SHA1 Message Date
Rich Harris
f7c540b4ed get store() to work with nested components in SSR compiler 2017-12-15 20:58:06 -05:00
Rich Harris
733e949b06 -> v1.49.0 2017-12-15 19:56:40 -05:00
Rich Harris
ca7e90083e can just use options here 2017-12-15 19:55:48 -05:00
Rich Harris
b49e6da64c
Merge pull request #1028 from emilos/master
Add state() method handling for components
2017-12-15 19:52:40 -05:00
Emil Ajdyna
d398b34a41 Add state() method handling for components 2017-12-15 01:47:42 +01:00
Rich Harris
7d949a601c -> v1.48.0 2017-12-13 21:24:31 -05: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
291a0baa16 unmount head children correctly 2017-12-13 20:16:39 -05:00
Rich Harris
ed44f7d1fa server-side <:Head> 2017-12-13 19:40:32 -05:00
Rich Harris
50654fab88 remove <:Document>, implement <:Head> on client-side 2017-12-13 19:27:27 -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
9bd98e72ac
Merge pull request #1023 from emilos/public-root
Expose root as a public property
2017-12-13 18:20:28 -05:00
Rich Harris
a02c3dba28 remove copy pasta 2017-12-13 09:57:59 -05:00
Rich Harris
22ba8f74ca deprecate renderCss 2017-12-13 09:55:03 -05:00
Rich Harris
545ed7f0ed generate title in SSR compiler 2017-12-13 09:52:04 -05:00
Rich Harris
bc505161d1 deconflict properly 2017-12-13 09:38:16 -05:00
Rich Harris
0127f9f0ca change server-side render method signature 2017-12-13 09:28:29 -05:00
Rich Harris
e57ddb0503 add new <:Document> meta-component 2017-12-13 09:20:52 -05:00
Conduitry
b961868dcd update compiler options in readme 2017-12-13 08:20:59 -05:00
Emil Ajdyna
fadeeaf177 Expose root as a public property 2017-12-13 10:50:19 +01:00
Rich Harris
7c86487691 -> v1.47.2 2017-12-12 22:30:19 -05:00
Rich Harris
1edd0e171c remove unused code 2017-12-12 22:13:33 -05:00
Rich Harris
6bd410c886 implement preload 2017-12-12 22:11:27 -05:00
Rich Harris
bc7ade0bbd
Merge pull request #1019 from sveltejs/gh-1012
deconflict computed properties with arguments to _recompute
2017-12-12 21:29:18 -05:00
Rich Harris
b252e3378f
Merge pull request #1018 from sveltejs/gh-1014
allow await blocks in slots
2017-12-12 20:36:30 -05:00
Rich Harris
05439df9c7
Merge pull request #1017 from sveltejs/gh-1007
allow components without slots to have whitespace as only child
2017-12-12 20:35:10 -05:00
Rich Harris
47b4162759 remove solo 2017-12-12 20:34:49 -05:00
Rich Harris
e4d257da1e deconflict computed properties with arguments to _recompute - fixes #1012 2017-12-12 20:32:53 -05:00
Rich Harris
8c7e5b7758 allow await blocks in slots - fixes #1014 2017-12-12 20:01:24 -05:00
Rich Harris
9b09758f8c remove unused import 2017-12-12 19:51:57 -05:00
Rich Harris
9377331203 allow components without slots to have whitespace as only child - fixes #1007 2017-12-12 19:48:15 -05:00
Rich Harris
76356cef00
Merge pull request #1016 from esarbanis/override-toString
Properly override toString in CompileError
2017-12-12 19:30:15 -05:00
Efthymis Sarmpanis
b1909dc19b Properly override toString in CompileError 2017-12-13 00:00:37 +01:00
Efthymis Sarmpanis
e3b5f5250e Failing test for improper toString override in CompileError 2017-12-13 00:00:22 +01:00
Rich Harris
0da8191800
Merge pull request #1010 from sveltejs/windows-sanity-check
check files with names like [foo].html work on windows
2017-12-12 10:13:17 -05:00
Rich Harris
ffd06c462c rename file 2017-12-12 08:26:18 -05:00
Rich Harris
2bbe088e9c
Merge pull request #1009 from StarpTech/feature/add_brunch_plugin_readme
add brunch plugin
2017-12-12 08:25:05 -05:00
Dustin Deus
d44c01b9d8 add brunch plugin 2017-12-11 23:27:08 +01:00
Rich Harris
e0b2712806 -> v1.47.1 2017-12-11 12:34:52 -05:00
Rich Harris
774caf42ca
sanitize filenames before SSRing - fixes #1005 2017-12-11 10:11:05 -05:00
Rich Harris
8efd1a923e -> v1.47.0 2017-12-10 20:10:25 -05:00
Rich Harris
5904a647db
support dynamic import - closes #1003 2017-12-10 20:09:09 -05:00
Rich Harris
a10cc11fc3 -> v1.46.1 2017-12-10 10:13:19 -05:00
Rich Harris
b83afb0528
await...then shorthand - fixes #957 2017-12-10 10:12:01 -05:00
Rich Harris
81f449093d
emit dev mode error for bad arguments to set - fixes #990 2017-12-10 10:08:55 -05:00
Rich Harris
d10f7fbdbf
don't add event to expectedProperties - fixes #972 2017-12-10 10:06:30 -05:00
Rich Harris
797165b5a8
trim SSR'd output more intelligently - fixes #998 2017-12-10 10:04:22 -05:00
Rich Harris
36718e79bd
Handle empty classes when pruning unused styles - fixes #997 2017-12-10 10:01:26 -05:00
Rich Harris
0be3211c4f
fix figcaption a11y warning - fixes #996 2017-12-10 09:57:15 -05:00