Commit Graph

1108 Commits (0d4ad364bea034cffc0326b321395b5231cd8477)

Author SHA1 Message Date
Ben McCann cf57050f49
Mention "import type" in TypeScript FAQ (#5243)
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
M. Habib Rosyad 1f87f5fb20
site: fix escaping in RSS feed (#5214)
4 years ago
rmacklin 40987b7780
site: update links in the Sapper intro blog post (#5189)
4 years ago
Rich Harris fb8bab8164 diff highlighting
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)
4 years ago
Luca Bonavita c31a4b56d0 site: rephrase to clarify that actions can have just one parameter.
4 years ago
Benjamin Schachter 25e9e684f6
site: explain how to use `site-kit` and `site-repl` (#5163)
4 years ago
dependabot[bot] 8096bbd4a0
Bump lodash from 4.17.15 to 4.17.19 in /site (#5155)
4 years ago
Wolfr b54538e44f
Fixes #5153 (#5154)
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)
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
Rich Harris db0b3b3dfc bump svelte-repl
4 years ago
Rich Harris 82b1025d44 fix regex used to build docs
4 years ago
Rich Harris ab370963f5 merge
4 years ago
Rich Harris 324d18d9c2 update site-kit
4 years ago
Conduitry 9c0507e308 site: bump svelte-repl
4 years ago
Bassam Ismail 0520a10dc0
site: check if mapbox key is set before generating the production build (#5057)
4 years ago
Sam Saccone 2d5f1a6aa3
[a11y] Make anchor tag tutorial nav accessible (#5055)
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
Rich Harris 8bb0c80c2c
remove BLM banner (#5007)
4 years ago
Antony Jones 90794167fe
Remove duplicate site build instructions (#4824)
4 years ago
Ben McCann 34e87ce579
site: faq: svelte-preprocess is now an official project (#4997)
4 years ago
Conduitry b32bcccee4
site: remove BLM filter, but leave banner (#4994)
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
Luke Edwards dba6e5efad
fix(site): add padding-bottom for banner space (#4958)
4 years ago
Richard Harris 80eb8ee1b5 workaround the monumental stupidity of the css filter specification
4 years ago
Richard Harris 0221f52e2b additional donation links
4 years ago
swyx fa95942290 add BLM footer
4 years ago
Roman Kosov a4dadf82be
site: fix some mixed content (#4926)
4 years ago
Ben McCann 4124ec535e
site: update FAQ to point to svelte-check (#4916)
4 years ago
Alessandro (Ale) Segala 81b6c0b986
docs: adjust readable store example (#4903)
4 years ago
Daniel Imfeld f624d6e292
docs: `value` cannot be set via spread for indirectly bound values (#4832)
4 years ago
Matt Wolff 97db5cc7f7
docs: add blur to list of svelte/transition exports
4 years ago
Ben McCann 745c777806
site: move .dev TLD info from FAQ to readme (#4883)
4 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> (#4690)
4 years ago
Billy Levin 0cd40b79c8
invalidate -> update (#4793)
4 years ago
pngwn d5e95594e9
feat(site): add svelte syntax highlighting (#4851)
4 years ago
Conduitry c9020d35b7 site: bump @sveltejs/svelte-repl
4 years ago
Ben McCann 5ac8a1d07a
docs: link to list of community preprocessors (#4817)
4 years ago
Antony Jones 9be3310431
site: add FAQs page (#4823)
4 years ago
Joseph Abrahamson 5efeeecee8
docs: clarify store contract type signature (#4539)
4 years ago
Daniel Imfeld a658fedb83
docs/tests: use event.key instead of event.which (#4758)
4 years ago
JocelynLi b3364424d7
docs: tweak tutorial/default-values wording (#4600)
4 years ago
MichalBednarczyk edeeb05a6c
docs: {#each} with key but without index (#4721)
4 years ago
Antony Jones 0e61e51358
docs: add v2 site link (#4745)
4 years ago
Conduitry 35a910eea2 docs: fix link to animate section
4 years ago
Eddy 75ae49312f
docs: fix link to transition section (#4748)
4 years ago
Stephen Demjanenko e3fef0f740
site: fix scaling in script to get example thumbnails (#4727)
4 years ago
Daniel Imfeld 676d57b5f7
docs: clarify that all elements in an outroing block remain until the transition finishes (#4684)
4 years ago
pushkin 467fc84d7d
docs: mention |self modifier in reference section (#4709)
4 years ago
Daniel Imfeld cc3c7fa9f4
docs: fix CSS typo in example (#4685)
4 years ago
Conduitry 0d263cc1ea docs: use Node.TEXT_NODE in more places
4 years ago
John Abraham 8ddb073199
docs: add note to tutorial on Capitalised component variable names (#4505)
4 years ago
Ademola 7be80e96c6
docs: make text node type in example more explicit (#4663)
4 years ago
Conduitry 1087e31059 site: bump @sveltejs/svelte-repl
4 years ago
Robin Cussol ece61381de
fix(examples): hide "undefined" domain in HN example (#4643)
4 years ago
Robin Cussol df3ae85b42
fix(examples): use correct URL for Ask HN posts (#4640)
4 years ago
Tim Gates 89f30dae36
docs: Fix simple typo, specificy -> specify (#4637)
4 years ago
Conduitry e247de351b site: bump sapper
4 years ago
Victor Guyard 0cde17a4ad
site: lossless image optimization (#4503)
5 years ago
dependabot[bot] 0ccdca21da
Bump acorn from 7.0.0 to 7.1.1 in /site (#4554)
5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps (#4489)
5 years ago
keke 48721520bd
docs: fix self-closing <svelte:options> tag (#4524)
5 years ago
Conduitry addea43e4f
docs: describe falsy and nullish attribute behavior (#4498)
5 years ago
Conduitry f244b80f7a
docs: referenced_from_script var value (#4486)
5 years ago
Jesse Skinner 20e079007c
docs: clarify default prop behaviour (#4460)
5 years ago
Antony Jones 7831766fa0
site: turn fancybutton into custombutton (#4476)
5 years ago
Matthew Dempsky a53da7e4b0
site: clearer examples for <slot let:name> (#4125)
5 years ago
Alexandre CANTIN 9a747e3b5a
site: fix loading REPL with filename containing multiple '.'s (#4441)
5 years ago
Jesse Skinner c992f7a2d2
docs: reword to avoid "outroing" (#4434)
5 years ago
Kevin Tewouda 2b3c2daafb
blog: svelte-for-new-developers: list commands for Windows (#4391)
5 years ago
PKlknr 7fdae5f8a8
docs: add await in front of preprocess examples (#4404)
5 years ago
Conduitry 83d461f537
site: clarify preserveWhitespace (#4341)
5 years ago
Conduitry 9e7df1e41a
site: use absolute href to blog feed (#4342)
5 years ago
Conduitry 14a3c3a639 site: update Makefile as 'gcloud beta' is no longer necessary
5 years ago
Wolfr 70d1795088 site: Remove WIP message, but still reference the chat room. (#4329)
5 years ago
Conduitry ab18f5bb9a site: update Makefile to work without global gcloud project setting
5 years ago
Wolfr 43f19d93a9 site: Improve open graph images for website (#4328)
5 years ago
Conduitry e959dbcf31 site: add warning to Dockerfile about .dockerignore
5 years ago
Conduitry 3ba4f8abca site: fix a couple absolute links
5 years ago
Conduitry 7494509dfd
only attach SSR <head> markers when hydratable: true (#4260)
5 years ago
Kevin Åberg Kultalahti 3d9655a2a1 site: add documentation for global keyframes (#4232)
5 years ago
Conduitry 14154fce36
site: document Observable interop (#2571)
5 years ago
Conduitry 252ec8ceca site: missing space
5 years ago
trbrc 45933f9700 site: Clearer documentation of store contract (#4216)
5 years ago
Josh Duff 00e39c767a site: Explain how each blocks work a bit more (#4118)
5 years ago
Conduitry 20dedc6cb8 site: copy Who's Using Svelte data from community repo at build time
5 years ago
Thomas Ferro fe750d2606 Doc (#4172): Fixing the unclear slot with fallback content example
5 years ago
Gautam krishna R 7ff0c83191 site: update instructions for jetbrains IDEs (#4052)
5 years ago
Michael Curry 41b76b9abe site: fix example sidebar link bounce (#4199)
5 years ago
Softmus 3f1caab76f site: add Softmus to who's using Svelte (#4152)
5 years ago
Anthony Le Goas dac64a363c site: factor out Contributors component (#4177)
5 years ago
Conduitry b59673155c site: in dev mode, proxy /repl/[id].json requests to real server
5 years ago
Vulwsztyn fb6d570b92 tutorial 12.a inconsistency fix
5 years ago
Rihards Gravis 8da8da3c27 Add IOTA Foundation logo to `WhoIsUsingSvelte` component
5 years ago
Yugo Ogura 11002c93fe site: fix wrong link to tweened (#4137)
5 years ago
Kevin Åberg Kultalahti 109639c57c adds link to REPL from example page.
5 years ago
Tim Deschryver 1ef7601d69 docs: selectable npx link
5 years ago
Conduitry 691211aeba site: provide alternatives to degit on homepage
5 years ago
Conduitry ef4da392ae Revert "feat repl twitter title use repl title"
5 years ago
rykiplov 3e1e6cbd78 Added Absolute Web logo to WhosUsingSvelte (#4057)
5 years ago
Raj Nandan Sharma 7768110d27 added Cashfree to WhoUsingSvelte (#4054)
5 years ago
Tan Li Hau ad1f15df41 feat repl twitter title use repl title
5 years ago
Sebastian Stephan 4e51d35dd8 site: fix link to realworld demo in blogpost (#4028)
5 years ago
Rich Harris 193f9e1e1e
Merge pull request #3955 from joncfoo/patch-1
5 years ago
Rich Harris ae8684ffff
Update text.md
5 years ago
Rich Harris 310a4845cf
Merge pull request #4011 from deanmcpherson/master
5 years ago
Bartosz Magier 5343f6db04 Add The Software House Logo
5 years ago
Dean McPherson 6067fe38e0
Update WhosUsingSvelte.svelte
5 years ago
Dean McPherson 4bd6cd4ef2
Paperform logo SVG
5 years ago
Conduitry 3d0a5f8c37 site: update links to rollup-plugin-svelte repo
5 years ago
Richard Harris 8125731deb merge
5 years ago
Rich Harris 911dc6f29d
Merge pull request #3950 from MentorCV/master
5 years ago
Richard Harris 76a0af40fb use a smaller PNG instead of large base64 PNG inside SVG
5 years ago
Richard Harris d2f7e6662b Merge branch 'add-myorganisation-logo' of https://github.com/Jingmnt/svelte into Jingmnt-add-myorganisation-logo
5 years ago
Richard Harris d1146281ef only mention official plugins, link to integrations for others. closes #3970
5 years ago
Richard Harris 13f7bd9412 update svelte-repl - closes #3971
5 years ago
Luke Edwards ee20a499e0 chore: bump polka deps
5 years ago
Jingmnt b2612db37c
updated link to website for logo
5 years ago
Jingmnt d9b3ee498c
added jingmnt svg logo
5 years ago
Jonathan Curran d8e625c439
Document $: in the tutorial
5 years ago
Nikos Katsikanis 4cdef510fc MentorCV org add
5 years ago
Rich Harris 0aceccc31b Merge branch 'master' of github.com:sveltejs/svelte
5 years ago
Rich Harris 1dead6fa9d typo
5 years ago
Rich Harris 5721ae3aeb
Merge pull request #3943 from Conduitry/gh-2505
5 years ago
Rich Harris a4658e2d42 document new media element bindings
5 years ago
AlexxNB 2285ee222a fix 'action with param' example and tutorial
5 years ago
Conduitry 78eea640d3 site: add font fallback for Comic Sans MS (#2505)
5 years ago
Richard Harris a7c0fc8c35 update svelte-repl
5 years ago
Richard Harris df5d0de29a update deps
5 years ago
Richard Harris 334f32ea56 update svelte-repl - adds console panel
5 years ago
Rich Harris bbf47501d5 linux instructions
5 years ago
Rich Harris 5dfc7094d8 add blog post
5 years ago
Rich Harris 054f409950
better tutorial for parameterised actions (#3930)
5 years ago
Rich Harris 331bb39c0a
Merge pull request #3826 from vascoosx/crud-example-update-fix
5 years ago
Rich Harris 3889ec499e
simpler fix
5 years ago
Conduitry 97f68620fd site: bump repl package
5 years ago
Conduitry feafc34f8e site: rollup resolve and onwarn improvements from sapper-template
5 years ago
Tan Li Hau b382b9a9c6 add loopGuardTimeout options
5 years ago
Richard Harris ad2aac509d bump svelte-repl
5 years ago
Shakhbulat Gazgireev 31a81d3553 Site: add editor file association instructions (#3888)
5 years ago
Richard Harris 1dfd42c3f4 tweak wording
5 years ago
Richard Harris 98c76ec7e8 Merge branch 'master' of https://github.com/SrZorro/svelte into SrZorro-master
5 years ago
Rich Harris 0f602a17c2
Merge pull request #3874 from el1f/example-logotype
5 years ago
Rich Harris 7ab26f872b
Make font-weight 400, add to stylesheet
5 years ago
Conduitry de80ae72c3 site: clarify bind component prop docs (#3484)
5 years ago
Alex Simonides a83b2fa6d7 #3864: Update Penner easing functions link (#3865)
5 years ago
Ayoub 752c09cf53 ✏️ outdated logotype on svg-transition example
5 years ago
Rich Harris e467c92564 fix logo-mask url, remove unused file
5 years ago
Fox b750aaa46d
site/tutorials - Added extra explanation for object reactivity
5 years ago
Leonardo Di Vittorio 1b8a1b22a6 fix: svelte-logo-mask correct file name
5 years ago
red-meadow 3174d3cc59 Minor tutorial fix (#3843)
5 years ago
Shunichi Hato b704531a2e Make selection reactive with search
5 years ago
Shunichi Hato 4918faf605 Fix crud example update error when filtering
5 years ago
Rich Harris 1324a57786
oops, remove some debugging code
5 years ago
Rich Harris e931a56854
Merge pull request #3762 from sveltejs/gh-3761
5 years ago
Richard Harris e8f5b24143 docs and a fix for #3761
5 years ago
Richard Harris e55bf4013d remove some unused code
5 years ago
Richard Harris fe3412828c make modal more accessible
5 years ago
Richard Harris 1b245a48c2 Merge branch 'patch-1' of https://github.com/SteveALee/svelte into SteveALee-patch-1
5 years ago
Steve Lee 1668316621
Fix script end tag
5 years ago
pngwn 7c445093fb Document bind:playbackRate in the API documentation. Closes #3806.
5 years ago
Steve Lee 1e55d46bc0
Add Key handling to modal example
5 years ago
Conduitry 3f6b743dd0 site: add REPL imports to .zip's pkg.devDependencies (#3795)
5 years ago
Rich Harris d4fd91cbb9
tweak 'show me' styles
5 years ago
mustafa0x b605f3867e
reduce confusion mentioned in #2452
5 years ago
Alessandro (Ale) Segala 8c0c15c3aa Fixed anchor link in documentation
5 years ago
Paul Murray d91e9afab6 Fixes #3008: Better SSR docs
5 years ago
vages e3953b234c Add Entur to "Who is using Svelte?" (#3754)
5 years ago
Luke Edwards ce5bd1bf35 fix: invoke `authenticate` factory
5 years ago
Rich Harris 84b0e86583 allow site to run locally without PG env vars
5 years ago
Aaron George 36ca311500 FIXED: Media Elements Tutorial
5 years ago
Aaron George 231fbfa020 FIXED: Media Elements Example
5 years ago
Niels Jacobs 92cd56a348 site: add Jacoux logo
5 years ago
adrian5 565931dff9 Doc: update file-type association instructions for Atom
5 years ago
Josh Duff e4d7f77453 site: add missing word
5 years ago
Conduitry 8d5b7e0ef3 site: tidy a few markdown code block languages
5 years ago
Conduitry 1a2af80818 site: handle unknown/missing markdown code block syntax languages
5 years ago
Conduitry 0d20fb9b8d site: fix unknown syntax highlighting language in blog post
5 years ago
Sercan Eraslan c7cc6a55cf Fix: dimensions example overflow problem
5 years ago
adrian5 dcfe9f6b78 Doc: add file-type association instructions for Atom
5 years ago
Conduitry d3e815c209 lint during CI
5 years ago
Sercan Eraslan 8206c27c0a Fix: lifecycle update example overflow problem
5 years ago
AlexxNB def776520f bump @sveltejs/site-kit version
5 years ago
Mikhail Khorpyakov 5fd2a1c499 Whos using: added SQL Tribe logo
5 years ago
Infant Frontender 77e3605c39 Fix typo
5 years ago
Dewa M. Widyakumara 87a9ee2d87 replace tokopedia logo with svg
5 years ago
Luke Edwards 5e2c524825 chore: update database ENV keys
5 years ago
Conduitry 5dda05213e site: compress more images
5 years ago
Jack Beegan 44447003a9 Fix minor error in API docs of draw
5 years ago
Conduitry 1baf78b097 Revert "add digital climate strike banner"
5 years ago
Richard Harris 38a719b8d5 add digital climate strike banner
5 years ago
Elliot Waite 0040f34c5c Fix a typo in 04-compile-time.md.
5 years ago
Conduitry 4044458126 site: compress more logos
5 years ago
priyanjitdey94 4ef4db0a1b added fusioncharts logo to who is using svelte section
5 years ago
Jorma de Ronde 65098511e1 Added ofof to 'who is using svelte' (#3568)
5 years ago
Omer Faruk APLAK fc059f6204 add pankod logo
5 years ago
Conduitry 14a46a17d0 fix the rest of the typo
5 years ago
Bartosz Trzos 4b7e2a09c9 Fix a typo
5 years ago
Conduitry 66c44919a7 site: lint
5 years ago
mattstobbs c250793b35 Fix animate example (#3543)
5 years ago
Conduitry e8ad4018fc site: bump deps
5 years ago
Conduitry 424ed9ef5c site: fall back to username on /apps page
5 years ago
Richard Harris 58e76569be bump site deps (fixes ios styles)
5 years ago
Richard Harris db5cea146f document blur transition
5 years ago
Rich Harris 409abd6c5d
Merge pull request #3481 from dkondrad/gh-3456
5 years ago
Rich Harris 5346b378e3
tweak explanation
5 years ago
Richard Harris c2ce00f29c bump site deps
5 years ago
Rich Harris 77a1555b0c
Merge pull request #3507 from oguzhaninan/master
5 years ago
Rich Harris 027f505d27
preserve alphabetical order
5 years ago
David A Kondrad 6e9ac1971c site: docs: {@html} clarifications
5 years ago
Matheus Castiglioni c2688b9211 Adding Dextra brand in who using site section
5 years ago
Reto Trinkler b1a8c96e18 Remove unnecessary code in "bind-this" example
5 years ago
Oguzhan Inan 100ac2caa2
Add Bekchy Logo
5 years ago
Oguzhan Inan d0a23c750d
adde bekchy logo
5 years ago
Conduitry 1ab3dcb342 use assets served from github pages
5 years ago
Rich Harris 85cfa52f53
Merge pull request #3482 from cbolgiano/add-buydotstar-logo
5 years ago
Rich Harris b854a07f1f
Merge pull request #3489 from oberonspace/add-oberonspace-logo
5 years ago
Rich Harris bb65fdced2
Merge pull request #3503 from rhucle/add-grainger-logo
5 years ago
Rhucle 802aa5f92e Add Grainger logo
5 years ago
Nicolas 9d97527882 Added Metrovias logo
5 years ago
Dejan Lukić d92ff1ad77
Added OberonSPACE logo
5 years ago
Dejan Lukić fd2e2108ae
Add files via upload
5 years ago
Gonzalo Fernández-Victorio c470d00489 Fix small typo
5 years ago
devbox 8a377ad814 Fixed whitespace.
5 years ago
devbox 080cc2da9b Adding buy.* logo.
5 years ago
Rich Harris 8977da840a
Merge pull request #3463 from kyrylkov/master
5 years ago
Rich Harris e23962a97a
preserve alphabetical order
5 years ago
Conduitry 5b4758f0f8 site: don't crash when BASEURL env isn't set
5 years ago
Sergiy Kyrylkov 6b3e087c4c
Add Entriwise logo for 'Who is using Svelte'
5 years ago
Sergiy Kyrylkov 1ee48ef483
Add Entrwise to 'Who is using Svelte' section
5 years ago
Sander Hahn e72fa3bf9e next page link for apps
5 years ago
Sander Hahn bf37db9985 fix offset
5 years ago
Richard Harris b4509c755f remove hyphens from UIDs
5 years ago
Richard Harris a53849d54f Merge branch 'master' into gh-3019
5 years ago
Rich Harris c8a44ec8d0
Merge pull request #3420 from sveltejs/cookies
5 years ago
Richard Harris eb9e405916 remove JWT stuff from .env.example
5 years ago
Richard Harris b73941c8cf fix deps, tidy up query
5 years ago
Richard Harris 08be15e3ae add some more CE docs
5 years ago
Richard Harris de24efd3b8 small fix
5 years ago