Scotty Simpson
1865710095
add multiple class toggles example
...
This answers the immediate question I had when I first saw the `class:foo` syntax.
6 years ago
Scotty Simpson
9268db7338
simpler, more efficient example
6 years ago
Conduitry
e7885f2cb1
site: more link fixes in blog posts
6 years ago
Jesse Wicks
57735d4982
fix tutorial link
6 years ago
Scotty Simpson
96e3df1c79
typo
...
I'm very helpful
6 years ago
Jon Ross
bf6bd36e38
Update alt text to clarify "shorthand attributes"
...
Alternatively, `alt="A man dancing"` could also be removed with no detrimental side effects IMO.
6 years ago
Conduitry
e039cabbaa
site: fix another link ( #2497 )
6 years ago
Luca Bonavita
58531cbf49
Fix hash links in docs
...
- update links containing `docs#`
- pointing some links to the v2 branch
- for posterity, I've been looking also in markdown links containing an anchor using \[.+\]\(.+#.+\), derived from regexr.com/3e051 (1 found)
- Gitter -> Discord
Fixes #2470
6 years ago
rqrqrqrq
bda6aff09c
Docs fix ( #2488 )
6 years ago
Richard Harris
0b54fa9537
add video to blog post, remove draft flag
6 years ago
Richard Harris
7a3e87c75e
remove superfluous example
6 years ago
Richard Harris
115d10bd18
update references to svelte.technology - fixes #2450
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
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
Gabswim
0b706e24cb
typo in tutorial
6 years ago
Richard Harris
8c582abb10
start writing announcement blog post
6 years ago
Richard Harris
1c2d19b9c6
update docs
6 years ago
Richard Harris
6ad3c560a2
update tutorial for keyed each blocks
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
520f69f7cb
document the accessors option - closes #2382
6 years ago
Conduitry
cad5bbafd4
site: fix deferred-transitions example
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
Conduitry
3170edb158
add initial_value argument to derived store
6 years ago
Luca Bonavita
2778956612
Code blocks formatting. Fixes #2387
6 years ago
Conduitry
a605daceaa
derived docs fix
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
Rich Harris
66d6feb8ef
add scale transition. closes #2380
6 years ago
Luca Bonavita
c88b28e207
Add more level 4 headings, fixes some typos
6 years ago
Richard Harris
56b6fb0607
fix readable examples in tutorial
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
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
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
4be340bb57
fix example code
6 years ago
James
e76b9e779a
reverse readable stores arg order, fixes #2330
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
Richard Harris
fba4308036
dry out /repl/embed
6 years ago
Rich Harris
ad2924acb3
a few tweaks
6 years ago
Richard Harris
b3b8f4220c
various spring fixes, including #2167
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
3b424fe660
7guis examples
6 years ago
Richard Harris
23eeddef66
tweak examples
6 years ago
Richard Harris
5bd43fba51
bones of an example index page
6 years ago
Richard Harris
217cd6c741
move example data into components
6 years ago
Rich Harris
4541d58798
Add a tutorial ( #2132 )
6 years ago
Conduitry
7e5b29c85e
repl: don't export time as prop in SVG Clock example
6 years ago
Richard Harris
a0e72db86a
fix crud example
6 years ago
Richard Harris
f863a5df30
fix flight booker example
6 years ago
Rich Harris
e6ed8ef49f
update site, including REPL, to use .svelte
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
eda1bc627b
copy changelog blog post over from svelte.technology
6 years ago
Conduitry
a270661d20
rename `<svelte:meta>` to `<svelte:options>` ( #2017 )
6 years ago
Brian Hann
5b73c03271
Syntax error on element binding example
6 years ago
Conduitry
a035676ef0
guide: update docs for <svelte:body>
6 years ago
Conduitry
77df0b7c45
update and tidy REPL examples
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
Richard Harris
3701e0d582
add spring example
6 years ago
Richard Harris
953bdddd53
link to a relevant tweet in virtual DOM post
6 years ago
Rich Harris
bd5ac197c7
use Emotion instead of Aphrodite
6 years ago
Rich Harris
b799edc5a6
Merge branch 'master' of github.com:sveltejs/svelte
6 years ago
Conduitry
b8c5ab5c12
link to RFCs
6 years ago
Rich Harris
ffc039eeae
tweak vdom post
6 years ago
Rich Harris
d8bf74bc7f
virtual DOM post
6 years ago
Rich Harris
ca060be80e
add css-in-js post
6 years ago
Rich Harris
a7a8357f69
tweak blog styles
6 years ago
Rich Harris
c347e7344a
minor tweaks
6 years ago
Rich Harris
7aa612f61d
various guide improvements
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
8768c5d7bd
minor site tweaks
6 years ago
Rich Harris
93f37c3eeb
Merge pull request #1901 from sveltejs/embedded-repl
...
embedded REPLs
6 years ago
Rich Harris
4016f4ff71
put homepage demos into the repo
6 years ago
Conduitry
fab74508ab
use integrated transitions in demos
6 years ago
Conduitry
486a9d4dc4
another markdown fix
6 years ago
Conduitry
028040325a
fix lifecycle demo markdown
6 years ago
Rich Harris
29052aba7d
Bring svelte.technology source into main repo
6 years ago