Luke Edwards
284b3f61d9
chore: add Dockerfile
6 years ago
Richard Harris
0ff6f5b0b0
update links
6 years ago
Richard Harris
428e220e3e
redirect to old REPL where necessary
6 years ago
Richard Harris
39afa1c153
Merge branch 'meta-tags'
6 years ago
Rich Harris
129064b4b4
Merge pull request #2457 from sveltejs/meta-tags
...
add regular <meta> tags
6 years ago
Brave Cow
acaee3392d
target="_blank"
6 years ago
Richard Harris
98a42b8f2b
gah. was being greedy
6 years ago
Richard Harris
9cf20505e8
add regular <meta> tags
6 years ago
Richard Harris
b2f0a3211f
add engines field
6 years ago
Richard Harris
982d5daf0b
update lockfile
6 years ago
Rich Harris
787700571e
Merge pull request #2404 from mindrones/2344-fix-translated-slugs
...
Support slug translations in the API docs
6 years ago
Conduitry
85d3f769c7
site: hide draft posts in blog rss feed
6 years ago
Rich Harris
0536de5bb8
Merge pull request #2453 from sveltejs/gh-2450
...
update references to svelte.technology
6 years ago
Richard Harris
75769a2b53
fix copypasta fail
6 years ago
Richard Harris
9a600b79a9
add twitter metadata - fixes #2448
6 years ago
Richard Harris
115d10bd18
update references to svelte.technology - fixes #2450
6 years ago
Conduitry
b7b6a0958f
site: update REPL from svelte@beta to svelte@3
6 years ago
Richard Harris
c2362f504a
put back logo-mask.svg
6 years ago
Richard Harris
d0ab5b61fa
fix layout
6 years ago
Richard Harris
906ccb6d84
draft announcement blog post
6 years ago
Richard Harris
190d86701c
Merge branch 'master' into announcement
6 years ago
Richard Harris
baf0d8ff23
remove draft flag
6 years ago
Richard Harris
90b2997263
tweak blog post
6 years ago
Richard Harris
63f2187a89
merge
6 years ago
Richard Harris
7b40c23e0e
Merge branch 'design-tweaks' of github.com:sveltejs/svelte into design-tweaks
6 years ago
Richard Harris
948f5bf63d
oops
6 years ago
Rich Harris
0b51718736
Merge branch 'master' into design-tweaks
6 years ago
Richard Harris
6b25d4b407
make menu easier to interact with
6 years ago
Richard Harris
58ca195139
link to blog posts from blurb boxes on homepage
6 years ago
Richard Harris
4bf5f63086
huh, React yells if you use onInput instead of onChange
6 years ago
Richard Harris
099e3d7eed
add draft write-less-code blog post
6 years ago
Richard Harris
3a9d3c44d1
Merge branch 'setting-up-your-editor'
6 years ago
Richard Harris
bbef9918e5
mark post as draft
6 years ago
Rich Harris
11885e4d83
Merge pull request #2426 from sveltejs/svelte-for-new-developers
...
placeholder for svelte-for-new-developers blog post
6 years ago
Richard Harris
fae3757eff
make placeholder post presentable
6 years ago
Richard Harris
759db36e30
add mechanism for draft blog posts
6 years ago
Conduitry
76505051a4
site: fix handling of non-existent blog posts ( #2439 )
6 years ago
Richard Harris
ccc25f525a
fix positioning of logo outline
6 years ago
Richard Harris
67670a60b5
more tweaks
6 years ago
Richard Harris
9e5d558a68
more tweaks
6 years ago
Richard Harris
a3b0c02978
tweaks
6 years ago
Richard Harris
9a046312f2
fix demo repl layout
6 years ago
Richard Harris
850dc2fbd3
fix wacky margins on mobile
6 years ago
Richard Harris
8320a225f8
small tweaks
6 years ago
Richard Harris
e228ffb2f5
make borders consistent at bottom of homepage
6 years ago
Richard Harris
6bf64ca092
make type easier to read, revert copy changes
6 years ago
Gabswim
0b706e24cb
typo in tutorial
6 years ago
Achim Vedam
3c8560542b
tutorial changes
6 years ago
Achim Vedam
0b517eafda
examples changes
6 years ago
Achim Vedam
3f8fa18443
docs changes
6 years ago
Achim Vedam
3360176d7e
blog changes
6 years ago
Achim Vedam
802fe40128
homepage changes
6 years ago
Achim Vedam
83f57046fa
just formatting stuff
6 years ago
Achim Vedam
45a5d695fb
main-style changes
6 years ago
Achim Vedam
9a05af7a7f
add assets, remove unused
6 years ago
Rich Harris
41af134639
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Rich Harris
c7c8e19ec1
fix theme-color
6 years ago
Richard Harris
8c582abb10
start writing announcement blog post
6 years ago
Rich Harris
5d71b5138a
Merge pull request #2433 from sveltejs/gh-2430
...
Use Map for keyed each block lookups
6 years ago
Richard Harris
9474631fae
update repl - fixes #2428
6 years ago
Rich Harris
f8b9bffe31
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Rich Harris
1e9223aff6
use github key/secret to increase rate limits when fetching contributors
6 years ago
Rich Harris
d7b51a319e
update secrets
6 years ago
Richard Harris
9773b0ed49
update now.json
6 years ago
Richard Harris
1c2d19b9c6
update docs
6 years ago
Richard Harris
6ad3c560a2
update tutorial for keyed each blocks
6 years ago
Luca Bonavita
c8b2941d81
Support slug translations in the API docs
...
- implement a unicode-preserver processor and a latinizer processor via limax.
The latinizer will maintain the case and the dollar sign so that we get anchors like:
- #$set
- #afterUpdate
- #createEventDispatcher
- config.js:
- use SLUG_PRESERVE_UNICODE to true to build the site so that anchors in /docs preserve unicode chars (for languages like cyrillic)
(see test/utils/slug.js)
- use SLUG_SEPARATOR to easily update slugs in /docs
- use SLUG_LANG to set up the language to translate unicode symbols in anchors:
- de: 'Ich ♥ Deutsch' -> 'ich-liebe-deutsch'
- en: 'Ich ♥ Deutsch' -> 'ich-love-deutsch'
Fixes #2344
6 years ago
Rich Harris
bb10298f2c
update animate chapter
6 years ago
Richard Harris
b1737503f0
start updating deferred transition chapter
6 years ago
Rich Harris
f04225fa0f
document local transitions
6 years ago
Rich Harris
b815ac7be9
document store bindings and $foo += 1
6 years ago
Rich Harris
e4ed7183d2
placeholder for svelte-for-new-developers blog post
6 years ago
Rich Harris
0b28796fe2
placeholder for setting-up-your-editor blog post
6 years ago
Rich Harris
d6d9a5ee01
Merge pull request #2425 from sveltejs/gh-2423
...
update svelte:options tutorial chapter, remove example
6 years ago
Rich Harris
ab84aeef11
update svelte:options tutorial chapter, remove example
6 years ago
Rich Harris
d66b1d9a1e
tweak copy
6 years ago
Rich Harris
b176f9370a
add tutorial chapter for mutations - fixes #2243
6 years ago
Rich Harris
c5b401254c
Update examples and thumbnails
6 years ago
Richard Harris
df75e0c6d9
update to new svelte-repl API - fixes #2378
6 years ago
Richard Harris
ad9bdff268
oops
6 years ago
Richard Harris
77aa5fc5a1
fix docs TOC on mobile
6 years ago
Richard Harris
187403ce1b
fix blog post layout on mobile - closes #2413
6 years ago
Rich Harris
6a9d7bf144
Merge pull request #2420 from sveltejs/repl-embed
...
reinstate /repl/embed
6 years ago
Richard Harris
520f69f7cb
document the accessors option - closes #2382
6 years ago
Richard Harris
1c6f627bbb
reinstate /repl/embed - fixes #2375
6 years ago
Richard Harris
c154641fc9
update shimport
6 years ago
Richard Harris
3a4b44e371
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris
5bc589297c
update site deps, hack around shimport stuff temporarily
6 years ago
Richard Harris
9acd89e912
filter out .DS_Store and mp3s
6 years ago
Emil Tholin
cd85dc7657
Fix broken "your company?" link
6 years ago
Rich Harris
3c840aad88
Merge pull request #2411 from AlexxNB/master
...
add link_renderer to handle external links
6 years ago
Conduitry
cad5bbafd4
site: fix deferred-transitions example
6 years ago
AlexxNB
ab7a9e7da7
add link_renderer to handle external links
6 years ago
Richard Harris
079a1ba276
bump up h5 size slightly
6 years ago
Richard Harris
55bec34a6e
Merge branch 'site-sidebar-level-4-headings' of https://github.com/mindrones/svelte into mindrones-site-sidebar-level-4-headings
6 years ago
Luca Bonavita
c474007c88
Add link to Mozilla docs about events bubbling and capture phase
...
Fixes #2393
6 years ago
Luca Bonavita
9a503f21b1
Add anchor to h5 and h6 too but don't show 'em in the sidebar.
6 years ago
Luca Bonavita
010a784b4e
Site: sidebar level-4 headings.
...
Fixes #2389
6 years ago
Conduitry
3170edb158
add initial_value argument to derived store
6 years ago
Rich Harris
d4860ee444
Merge pull request #2392 from sveltejs/gh-2391
...
repl: use absolute svelteUrl to fix version=local
6 years ago
Rich Harris
961364fbc1
Merge pull request #2388 from mindrones/site-code-blocks-formatting
...
Site: code blocks formatting
6 years ago
Rich Harris
b04cada2dd
Merge pull request #2383 from sveltejs/update-repl
...
Update REPL
6 years ago
Richard Harris
ab7a1a757a
fix remaining tutorial layout bugs
6 years ago
Conduitry
eba815e74c
repl: use absolute svelteUrl to fix version=local
6 years ago
Luca Bonavita
2778956612
Code blocks formatting. Fixes #2387
6 years ago
Conduitry
a605daceaa
derived docs fix
6 years ago
Rich Harris
4cb08f3253
fix padding
6 years ago
Rich Harris
8e78448a39
keep svelte prefix for compiler exports
6 years ago
Rich Harris
795d9b7e66
Fix pluralisation
6 years ago
Rich Harris
b68584ec2a
revert previous commit. just saw the rest of the PR, doh
6 years ago
Rich Harris
cec1d6cf2d
remove separate bind:this item (could also be a component, gets confusing)
6 years ago
Rich Harris
9a0b847455
Merge branch 'master' into site-headings-level-4
6 years ago
Rich Harris
cf095c4723
Merge pull request #2381 from sveltejs/gh-2380
...
add scale transition
6 years ago
Conduitry
6e46a18969
rename `derive` to `derived`
6 years ago
Richard Harris
2e2abe635d
fix
6 years ago
Richard Harris
b96715f812
make tutorial mobile-friendly
6 years ago
Richard Harris
648bd176c5
add input-output toggle back to /repl
6 years ago
Richard Harris
8a85955fae
move responsive REPL behaviour into ReplWidget
6 years ago
Richard Harris
eadb083346
more tweaking
6 years ago
Rich Harris
66d6feb8ef
add scale transition. closes #2380
6 years ago
Richard Harris
cae0dc93c5
tweak layout of homepage info boxes
6 years ago
Richard Harris
b9aa8912e6
add menu icon to tutorial dropdown
6 years ago
Richard Harris
22a71b9aeb
make dropdown clickable in Safari
6 years ago
Luca Bonavita
c88b28e207
Add more level 4 headings, fixes some typos
6 years ago
Rich Harris
1dc787493a
Merge pull request #2371 from mindrones/site-fix-2365
...
Don't update the active section for headings above level 3
6 years ago
Rich Harris
4d08c42165
Merge pull request #2370 from mindrones/site-sections-anchor-fix
...
Site: sections anchors fix
6 years ago
Luca Bonavita
4b40882f45
use `data-scrollignore` rather than being level specific
6 years ago
Richard Harris
c44d495e2f
update @sveltejs/svelte-repl version
6 years ago
Luca Bonavita
888e16367c
Don't update the active section for headings below level 3
...
Fixes #2365
6 years ago
Luca Bonavita
f8214049d4
Site: sections anchors fix
...
Fixes #2369
6 years ago
Richard Harris
3f02d999cd
use spritesheet for contributors - fixes #2329
6 years ago
Rich Harris
7853d5af13
Merge pull request #2367 from sveltejs/who-is-using-svelte
...
Add a 'Who's using Svelte' section
6 years ago
Richard Harris
411d1118b6
mobile styles
6 years ago
Richard Harris
12083e797f
remove excess padding from logos
6 years ago
Richard Harris
94e2ea3610
compress images
6 years ago
Richard Harris
bf04c0528d
add instructions
6 years ago
Richard Harris
56b6fb0607
fix readable examples in tutorial
6 years ago
Richard Harris
342d1a0166
add a few organisations using Svelte
6 years ago
Rich Harris
a42671fdc7
Update 03-run-time.md
...
tweak description of second argument to writable/readable
6 years ago
Pat Cavit
e93eb6fbb2
docs: fix incorrect readable store
...
Changed in f3cb540ce6
(first brought up in #2296 ), but the docs got missed.
6 years ago
Richard Harris
6e32ffd990
tweak working - fixes #2350
6 years ago
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.
6 years ago
Vadim Cebaniuc
b161725a51
Fix typos in doc node-sass example
...
closes #2337
6 years ago
Pat Cavit
a68abb8a9a
docs: "proeprties" -> "properties"
6 years ago
Pat Cavit
4a75d93173
docs: remove hardcoded localhost link from API
6 years ago
Rich Harris
6ccd66468c
remove unused ctx/running variables
6 years ago
Rich Harris
68d6793c97
remove unused ctx/running variables
6 years ago
Hunter Perrin
94594eb298
Merge pull request #1 from hperrin/patch-2
...
Remove unused r variable.
6 years ago
Hunter Perrin
19f68f358b
Remove unused r variable.
6 years ago
Hunter Perrin
a85cc349b8
Remove unused r variable.
6 years ago
Rich Harris
a07eac432a
update API reference docs ( #2206 )
6 years ago
Richard Harris
baa6debe53
update svelte-repl
6 years ago
Richard Harris
143117054a
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris
200b82d8d0
add playbackRate to list of bindings in tutorial
6 years ago
Rich Harris
edd92cf8ea
Merge pull request #2331 from lunchboxer/master
...
reverse readable stores arg order in tutorial, fixes #2330
6 years ago
Rich Harris
4be340bb57
fix example code
6 years ago
Richard Harris
6836f64312
fix broken link
6 years ago
James
e76b9e779a
reverse readable stores arg order, fixes #2330
6 years ago
Richard Harris
a72d7a72f5
pass through mapbox setup code
6 years ago
Richard Harris
467cbc3bed
merge master -> external-repl
6 years ago
Richard Harris
c3b4e6c792
use external repl package everywhere
6 years ago
Conduitry
388d5f604a
site: use published version of eslint-plugin-svelte3
6 years ago
Richard Harris
c7f9f514be
use external repl package
6 years ago
Rich Harris
70c8d3e24a
Merge pull request #2311 from sveltejs/gh-2306
...
Fix zen mode REPL nav CSS
6 years ago
Conduitry
63771522d3
site: tidy repl example loading and fix race condition ( #2313 )
6 years ago
Richard Harris
cb60f6cfad
begun, the z-index wars have
6 years ago
Rich Harris
99f041900b
Merge pull request #2288 from bdougherty/fix-media-element-tutorial
...
Fix media element tutorial
6 years ago
Rich Harris
88366b9ed2
typo
6 years ago
Brad Dougherty
1b3320d765
Update media urls to https
6 years ago
Conduitry
2eba76a1a1
site: remove unused /repl/embed route
6 years ago
Conduitry
a0e6638a96
site: make main REPL use relaxed sandbox when loading from example
6 years ago
Conduitry
665c3eac79
site: run tutorial and widget REPLs in relaxed sandbox ( #2147 )
6 years ago
Rich Harris
29b4615d9d
Merge pull request #2272 from sveltejs/gh-2216
...
[WIP] Don't use iframes for homepage REPLs
6 years ago
Richard Harris
fba4308036
dry out /repl/embed
6 years ago
Rich Harris
e8b7cd7889
stagger creation of REPL widgets on home page
6 years ago
Richard Harris
795ca0c291
share workers, prevent REPL crosstalk
6 years ago
Mikhail Korepanov
39eece990e
Change input of a component when click on an error message
6 years ago
Rich Harris
9f0630c3fb
start moving REPL widgets out of iframes ( #2216 )
6 years ago
Rich Harris
ad2924acb3
a few tweaks
6 years ago
Rich Harris
fce96dcd75
remove old style tags when updating components - fixes #2220
6 years ago
Conduitry
149c33b69e
site: serve static assets with allow origin '*' ( #2221 )
6 years ago
Rich Harris
21d56c9ee3
Tidy up ( #2252 )
6 years ago
Richard Harris
a859d5cb90
recompile when options change
6 years ago
Richard Harris
52dac8f2a7
rebundle when files are created/renamed
6 years ago
Richard Harris
b3b8f4220c
various spring fixes, including #2167
6 years ago
Conduitry
becb6d4a93
site: update eslint-plugin-svelte3
6 years ago
Rich Harris
3ef1c10190
Merge pull request #2210 from sveltejs/gh-2208
...
REPL: better "could not resolve module" error
6 years ago
Conduitry
66e2905066
repl: deal with named module exports from main App
6 years ago
Conduitry
78cb0183fb
repl: use Rollup 1.x
6 years ago
Conduitry
328db0920f
repl: better bundling error when unable to resolve module ( #2208 )
6 years ago
Richard Harris
0e6bf65aeb
style tweaks, additional thumbnails
6 years ago
Richard Harris
2edb5df09c
transfer over all the old examples worth keeping
6 years ago
Richard Harris
771d9eed06
update/remove some more stuff
6 years ago
Richard Harris
9037688dd9
thumbnails
6 years ago
Richard Harris
3b424fe660
7guis examples
6 years ago
Richard Harris
23eeddef66
tweak examples
6 years ago
Richard Harris
830fb1ea49
remove thumbnails
6 years ago
Richard Harris
b870e65511
add thumbnails to examples page
6 years ago
Richard Harris
5bd43fba51
bones of an example index page
6 years ago
Richard Harris
ff32efd8d9
update Svelte, fix bug
6 years ago
Richard Harris
e27028e780
more tidying up
6 years ago
Richard Harris
26e783b078
remove some more unused stuff
6 years ago
Richard Harris
0bbea065bb
remove props editor
6 years ago
Richard Harris
217cd6c741
move example data into components
6 years ago
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
6 years ago
Rich Harris
4541d58798
Add a tutorial ( #2132 )
6 years ago
Conduitry
7ca4c408e2
site: deps
6 years ago
Richard Harris
e6f0282da1
various REPL improvements
6 years ago
Richard Harris
c672ad8df7
update Sapper
6 years ago
Conduitry
ca8671c2b4
site: bump eslint-plugin-svelte3
6 years ago
Richard Harris
ff60e72cbd
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Conduitry
7e5b29c85e
repl: don't export time as prop in SVG Clock example
6 years ago
Conduitry
775adb53e0
repl: fix some more prop editor bugs
6 years ago
Richard Harris
f710f3bca2
update svelte and sapper, workaround #2127
6 years ago
Richard Harris
6f777478c8
use v3 branch of template
6 years ago
Conduitry
50e92afb25
repl: only display writable exports in props editor
6 years ago
Conduitry
7fa7f200d1
site: mention PUBLISH env variable in readme
6 years ago
halfnelson
2ab21887d0
Quick fix to save and fork
6 years ago
Richard Harris
ef3f75ad7d
oops
6 years ago
Richard Harris
c9dd5c7033
accommodate changes to stats/vars/warnings
6 years ago
Rich Harris
5c70456123
Merge pull request #2090 from sveltejs/gh-2078
...
fix two examples
6 years ago
Richard Harris
fa1322b00b
update Sapper
6 years ago
Richard Harris
a0e72db86a
fix crud example
6 years ago
Richard Harris
f863a5df30
fix flight booker example
6 years ago
Conduitry
f262293135
site: fix invalid blog rss feed ( #2085 ) and tidy
6 years ago
Hayden
286973ea31
Add rss <link> to blog
6 years ago
halfnelson
3975ffe013
Allow repl to use alert
6 years ago
Rich Harris
e6ed8ef49f
update site, including REPL, to use .svelte
6 years ago
Rich Harris
be3808dd08
fix REPL
6 years ago
Rich Harris
e2ff2f1d66
default to beta version
6 years ago
Vasiliy Mikhaylovsky
7cf6c0a492
Change "Keyed each blocks" to v3
...
https://v3.svelte.technology/repl?version=3.0.0-beta.1&gist=f39ae2d72b85b84415aed58acdc43d87
6 years ago
Richard Harris
df318d2976
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Richard Harris
a48be00e7f
update to current Sapper alpha
6 years ago
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
6 years ago
Richard Harris
eda1bc627b
copy changelog blog post over from svelte.technology
6 years ago
Conduitry
a270661d20
rename `<svelte:meta>` to `<svelte:options>` ( #2017 )
6 years ago
Conduitry
14d41af973
site: update eslint-plugin-svelte3
6 years ago
Conduitry
2b1f753d72
site: tidy code highlighting
6 years ago
Rich Harris
3ec5ff77eb
update lockfiles
6 years ago
Conduitry
ca6ab95ea4
site: update readme with simplified version=local instructions
6 years ago
Conduitry
01ff158e52
repl: implement version=local
6 years ago
Rich Harris
971ed52d62
Merge pull request #1983 from c0bra/patch-1
...
Syntax error on element binding example
6 years ago
John Muhl
4e1a87d92f
Add fallback for users without "Fira Mono"
6 years ago
Brian Hann
5b73c03271
Syntax error on element binding example
6 years ago
David Pershouse
5eafdd446f
abstract repl interaction code
6 years ago
David Pershouse
2c537e7cb4
POC for postmessage Repl
6 years ago
David Pershouse
9b7d0152bc
handle markdown on windows machines
6 years ago
David Pershouse
5ff3e7f52a
remove redundant bash based update script
6 years ago
David Pershouse
2b1be6f8ae
convert update_template.sh to js for windows support
6 years ago
Rich Harris
8e9f37a7d4
Merge pull request #1970 from sveltejs/gh-1846
...
replace <svelte:document> with <svelte:body>
6 years ago
Conduitry
7bc461f6ee
site: update readme and tidy package.json
6 years ago
Conduitry
a035676ef0
guide: update docs for <svelte:body>
6 years ago
Conduitry
77df0b7c45
update and tidy REPL examples
6 years ago
Conduitry
e0af4e742d
bump site eslint ecma version
6 years ago
Conduitry
90a9061684
use tagged versions of eslint-plugin-svelte3
6 years ago
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.
6 years ago
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.
6 years ago
Richard Harris
3701e0d582
add spring example
6 years ago
Conduitry
cc9a172d7c
don't check in svelte-app.json
6 years ago
Richard Harris
953bdddd53
link to a relevant tweet in virtual DOM post
6 years ago
Richard Harris
cab40fde03
update app template, fix downloads
6 years ago
Richard Harris
cd4f987f4e
prevent annoying sidebar scrolling glitch
6 years ago
Richard Harris
ff2a21e63a
Merge branch 'master' into embedded-repl-hide-compiler-options
6 years ago
Richard Harris
519d91a896
fix REPL tab key behaviour
6 years ago
Rich Harris
bd5ac197c7
use Emotion instead of Aphrodite
6 years ago
Rich Harris
2688ed7d0a
only remove our own styles
6 years ago
Rich Harris
95c84498e0
pin Rollup version until we upgrade
6 years ago
Rich Harris
b799edc5a6
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Rich Harris
f296fe1e2f
remove unused link
6 years ago
Conduitry
b8c5ab5c12
link to RFCs
6 years ago
Rich Harris
ffc039eeae
tweak vdom post
6 years ago
Rich Harris
d42d4ffb73
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Rich Harris
d8bf74bc7f
virtual DOM post
6 years ago
Conduitry
168c9bf73b
don't check in _contributors.js
6 years ago
Rich Harris
38ffa99f36
apply max width
6 years ago
Rich Harris
ca060be80e
add css-in-js post
6 years ago
Rich Harris
53cee5064f
tweak top nav
6 years ago
Rich Harris
abf570521e
swap menu icon on open
6 years ago
Rich Harris
3771c12392
mobile contents menu
6 years ago
Rich Harris
d9c1697310
update contributors on deploy
6 years ago
Rich Harris
a95a360ee3
fix link styles
6 years ago
Rich Harris
a82ffbd942
add contributor list
6 years ago
Rich Harris
a7a8357f69
tweak blog styles
6 years ago
Rich Harris
af1982a13c
style fixes
6 years ago
Rich Harris
ff8b12adcc
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Rich Harris
d7dc52a9de
better mobile styles
6 years ago
Curtis Maloney
9f639d953b
Optimise PNGs
6 years ago
Rich Harris
c347e7344a
minor tweaks
6 years ago
Conduitry
7e3615c3d5
do not display compiler options in embedded REPL
6 years ago
Rich Harris
7aa612f61d
various guide improvements
6 years ago
Rich Harris
3c06379398
take new tagline for a spin, see if we like it
6 years ago
Rich Harris
64475ff92f
replace homepage TODO with quickstart guide
6 years ago
Rich Harris
24b0c67dca
minor fixes
6 years ago
Rich Harris
051b780ee0
fix blog markdown
6 years ago
Rich Harris
16b654dabb
link to discord, not gitter
6 years ago
Rich Harris
9b5dc22311
more style tweaks
6 years ago
Rich Harris
166e82ff76
line-height: 1.5
6 years ago
Rich Harris
74d81dde6b
tweak various bits of CSS
6 years ago
Rich Harris
8d38dbf178
show code in REPL before it loads, tab switch between prop editors
6 years ago
Rich Harris
5aa0ad95e2
spruce up compiler options
6 years ago