Commit Graph

457 Commits (572cfe4fbc8fac4e470123a6da9eb7c4d80912f7)

Author SHA1 Message Date
Shriji 84d402ae64 Add list of books to FAQ (#5404)
6 years ago
infuzz 9276add930 Link to more video courses in FAQ (#5396)
6 years ago
lonevox 7bf82db7f4 site: change "on to" to "onto" in tutorial 03 (#5386)
6 years ago
Eugene Hwang aebc6f4725 docs: adjust explanations of `$$props` and `$$restProps` (#5368)
6 years ago
Cam Jackson bfb873326b site: Replace "active" with "selected" as an example class name (#5309)
6 years ago
Simon H 575c0f6724 site: Fix blog JS type checking suggestion (#5306)
6 years ago
Venkateshwaran Selvaraj 582d08931c Adding Rich Harris's Frontend Masters course on FAQ page (#5180)
6 years ago
Luca Bonavita 70f289d9c1 docs: document `bind:files` (#5141)
6 years ago
Ben McCann 26b6cc3758 Update TypeScript blog post with info about Sapper (#5249)
6 years ago
Ben McCann bde16326e1 Mention "import type" in TypeScript FAQ (#5243)
6 years ago
Charles Rosaaen 0398675096 site: update link in blog for SCode extension (#5232)
6 years ago
João Paulo 6036366cde site: clarify file -> module in <svelte:self> tutorial (#5171)
6 years ago
Conduitry 8e9022e140 site: use relative link to tutorial in FAQ entry
6 years ago
rmacklin 21b2cb8d91 site: update links in the Sapper intro blog post (#5189)
6 years ago
Rich Harris 4b13c8ae1b tweak blog post anchor style to be less noisy
6 years ago
Orta Therox 0b4b97dbaf Initial stab at a TypeScript blog post (#5101)
6 years ago
Luca Bonavita 3674955e69 site: rephrase to clarify that actions can have just one parameter.
6 years ago
Lev Maximov 50bff6e145 site: use https in link in blog (#5148)
6 years ago
Stanislav Lashmanov 1913bf7502 Simplify each block bindings example (#5094)
6 years ago
Orta Therox de4db0a642 site: add FAQ entry for how to document a svelte component (#5131)
6 years ago
Luca Bonavita 01ee174161 site: remove an obsolete TODO in blog post (#5135)
6 years ago
Adam Ho 83b3e81d75 site: fix blog typo (#5090)
6 years ago
Orta Therox 911195c482 Update docs now the lang tools stuff is in prod (#5081)
6 years ago
Antony Jones fefa4e6ed6 docs: clarify onMount with non-synchronous handlers (#5053)
6 years ago
Richard Harris 5f92c9d254 make canvas example more fun
6 years ago
Ben McCann 0f2721dd5b site: faq: svelte-preprocess is now an official project (#4997)
6 years ago
Matt Wolff d130c93093 docs: media binding tweaks (#4967)
6 years ago
Ben McCann a9c5717196 site: faq: document how to declare reactive variable type (#4973)
6 years ago
Roman Kosov 2e14f0cfe6 site: fix some mixed content (#4926)
6 years ago
Ben McCann 24339a8d2b site: update FAQ to point to svelte-check (#4916)
6 years ago
Alessandro (Ale) Segala fa94011203 docs: adjust readable store example (#4903)
6 years ago
Daniel Imfeld 28f0816cd4 docs: `value` cannot be set via spread for indirectly bound values (#4832)
6 years ago
Matt Wolff 07b560d915 docs: add blur to list of svelte/transition exports
6 years ago
Ben McCann e6b263a893 site: move .dev TLD info from FAQ to readme (#4883)
6 years ago
Robert Hall f083a1bb0a Property "muted" for <audio> and <video> (#4690)
6 years ago
Billy Levin 50393f3b9f invalidate -> update (#4793)
6 years ago
pngwn d07e53e15b feat(site): add svelte syntax highlighting (#4851)
6 years ago
Ben McCann 4fab056b55 docs: link to list of community preprocessors (#4817)
6 years ago
Antony Jones a29509db0d site: add FAQs page (#4823)
6 years ago
Joseph Abrahamson e62f7afdc2 docs: clarify store contract type signature (#4539)
6 years ago
Daniel Imfeld 6d64b6af90 docs/tests: use event.key instead of event.which (#4758)
6 years ago
JocelynLi ed9fc82d73 docs: tweak tutorial/default-values wording (#4600)
6 years ago
MichalBednarczyk b9706796f2 docs: {#each} with key but without index (#4721)
6 years ago
Antony Jones 9f0ad78ea8 docs: add v2 site link (#4745)
6 years ago
Conduitry af5b52064e docs: fix link to animate section
6 years ago
Eddy c60bbecdf8 docs: fix link to transition section (#4748)
6 years ago
Daniel Imfeld b54fb3eadc docs: clarify that all elements in an outroing block remain until the transition finishes (#4684)
6 years ago
pushkin 69583700ab docs: mention |self modifier in reference section (#4709)
6 years ago
Daniel Imfeld 1202fdb757 docs: fix CSS typo in example (#4685)
6 years ago
Conduitry d3cac382d5 docs: use Node.TEXT_NODE in more places
6 years ago
John Abraham 1377c46a15 docs: add note to tutorial on Capitalised component variable names (#4505)
6 years ago
Ademola 04a57cf07f docs: make text node type in example more explicit (#4663)
6 years ago
Robin Cussol 583237b95b fix(examples): hide "undefined" domain in HN example (#4643)
6 years ago
Robin Cussol 20c052f4de fix(examples): use correct URL for Ask HN posts (#4640)
6 years ago
Tim Gates e593bb6d69 docs: Fix simple typo, specificy -> specify (#4637)
6 years ago
Tan Li Hau ee10effb0f introduce $$restProps (#4489)
7 years ago
keke a7ce767b0a docs: fix self-closing <svelte:options> tag (#4524)
7 years ago
Conduitry 72658ba454 docs: describe falsy and nullish attribute behavior (#4498)
7 years ago
Conduitry 27c3b4db7f docs: referenced_from_script var value (#4486)
7 years ago
Jesse Skinner b0b512fcc7 docs: clarify default prop behaviour (#4460)
7 years ago
Antony Jones 2d74f25690 site: turn fancybutton into custombutton (#4476)
7 years ago
Matthew Dempsky 070130ed87 site: clearer examples for <slot let:name> (#4125)
7 years ago
Jesse Skinner b95aa26b48 docs: reword to avoid "outroing" (#4434)
7 years ago
Kevin Tewouda a2562dac8a blog: svelte-for-new-developers: list commands for Windows (#4391)
7 years ago
PKlknr b045b11d91 docs: add await in front of preprocess examples (#4404)
7 years ago
Conduitry 89e9aa1f32 site: clarify preserveWhitespace (#4341)
7 years ago
Wolfr 2611a29e1b site: Remove WIP message, but still reference the chat room. (#4329)
7 years ago
Conduitry f76d51d6d1 site: fix a couple absolute links
7 years ago
Conduitry 89e99a5a11 only attach SSR <head> markers when hydratable: true (#4260)
7 years ago
Kevin Åberg Kultalahti f22a785723 site: add documentation for global keyframes (#4232)
7 years ago
Conduitry dbed2a3930 site: document Observable interop (#2571)
7 years ago
Conduitry 60805a68ca site: missing space
7 years ago
trbrc dcebe7f4f4 site: Clearer documentation of store contract (#4216)
7 years ago
Josh Duff 1d24f4f95e site: Explain how each blocks work a bit more (#4118)
7 years ago
Thomas Ferro eccccfea54 Doc (#4172): Fixing the unclear slot with fallback content example
7 years ago
Gautam krishna R df2550ce1b site: update instructions for jetbrains IDEs (#4052)
7 years ago
Vulwsztyn 2489fda53b tutorial 12.a inconsistency fix
7 years ago
Yugo Ogura d40da0f9fa site: fix wrong link to tweened (#4137)
7 years ago
Sebastian Stephan 0b5fa82f87 site: fix link to realworld demo in blogpost (#4028)
7 years ago
Rich Harris 8d49d61480 Merge pull request #3955 from joncfoo/patch-1
7 years ago
Rich Harris 27bd979a79 Update text.md
7 years ago
Conduitry 0d013d254f site: update links to rollup-plugin-svelte repo
7 years ago
Richard Harris bc7d7b76de only mention official plugins, link to integrations for others. closes #3970
7 years ago
Jonathan Curran 581bb6c17a Document $: in the tutorial
7 years ago
Rich Harris edd93d91a6 Merge branch 'master' of github.com:sveltejs/svelte
7 years ago
Rich Harris 2837e34bc9 typo
7 years ago
Rich Harris b67b21660f Merge pull request #3943 from Conduitry/gh-2505
7 years ago
Rich Harris 36864aed8d document new media element bindings
7 years ago
AlexxNB 1df33940a1 fix 'action with param' example and tutorial
7 years ago
Conduitry 33a0434c24 site: add font fallback for Comic Sans MS (#2505)
7 years ago
Rich Harris f565f09bb1 linux instructions
7 years ago
Rich Harris 9f8a21c6cf add blog post
7 years ago
Rich Harris 8e391d0448 better tutorial for parameterised actions (#3930)
7 years ago
Rich Harris 0704158e64 Merge pull request #3826 from vascoosx/crud-example-update-fix
7 years ago
Rich Harris c233a37d4d simpler fix
7 years ago
Tan Li Hau fe0e002872 add loopGuardTimeout options
7 years ago
Shakhbulat Gazgireev 93f507d126 Site: add editor file association instructions (#3888)
7 years ago
Richard Harris 125677594d tweak wording
7 years ago
Richard Harris eef5c9f33f Merge branch 'master' of https://github.com/SrZorro/svelte into SrZorro-master
7 years ago
Rich Harris bd924a42ea Merge pull request #3874 from el1f/example-logotype
7 years ago