Tan Li Hau
ebbbc0d298
docs: add missing `easing` option to `fade` ( #5495 )
4 years ago
Daniel Sandoval
324f74b427
"What's new in Svelte" October newsletter ( #5429 )
4 years ago
Tan Li Hau
fa7c780bad
{#key} block ( #5397 )
...
Co-authored-by: Conduitry <git@chor.date>
4 years ago
Tan Li Hau
a1651ca271
add nonpassive event modifier ( #5442 )
...
Co-authored-by: filipot <filipot@stud.ntnu.no>
4 years ago
Simon H
4c135b0b8d
Update editor recommendations of old blog post ( #5434 )
4 years ago
Cal Jacobson
6c8bd6e5aa
Include link to VS Code extension in tutorial ( #5231 )
4 years ago
Shriji
bd2175b67b
Add list of books to FAQ ( #5404 )
4 years ago
infuzz
5f422d8ddb
Link to more video courses in FAQ ( #5396 )
...
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
4 years ago
lonevox
3255f8b662
site: change "on to" to "onto" in tutorial 03 ( #5386 )
4 years ago
Eugene Hwang
ae971f80ae
docs: adjust explanations of `$$props` and `$$restProps` ( #5368 )
4 years ago
Cam Jackson
80e474a244
site: Replace "active" with "selected" as an example class name ( #5309 )
4 years ago
Simon H
8adb47401e
site: Fix blog JS type checking suggestion ( #5306 )
4 years ago
Venkateshwaran Selvaraj
ad8d8564ec
Adding Rich Harris's Frontend Masters course on FAQ page ( #5180 )
...
* Adding Rich Harris's Frontend Masters course on FAQ page
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
4 years ago
Luca Bonavita
8f17d6c78c
docs: document `bind:files` ( #5141 )
4 years ago
Ben McCann
1398affa53
Update TypeScript blog post with info about Sapper ( #5249 )
4 years ago
Ben McCann
cf57050f49
Mention "import type" in TypeScript FAQ ( #5243 )
...
* Mention "import type" in TypeScript FAQ
* Update site/content/faq/500-what-about-typescript-support.md
Co-authored-by: Christian Kaisermann <christian@kaisermann.me>
4 years ago
Charles Rosaaen
231e4a0b3c
site: update link in blog for SCode extension ( #5232 )
4 years ago
João Paulo
a0ed7040f1
site: clarify file -> module in <svelte:self> tutorial ( #5171 )
4 years ago
Conduitry
f4f16da455
site: use relative link to tutorial in FAQ entry
4 years ago
rmacklin
40987b7780
site: update links in the Sapper intro blog post ( #5189 )
4 years ago
Rich Harris
4b7c16e33a
tweak blog post anchor style to be less noisy
4 years ago
Orta Therox
f6152002eb
Initial stab at a TypeScript blog post ( #5101 )
...
* Initial stab at a blog post
* Update site/content/blog/2020-06-04-svelte-and-typescript.md
Co-authored-by: pngwn <hello@pngwn.io>
* Update 2020-06-04-svelte-and-typescript.md
* Apply suggestions from code review
Co-authored-by: halfnelson <dpershouse@gmail.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
* Tighten the post
* Fix degit sample
* Feedback
* More feeedback
* Handle feedback
* Handle all the feedback in the PR
* Add a note about the should work
* Change date
* code style consistency, fix syntax error
Co-authored-by: pngwn <hello@pngwn.io>
Co-authored-by: halfnelson <dpershouse@gmail.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
4 years ago
Luca Bonavita
c31a4b56d0
site: rephrase to clarify that actions can have just one parameter.
...
Closes #5173
4 years ago
Lev Maximov
fd0b47d0da
site: use https in link in blog ( #5148 )
4 years ago
Stanislav Lashmanov
5c6730e382
Simplify each block bindings example ( #5094 )
...
No need for CSS here, the same effect could be achieved with just a `disabled` binding.
4 years ago
Orta Therox
8a8177b897
site: add FAQ entry for how to document a svelte component ( #5131 )
4 years ago
Luca Bonavita
c2788de652
site: remove an obsolete TODO in blog post ( #5135 )
4 years ago
Adam Ho
b56829c7b8
site: fix blog typo ( #5090 )
4 years ago
Orta Therox
9975169539
Update docs now the lang tools stuff is in prod ( #5081 )
4 years ago
Antony Jones
dc73b735ce
docs: clarify onMount with non-synchronous handlers ( #5053 )
4 years ago
Richard Harris
1644f207b1
make canvas example more fun
4 years ago
Ben McCann
34e87ce579
site: faq: svelte-preprocess is now an official project ( #4997 )
4 years ago
Matt Wolff
5b2b58f46f
docs: media binding tweaks ( #4967 )
4 years ago
Ben McCann
85dad45668
site: faq: document how to declare reactive variable type ( #4973 )
4 years ago
Roman Kosov
a4dadf82be
site: fix some mixed content ( #4926 )
5 years ago
Ben McCann
4124ec535e
site: update FAQ to point to svelte-check ( #4916 )
5 years ago
Alessandro (Ale) Segala
81b6c0b986
docs: adjust readable store example ( #4903 )
5 years ago
Daniel Imfeld
f624d6e292
docs: `value` cannot be set via spread for indirectly bound values ( #4832 )
5 years ago
Matt Wolff
97db5cc7f7
docs: add blur to list of svelte/transition exports
5 years ago
Ben McCann
745c777806
site: move .dev TLD info from FAQ to readme ( #4883 )
5 years ago
Robert Hall
7fe1384f43
Property "muted" for <audio> and <video> ( #4690 )
...
* Audio two-way `muted` bind property
Loosely based on a37ee81676
?w=1
* Documentation
* fix test
* dont bother coercing muted, it happens automatically
Co-authored-by: Richard Harris <richard.a.harris@gmail.com>
5 years ago
Billy Levin
0cd40b79c8
invalidate -> update ( #4793 )
5 years ago
pngwn
d5e95594e9
feat(site): add svelte syntax highlighting ( #4851 )
5 years ago
Ben McCann
5ac8a1d07a
docs: link to list of community preprocessors ( #4817 )
5 years ago
Antony Jones
9be3310431
site: add FAQs page ( #4823 )
5 years ago
Joseph Abrahamson
5efeeecee8
docs: clarify store contract type signature ( #4539 )
5 years ago
Daniel Imfeld
a658fedb83
docs/tests: use event.key instead of event.which ( #4758 )
5 years ago
JocelynLi
b3364424d7
docs: tweak tutorial/default-values wording ( #4600 )
5 years ago
MichalBednarczyk
edeeb05a6c
docs: {#each} with key but without index ( #4721 )
5 years ago
Antony Jones
0e61e51358
docs: add v2 site link ( #4745 )
5 years ago