Commit Graph

513 Commits (f8df0f2be90c1c6c20b49a638bdfbc02100ca58d)

Author SHA1 Message Date
Tan Li Hau f63d94e0e6 docs: add missing `easing` option to `fade` (#5495)
6 years ago
Daniel Sandoval f72b433ab5 "What's new in Svelte" October newsletter (#5429)
6 years ago
Tan Li Hau f675f8583d {#key} block (#5397)
6 years ago
Tan Li Hau e5ca2067df add nonpassive event modifier (#5442)
6 years ago
Simon H 83c262f865 Update editor recommendations of old blog post (#5434)
6 years ago
Cal Jacobson d4deaefa33 Include link to VS Code extension in tutorial (#5231)
6 years ago
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
Rich Harris 44630776ff Make font-weight 400, add to stylesheet
7 years ago
Conduitry 3e76489474 site: clarify bind component prop docs (#3484)
7 years ago
Alex Simonides b415bca4ff #3864: Update Penner easing functions link (#3865)
7 years ago
Ayoub 4974cd51a4 ✏️ outdated logotype on svg-transition example
7 years ago
Rich Harris 6e6ecef76f fix logo-mask url, remove unused file
7 years ago
Fox ecb4ffbf12 site/tutorials - Added extra explanation for object reactivity
7 years ago
Leonardo Di Vittorio c278116c46 fix: svelte-logo-mask correct file name
7 years ago
red-meadow 35b5d91635 Minor tutorial fix (#3843)
7 years ago
Shunichi Hato 5e4246e85e Make selection reactive with search
7 years ago
Shunichi Hato c91ede1864 Fix crud example update error when filtering
7 years ago
Rich Harris 92f6b4a24d oops, remove some debugging code
7 years ago
Rich Harris 28a277bb91 Merge pull request #3762 from sveltejs/gh-3761
7 years ago
Richard Harris fc99985ec5 docs and a fix for #3761
7 years ago
Richard Harris 39c41ba14e remove some unused code
7 years ago
Richard Harris aa87242b90 make modal more accessible
7 years ago
Richard Harris f8be531f1f Merge branch 'patch-1' of https://github.com/SteveALee/svelte into SteveALee-patch-1
7 years ago
Steve Lee 709ae1dce1 Fix script end tag
7 years ago
pngwn f182ddd0d2 Document bind:playbackRate in the API documentation. Closes #3806.
7 years ago
Steve Lee 57e53898de Add Key handling to modal example
7 years ago
Alessandro (Ale) Segala 0dedf1f7c8 Fixed anchor link in documentation
7 years ago
Paul Murray 234e823acd Fixes #3008: Better SSR docs
7 years ago
Aaron George 2e33d5f10a FIXED: Media Elements Tutorial
7 years ago
Aaron George f41ccafaf0 FIXED: Media Elements Example
7 years ago
adrian5 92551c6a4e Doc: update file-type association instructions for Atom
7 years ago
Josh Duff 3856d678d3 site: add missing word
7 years ago
Conduitry 12ced15f62 site: tidy a few markdown code block languages
7 years ago
Conduitry b528f40195 site: fix unknown syntax highlighting language in blog post
7 years ago
Sercan Eraslan e23459b1d1 Fix: dimensions example overflow problem
7 years ago
adrian5 29bbf7d18e Doc: add file-type association instructions for Atom
7 years ago
Sercan Eraslan 29ce6e0282 Fix: lifecycle update example overflow problem
7 years ago
Infant Frontender 4f13c45e9c Fix typo
7 years ago
Jack Beegan 1c68f659c0 Fix minor error in API docs of draw
7 years ago
Elliot Waite f7e5d02ace Fix a typo in 04-compile-time.md.
7 years ago
Conduitry c51e2e3b02 fix the rest of the typo
7 years ago
Bartosz Trzos ce6db75a67 Fix a typo
7 years ago
mattstobbs 53e65a676d Fix animate example (#3543)
7 years ago
Richard Harris 76a7cd9c50 document blur transition
7 years ago
Rich Harris 2afc19e1a7 tweak explanation
7 years ago
David A Kondrad 8e037027a1 site: docs: {@html} clarifications
7 years ago
Reto Trinkler 8638f9816c Remove unnecessary code in "bind-this" example
7 years ago
Conduitry d33338bd70 use assets served from github pages
7 years ago
Gonzalo Fernández-Victorio ec16e8dd90 Fix small typo
7 years ago
Richard Harris d63a3bff46 add some more CE docs
7 years ago
Richard Harris 846ff42cdc small fix
7 years ago