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

1230 Commits

Author SHA1 Message Date
Conduitry
eba815e74c repl: use absolute svelteUrl to fix version=local 2019-04-09 18:05:56 -04:00
Luca Bonavita
2778956612 Code blocks formatting. Fixes #2387 2019-04-09 21:00:45 +01:00
Conduitry
a605daceaa derived docs fix 2019-04-09 11:29:59 -04:00
Rich Harris
4cb08f3253 fix padding 2019-04-09 11:21:59 -04:00
Rich Harris
8e78448a39 keep svelte prefix for compiler exports 2019-04-09 11:21:42 -04:00
Rich Harris
795d9b7e66
Fix pluralisation 2019-04-09 11:13:45 -04:00
Rich Harris
b68584ec2a
revert previous commit. just saw the rest of the PR, doh 2019-04-09 11:12:15 -04:00
Rich Harris
cec1d6cf2d
remove separate bind:this item (could also be a component, gets confusing) 2019-04-09 11:10:58 -04:00
Rich Harris
9a0b847455
Merge branch 'master' into site-headings-level-4 2019-04-09 11:09:04 -04:00
Rich Harris
cf095c4723
Merge pull request #2381 from sveltejs/gh-2380
add scale transition
2019-04-09 11:08:08 -04:00
Conduitry
6e46a18969 rename derive to derived 2019-04-09 10:29:40 -04:00
Richard Harris
2e2abe635d fix 2019-04-09 09:35:29 -04:00
Richard Harris
b96715f812 make tutorial mobile-friendly 2019-04-09 09:14:54 -04:00
Richard Harris
648bd176c5 add input-output toggle back to /repl 2019-04-09 08:30:41 -04:00
Richard Harris
8a85955fae move responsive REPL behaviour into ReplWidget 2019-04-09 08:21:53 -04:00
Richard Harris
eadb083346 more tweaking 2019-04-09 07:31:07 -04:00
Rich Harris
66d6feb8ef add scale transition. closes #2380 2019-04-08 18:31:27 -04:00
Richard Harris
cae0dc93c5 tweak layout of homepage info boxes 2019-04-08 09:21:48 -04:00
Richard Harris
b9aa8912e6 add menu icon to tutorial dropdown 2019-04-08 07:56:53 -04:00
Richard Harris
22a71b9aeb make dropdown clickable in Safari 2019-04-08 07:51:52 -04:00
Luca Bonavita
c88b28e207 Add more level 4 headings, fixes some typos 2019-04-07 21:25:20 +01:00
Rich Harris
1dc787493a
Merge pull request #2371 from mindrones/site-fix-2365
Don't update the active section for headings above level 3
2019-04-07 14:14:57 -04:00
Rich Harris
4d08c42165
Merge pull request #2370 from mindrones/site-sections-anchor-fix
Site: sections anchors fix
2019-04-07 14:14:13 -04:00
Luca Bonavita
4b40882f45 use data-scrollignore rather than being level specific 2019-04-07 17:41:46 +01:00
Richard Harris
c44d495e2f update @sveltejs/svelte-repl version 2019-04-07 12:18:31 -04:00
Luca Bonavita
888e16367c Don't update the active section for headings below level 3
Fixes #2365
2019-04-07 17:03:07 +01:00
Luca Bonavita
f8214049d4 Site: sections anchors fix
Fixes #2369
2019-04-07 15:42:00 +01:00
Richard Harris
3f02d999cd use spritesheet for contributors - fixes #2329 2019-04-07 09:56:47 -04:00
Rich Harris
7853d5af13
Merge pull request #2367 from sveltejs/who-is-using-svelte
Add a 'Who's using Svelte' section
2019-04-07 08:36:33 -04:00
Richard Harris
411d1118b6 mobile styles 2019-04-07 08:36:08 -04:00
Richard Harris
12083e797f remove excess padding from logos 2019-04-07 08:33:42 -04:00
Richard Harris
94e2ea3610 compress images 2019-04-07 08:28:58 -04:00
Richard Harris
bf04c0528d add instructions 2019-04-07 08:25:21 -04:00
Richard Harris
56b6fb0607 fix readable examples in tutorial 2019-04-07 08:05:12 -04:00
Richard Harris
342d1a0166 add a few organisations using Svelte 2019-04-07 08:03:26 -04:00
Rich Harris
a42671fdc7
Update 03-run-time.md
tweak description of second argument to writable/readable
2019-04-07 08:02:37 -04:00
Pat Cavit
e93eb6fbb2
docs: fix incorrect readable store
Changed in f3cb540ce6 (first brought up in #2296), but the docs got missed.
2019-04-06 23:09:52 -07:00
Richard Harris
6e32ffd990 tweak working - fixes #2350 2019-04-06 09:52:14 -04:00
Luca Bonavita
f6b399f8d0 API docs: remove an absolute URL
I originally started this PR because the link `[stores](tutorial/writable-stores)`
renders as http://localhost:3000/tutorial/writable-stores on https://v3.svelte.technology/docs#svelte-store.
No idea why because the rest of the relative links in content/ have the same format.
2019-04-06 13:47:06 +01:00
Vadim Cebaniuc
b161725a51 Fix typos in doc node-sass example
closes #2337
2019-04-02 14:43:40 -04:00
Pat Cavit
a68abb8a9a docs: "proeprties" -> "properties" 2019-04-02 14:38:19 -04:00
Pat Cavit
4a75d93173 docs: remove hardcoded localhost link from API 2019-04-02 14:38:01 -04:00
Rich Harris
6ccd66468c
remove unused ctx/running variables 2019-03-30 07:33:20 -04:00
Rich Harris
68d6793c97
remove unused ctx/running variables 2019-03-30 07:33:02 -04:00
Hunter Perrin
94594eb298
Merge pull request #1 from hperrin/patch-2
Remove unused r variable.
2019-03-29 20:13:28 -07:00
Hunter Perrin
19f68f358b
Remove unused r variable. 2019-03-29 20:11:40 -07:00
Hunter Perrin
a85cc349b8
Remove unused r variable. 2019-03-29 20:10:40 -07:00
Rich Harris
a07eac432a
update API reference docs (#2206) 2019-03-29 21:49:31 -04:00
Richard Harris
baa6debe53 update svelte-repl 2019-03-29 09:21:08 -04:00
Richard Harris
143117054a Merge branch 'master' of github.com:sveltejs/svelte 2019-03-29 08:44:35 -04:00
Richard Harris
200b82d8d0 add playbackRate to list of bindings in tutorial 2019-03-29 08:44:15 -04:00
Rich Harris
edd92cf8ea
Merge pull request #2331 from lunchboxer/master
reverse readable stores arg order in tutorial, fixes #2330
2019-03-29 08:28:41 -04:00
Rich Harris
4be340bb57
fix example code 2019-03-29 08:28:29 -04:00
Richard Harris
6836f64312 fix broken link 2019-03-29 08:24:56 -04:00
James
e76b9e779a reverse readable stores arg order, fixes #2330 2019-03-28 21:56:11 +08:00
Richard Harris
a72d7a72f5 pass through mapbox setup code 2019-03-28 08:46:30 -04:00
Richard Harris
467cbc3bed merge master -> external-repl 2019-03-27 22:14:01 -04:00
Richard Harris
c3b4e6c792 use external repl package everywhere 2019-03-27 22:08:50 -04:00
Conduitry
388d5f604a site: use published version of eslint-plugin-svelte3 2019-03-27 22:06:56 -04:00
Richard Harris
c7f9f514be use external repl package 2019-03-27 09:31:06 -04:00
Rich Harris
70c8d3e24a
Merge pull request #2311 from sveltejs/gh-2306
Fix zen mode REPL nav CSS
2019-03-25 16:24:03 -04:00
Conduitry
63771522d3 site: tidy repl example loading and fix race condition (#2313) 2019-03-25 13:16:45 -04:00
Richard Harris
cb60f6cfad begun, the z-index wars have 2019-03-25 08:24:58 -04:00
Rich Harris
99f041900b
Merge pull request #2288 from bdougherty/fix-media-element-tutorial
Fix media element tutorial
2019-03-24 21:41:19 -04:00
Rich Harris
88366b9ed2
typo 2019-03-23 20:56:27 -04:00
Brad Dougherty
1b3320d765
Update media urls to https 2019-03-21 19:41:33 -04:00
Conduitry
2eba76a1a1 site: remove unused /repl/embed route 2019-03-20 13:00:35 -04:00
Conduitry
a0e6638a96 site: make main REPL use relaxed sandbox when loading from example 2019-03-20 12:58:52 -04:00
Conduitry
665c3eac79 site: run tutorial and widget REPLs in relaxed sandbox (#2147) 2019-03-20 10:52:56 -04:00
Rich Harris
29b4615d9d
Merge pull request #2272 from sveltejs/gh-2216
[WIP] Don't use iframes for homepage REPLs
2019-03-19 21:58:07 -04:00
Richard Harris
fba4308036 dry out /repl/embed 2019-03-19 21:53:43 -04:00
Rich Harris
e8b7cd7889 stagger creation of REPL widgets on home page 2019-03-19 13:38:37 -04:00
Richard Harris
795ca0c291 share workers, prevent REPL crosstalk 2019-03-19 09:21:47 -04:00
Mikhail Korepanov
39eece990e Change input of a component when click on an error message 2019-03-19 01:48:04 +03:00
Rich Harris
9f0630c3fb start moving REPL widgets out of iframes (#2216) 2019-03-18 18:44:40 -04:00
Rich Harris
ad2924acb3 a few tweaks 2019-03-18 18:27:41 -04:00
Rich Harris
fce96dcd75 remove old style tags when updating components - fixes #2220 2019-03-18 17:13:34 -04:00
Conduitry
149c33b69e site: serve static assets with allow origin '*' (#2221) 2019-03-18 15:36:06 -04:00
Rich Harris
21d56c9ee3
Tidy up (#2252) 2019-03-18 09:06:01 -04:00
Richard Harris
a859d5cb90 recompile when options change 2019-03-17 17:22:19 -04:00
Richard Harris
52dac8f2a7 rebundle when files are created/renamed 2019-03-17 16:51:19 -04:00
Richard Harris
b3b8f4220c various spring fixes, including #2167 2019-03-17 12:15:16 -04:00
Conduitry
becb6d4a93 site: update eslint-plugin-svelte3 2019-03-16 10:59:33 -04:00
Rich Harris
3ef1c10190
Merge pull request #2210 from sveltejs/gh-2208
REPL: better "could not resolve module" error
2019-03-15 19:38:12 -04:00
Conduitry
66e2905066 repl: deal with named module exports from main App 2019-03-15 19:16:59 -04:00
Conduitry
78cb0183fb repl: use Rollup 1.x 2019-03-11 14:39:08 -04:00
Conduitry
328db0920f repl: better bundling error when unable to resolve module (#2208) 2019-03-11 14:13:03 -04:00
Richard Harris
0e6bf65aeb style tweaks, additional thumbnails 2019-03-10 22:30:47 -04:00
Richard Harris
2edb5df09c transfer over all the old examples worth keeping 2019-03-10 22:25:33 -04:00
Richard Harris
771d9eed06 update/remove some more stuff 2019-03-10 19:39:14 -04:00
Richard Harris
9037688dd9 thumbnails 2019-03-10 18:53:06 -04:00
Richard Harris
3b424fe660 7guis examples 2019-03-10 18:52:54 -04:00
Richard Harris
23eeddef66 tweak examples 2019-03-10 18:35:46 -04:00
Richard Harris
830fb1ea49 remove thumbnails 2019-03-10 18:35:29 -04:00
Richard Harris
b870e65511 add thumbnails to examples page 2019-03-10 17:16:39 -04:00
Richard Harris
5bd43fba51 bones of an example index page 2019-03-10 15:53:01 -04:00
Richard Harris
ff32efd8d9 update Svelte, fix bug 2019-03-10 13:54:51 -04:00
Richard Harris
e27028e780 more tidying up 2019-03-10 13:43:58 -04:00
Richard Harris
26e783b078 remove some more unused stuff 2019-03-10 13:42:52 -04:00
Richard Harris
0bbea065bb remove props editor 2019-03-10 13:41:14 -04:00
Richard Harris
217cd6c741 move example data into components 2019-03-10 13:15:56 -04:00
Rich Harris
dd6a962f3e
Tutorial/REPL tweaks (#2196)
* make dropdown more obviously interactive

* make component removal work in firefox

* dont recompile on component selection

* oops

* focus editor on selector blur, finesse styles

* fix input alignment on firefox
2019-03-10 11:09:32 -04:00
Rich Harris
4541d58798
Add a tutorial (#2132) 2019-03-10 09:30:29 -04:00
Conduitry
7ca4c408e2 site: deps 2019-03-07 08:53:18 -05:00
Richard Harris
e6f0282da1 various REPL improvements 2019-03-06 14:25:00 -05:00
Richard Harris
c672ad8df7 update Sapper 2019-02-24 21:04:02 -05:00
Conduitry
ca8671c2b4 site: bump eslint-plugin-svelte3 2019-02-24 15:14:02 -05:00
Richard Harris
ff60e72cbd Merge branch 'master' of github.com:sveltejs/svelte 2019-02-24 14:53:41 -05:00
Conduitry
7e5b29c85e repl: don't export time as prop in SVG Clock example 2019-02-23 12:23:28 -05:00
Conduitry
775adb53e0 repl: fix some more prop editor bugs 2019-02-23 12:06:35 -05:00
Richard Harris
f710f3bca2 update svelte and sapper, workaround #2127 2019-02-22 21:36:25 -05:00
Richard Harris
6f777478c8 use v3 branch of template 2019-02-22 08:16:33 -05:00
Conduitry
50e92afb25 repl: only display writable exports in props editor 2019-02-22 07:41:36 -05:00
Conduitry
7fa7f200d1 site: mention PUBLISH env variable in readme 2019-02-22 00:22:13 -05:00
halfnelson
2ab21887d0 Quick fix to save and fork 2019-02-20 21:27:51 +10:00
Richard Harris
ef3f75ad7d oops 2019-02-19 08:14:08 -05:00
Richard Harris
c9dd5c7033 accommodate changes to stats/vars/warnings 2019-02-19 07:37:40 -05:00
Rich Harris
5c70456123
Merge pull request #2090 from sveltejs/gh-2078
fix two examples
2019-02-17 13:51:34 -04:00
Richard Harris
fa1322b00b update Sapper 2019-02-17 11:09:03 -05:00
Richard Harris
a0e72db86a fix crud example 2019-02-17 11:06:28 -05:00
Richard Harris
f863a5df30 fix flight booker example 2019-02-17 10:51:21 -05:00
Conduitry
f262293135 site: fix invalid blog rss feed (#2085) and tidy 2019-02-15 16:36:04 -05:00
Hayden
286973ea31 Add rss <link> to blog 2019-02-10 14:20:53 +10:30
halfnelson
3975ffe013 Allow repl to use alert 2019-02-09 22:50:46 +10:00
Rich Harris
e6ed8ef49f update site, including REPL, to use .svelte 2019-02-08 20:58:18 -05:00
Rich Harris
be3808dd08 fix REPL 2019-02-07 10:44:12 -05:00
Rich Harris
e2ff2f1d66 default to beta version 2019-02-06 19:03:03 -05:00
Vasiliy Mikhaylovsky
7cf6c0a492
Change "Keyed each blocks" to v3
https://v3.svelte.technology/repl?version=3.0.0-beta.1&gist=f39ae2d72b85b84415aed58acdc43d87
2019-02-06 03:18:31 +05:00
Richard Harris
df318d2976 Merge branch 'master' of github.com:sveltejs/svelte 2019-02-03 14:15:16 -05:00
Richard Harris
a48be00e7f update to current Sapper alpha 2019-02-03 14:15:09 -05:00
halfnelson
969c884e31 repl improvements
- Dont bind props until after component is created
- Remove debug logs
- destroy repl proxy event listener on compont destory
- all repl-proxy commands now return a value
2019-02-03 10:51:19 +10:00
Richard Harris
eda1bc627b copy changelog blog post over from svelte.technology 2019-01-31 09:28:35 -05:00
Conduitry
a270661d20 rename <svelte:meta> to <svelte:options> (#2017) 2019-01-29 17:59:40 -05:00
Conduitry
14d41af973 site: update eslint-plugin-svelte3 2019-01-29 12:44:53 -05:00
Conduitry
2b1f753d72 site: tidy code highlighting 2019-01-26 16:55:28 -05:00
Rich Harris
3ec5ff77eb update lockfiles 2019-01-23 10:31:57 -05:00
Conduitry
ca6ab95ea4 site: update readme with simplified version=local instructions 2019-01-19 16:28:52 -05:00
Conduitry
01ff158e52 repl: implement version=local 2019-01-19 10:50:22 -05:00
Rich Harris
971ed52d62
Merge pull request #1983 from c0bra/patch-1
Syntax error on element binding example
2019-01-17 08:40:10 -05:00
John Muhl
4e1a87d92f
Add fallback for users without "Fira Mono" 2019-01-15 17:35:55 +00:00
Brian Hann
5b73c03271
Syntax error on element binding example 2019-01-15 08:59:01 -06:00
David Pershouse
5eafdd446f abstract repl interaction code 2019-01-12 01:46:33 +10:00
David Pershouse
2c537e7cb4 POC for postmessage Repl 2019-01-11 13:19:00 +10:00
David Pershouse
9b7d0152bc handle markdown on windows machines 2019-01-10 17:39:10 +10:00
David Pershouse
5ff3e7f52a remove redundant bash based update script 2019-01-10 17:07:58 +10:00
David Pershouse
2b1be6f8ae convert update_template.sh to js for windows support 2019-01-10 17:07:42 +10:00
Rich Harris
8e9f37a7d4
Merge pull request #1970 from sveltejs/gh-1846
replace <svelte:document> with <svelte:body>
2019-01-09 14:46:21 -05:00
Conduitry
7bc461f6ee site: update readme and tidy package.json 2019-01-09 11:29:25 -05:00
Conduitry
a035676ef0 guide: update docs for <svelte:body> 2019-01-09 11:09:48 -05:00
Conduitry
77df0b7c45 update and tidy REPL examples 2019-01-03 18:23:03 -05:00
Conduitry
e0af4e742d bump site eslint ecma version 2019-01-03 17:52:10 -05:00
Conduitry
90a9061684 use tagged versions of eslint-plugin-svelte3 2019-01-03 15:11:15 -05:00
Chris Morgan
c850dcd6c4
Update parallax example to use https: URLs
It’s very common for http: URLs not to load in https: page now.
These images are served on https: also, so use that.
2019-01-03 22:48:17 +11:00
fiskgrodan
6b9f81fa25
Update global.css
Added `sans-serif` fallback to `Roboto` on `p, ol, ul`-elements to avoid the initial flashing of `Times New Roman` on loads and reloads.
2019-01-02 14:30:18 +01:00
Richard Harris
3701e0d582 add spring example 2019-01-01 19:34:55 -05:00
Conduitry
cc9a172d7c don't check in svelte-app.json 2018-12-31 10:00:12 -05:00
Richard Harris
953bdddd53 link to a relevant tweet in virtual DOM post 2018-12-30 12:31:30 -05:00
Richard Harris
cab40fde03 update app template, fix downloads 2018-12-29 14:29:51 -05:00
Richard Harris
cd4f987f4e prevent annoying sidebar scrolling glitch 2018-12-29 09:25:58 -05:00
Richard Harris
ff2a21e63a Merge branch 'master' into embedded-repl-hide-compiler-options 2018-12-28 20:39:55 -05:00
Richard Harris
519d91a896 fix REPL tab key behaviour 2018-12-28 20:07:39 -05:00
Rich Harris
bd5ac197c7 use Emotion instead of Aphrodite 2018-12-28 17:39:57 -05:00
Rich Harris
2688ed7d0a only remove our own styles 2018-12-28 17:39:37 -05:00
Rich Harris
95c84498e0 pin Rollup version until we upgrade 2018-12-28 17:39:14 -05:00
Rich Harris
b799edc5a6 Merge branch 'master' of github.com:sveltejs/svelte 2018-12-28 17:28:49 -05:00
Rich Harris
f296fe1e2f remove unused link 2018-12-28 17:28:46 -05:00
Conduitry
b8c5ab5c12 link to RFCs 2018-12-28 13:27:11 -05:00
Rich Harris
ffc039eeae tweak vdom post 2018-12-27 08:52:14 -05:00
Rich Harris
d42d4ffb73 Merge branch 'master' of github.com:sveltejs/svelte 2018-12-26 18:37:41 -05:00
Rich Harris
d8bf74bc7f virtual DOM post 2018-12-26 18:35:19 -05:00
Conduitry
168c9bf73b don't check in _contributors.js 2018-12-26 15:58:07 -05:00
Rich Harris
38ffa99f36 apply max width 2018-12-26 15:03:19 -05:00
Rich Harris
ca060be80e add css-in-js post 2018-12-26 14:53:54 -05:00
Rich Harris
53cee5064f tweak top nav 2018-12-26 10:47:54 -05:00
Rich Harris
abf570521e swap menu icon on open 2018-12-26 09:19:21 -05:00
Rich Harris
3771c12392 mobile contents menu 2018-12-26 09:18:10 -05:00
Rich Harris
d9c1697310 update contributors on deploy 2018-12-24 22:38:32 -05:00
Rich Harris
a95a360ee3 fix link styles 2018-12-24 22:31:43 -05:00
Rich Harris
a82ffbd942 add contributor list 2018-12-24 22:29:49 -05:00
Rich Harris
a7a8357f69 tweak blog styles 2018-12-24 21:53:02 -05:00
Rich Harris
af1982a13c style fixes 2018-12-24 21:44:11 -05:00
Rich Harris
ff8b12adcc Merge branch 'master' of github.com:sveltejs/svelte 2018-12-24 21:30:50 -05:00
Rich Harris
d7dc52a9de better mobile styles 2018-12-24 21:18:35 -05:00
Curtis Maloney
9f639d953b Optimise PNGs 2018-12-25 12:14:42 +11:00
Rich Harris
c347e7344a minor tweaks 2018-12-24 16:20:57 -05:00
Conduitry
7e3615c3d5 do not display compiler options in embedded REPL 2018-12-24 15:59:57 -05:00
Rich Harris
7aa612f61d various guide improvements 2018-12-24 15:37:32 -05:00
Rich Harris
3c06379398 take new tagline for a spin, see if we like it 2018-12-24 13:22:16 -05:00
Rich Harris
64475ff92f replace homepage TODO with quickstart guide 2018-12-24 13:16:26 -05:00
Rich Harris
24b0c67dca minor fixes 2018-12-24 12:38:35 -05:00
Rich Harris
051b780ee0 fix blog markdown 2018-12-24 12:20:39 -05:00
Rich Harris
16b654dabb link to discord, not gitter 2018-12-24 12:15:05 -05:00
Rich Harris
9b5dc22311 more style tweaks 2018-12-24 12:08:24 -05:00
Rich Harris
166e82ff76 line-height: 1.5 2018-12-24 10:38:59 -05:00
Rich Harris
74d81dde6b tweak various bits of CSS 2018-12-24 10:34:24 -05:00
Rich Harris
8d38dbf178 show code in REPL before it loads, tab switch between prop editors 2018-12-24 10:02:12 -05:00
Rich Harris
5aa0ad95e2 spruce up compiler options 2018-12-24 08:58:47 -05:00
Rich Harris
29e876d147 tighten up styles in a few places 2018-12-23 23:04:39 -05:00
Rich Harris
8768c5d7bd minor site tweaks 2018-12-23 22:00:35 -05:00
Rich Harris
a2232dcb3e Merge branch 'master' of github.com:sveltejs/svelte 2018-12-23 19:35:33 -05:00
Rich Harris
20e5fe9da7 merge conflict 2018-12-23 19:35:25 -05:00
Rich Harris
007eaca070 tweak styling 2018-12-23 19:32:44 -05:00
Rich Harris
93f37c3eeb
Merge pull request #1901 from sveltejs/embedded-repl
embedded REPLs
2018-12-23 19:14:49 -05:00
Rich Harris
4016f4ff71 put homepage demos into the repo 2018-12-23 19:11:19 -05:00
Conduitry
fab74508ab use integrated transitions in demos 2018-12-23 19:05:30 -05:00
Rich Harris
8e826e618d more tweaks 2018-12-23 18:54:50 -05:00
Rich Harris
15a65caf87 REPL looking decent-ish on mobile 2018-12-23 18:48:30 -05:00
Rich Harris
cf9a224fa8 remove some unused junk 2018-12-23 18:17:17 -05:00
Rich Harris
34d5e28b5f add input/output toggle 2018-12-23 18:16:41 -05:00
Rich Harris
6beca4546c minor fixes 2018-12-23 17:44:52 -05:00
Rich Harris
265c222195 Merge branch 'master' into embedded-repl 2018-12-23 17:29:46 -05:00
Rich Harris
2be9f7d43f update svelte and sapper 2018-12-23 17:13:48 -05:00
Rich Harris
8faa6a661b extensionless import 2018-12-23 16:34:53 -05:00
Rich Harris
5cb530ce78 start work on mobile layout 2018-12-23 15:37:22 -05:00
Rich Harris
7e22f74d32 remove unused styles etc 2018-12-23 14:51:17 -05:00
Rich Harris
e8e668caf8 a few tweaks 2018-12-23 14:00:41 -05:00
Rich Harris
2d0d9cad17 tweak layout a bit 2018-12-23 11:09:51 -05:00
Rich Harris
4fbc0c0f52 bump alpha version 2018-12-23 10:53:45 -05:00
Rich Harris
899b14da3e oops 2018-12-22 23:24:31 -05:00
Rich Harris
27bf806b30 get REPL downloads working 2018-12-22 23:20:16 -05:00
Rich Harris
f3c5521f80 merge conflict 2018-12-22 22:18:28 -05:00
Rich Harris
d4c6539908 Merge branch 'master' into embedded-repl 2018-12-22 21:59:14 -05:00
Rich Harris
c37530b815
Merge pull request #1900 from sveltejs/show-compiled-css
show compiled CSS separately
2018-12-22 21:56:20 -05:00
Rich Harris
b58a75b35c embedded REPLs 2018-12-22 21:53:41 -05:00
Conduitry
486a9d4dc4 another markdown fix 2018-12-22 20:56:40 -05:00
Conduitry
028040325a fix lifecycle demo markdown 2018-12-22 20:36:16 -05:00
Conduitry
852a726a07 fix filename case 2018-12-22 20:27:14 -05:00
Rich Harris
4d59feb91f show compiled CSS separately 2018-12-22 18:48:42 -05:00
Rich Harris
29fd8d7881 tidy up a couple of things 2018-12-22 18:41:46 -05:00
Rich Harris
29052aba7d
Bring svelte.technology source into main repo 2018-12-22 16:09:27 -05:00