Charles Rosaaen
231e4a0b3c
site: update link in blog for SCode extension ( #5232 )
2020-08-03 15:48:35 -04:00
João Paulo
a0ed7040f1
site: clarify file -> module in <svelte:self> tutorial ( #5171 )
2020-07-30 11:43:45 -04:00
Conduitry
f4f16da455
site: use relative link to tutorial in FAQ entry
2020-07-28 16:39:17 -04:00
M. Habib Rosyad
1f87f5fb20
site: fix escaping in RSS feed ( #5214 )
2020-07-28 14:48:16 -04:00
rmacklin
40987b7780
site: update links in the Sapper intro blog post ( #5189 )
2020-07-23 20:10:41 -04:00
Rich Harris
fb8bab8164
diff highlighting
2020-07-21 11:04:56 -04:00
Rich Harris
4b7c16e33a
tweak blog post anchor style to be less noisy
2020-07-21 10:54:34 -04:00
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>
2020-07-21 10:28:26 -04:00
Luca Bonavita
c31a4b56d0
site: rephrase to clarify that actions can have just one parameter.
...
Closes #5173
2020-07-21 15:12:59 +01:00
Benjamin Schachter
25e9e684f6
site: explain how to use site-kit
and site-repl
( #5163 )
...
Co-authored-by: Luca Bonavita <mindrones@users.noreply.github.com>
2020-07-20 12:32:10 +01:00
dependabot[bot]
8096bbd4a0
Bump lodash from 4.17.15 to 4.17.19 in /site ( #5155 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-17 11:57:30 +01:00
Wolfr
b54538e44f
Fixes #5153 ( #5154 )
2020-07-17 11:54:41 +01:00
Lev Maximov
fd0b47d0da
site: use https in link in blog ( #5148 )
2020-07-14 16:13:19 -04:00
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.
2020-07-14 18:27:42 +01:00
Orta Therox
8a8177b897
site: add FAQ entry for how to document a svelte component ( #5131 )
2020-07-13 11:46:24 -04:00
Luca Bonavita
c2788de652
site: remove an obsolete TODO in blog post ( #5135 )
2020-07-13 11:40:33 -04:00
Adam Ho
b56829c7b8
site: fix blog typo ( #5090 )
2020-06-30 10:44:44 -04:00
Orta Therox
9975169539
Update docs now the lang tools stuff is in prod ( #5081 )
2020-06-28 09:05:04 -04:00
Rich Harris
db0b3b3dfc
bump svelte-repl
2020-06-27 17:47:04 -04:00
Rich Harris
82b1025d44
fix regex used to build docs
2020-06-27 16:45:36 -04:00
Rich Harris
ab370963f5
merge
2020-06-27 15:22:25 -04:00
Rich Harris
324d18d9c2
update site-kit
2020-06-27 15:21:52 -04:00
Conduitry
9c0507e308
site: bump svelte-repl
2020-06-27 10:27:07 -04:00
Bassam Ismail
0520a10dc0
site: check if mapbox key is set before generating the production build ( #5057 )
2020-06-24 20:43:03 -04:00
Sam Saccone
2d5f1a6aa3
[a11y] Make anchor tag tutorial nav accessible ( #5055 )
...
Since the anchor tags only contain svg icons it makes these navigational elements not accessible by screen readers.
> aria-label. Providing a descriptive text label lets a user distinguish the link from links in the Web page that lead to other destinations and helps the user determine whether to follow the link. In some assistive technologies the aria-label value will show in the list of links instead of the actual link text.
https://www.w3.org/WAI/GL/wiki/Using_aria-label_for_link_purpose
2020-06-23 16:20:52 -04:00
Antony Jones
dc73b735ce
docs: clarify onMount with non-synchronous handlers ( #5053 )
2020-06-23 10:53:49 -04:00
Richard Harris
1644f207b1
make canvas example more fun
2020-06-16 08:16:28 -04:00
Rich Harris
8bb0c80c2c
remove BLM banner ( #5007 )
2020-06-12 06:04:40 -04:00
Antony Jones
90794167fe
Remove duplicate site build instructions ( #4824 )
2020-06-10 08:47:31 -04:00
Ben McCann
34e87ce579
site: faq: svelte-preprocess is now an official project ( #4997 )
2020-06-09 19:21:03 -04:00
Conduitry
b32bcccee4
site: remove BLM filter, but leave banner ( #4994 )
2020-06-08 21:14:12 -04:00
Matt Wolff
5b2b58f46f
docs: media binding tweaks ( #4967 )
2020-06-08 10:49:14 -04:00
Ben McCann
85dad45668
site: faq: document how to declare reactive variable type ( #4973 )
2020-06-08 09:03:07 -04:00
Luke Edwards
dba6e5efad
fix(site): add padding-bottom for banner space ( #4958 )
2020-06-02 14:40:45 -04:00
Richard Harris
80eb8ee1b5
workaround the monumental stupidity of the css filter specification
2020-06-02 11:59:25 -04:00
Richard Harris
0221f52e2b
additional donation links
2020-06-02 10:13:37 -04:00
swyx
fa95942290
add BLM footer
2020-06-02 21:25:41 +08:00
Roman Kosov
a4dadf82be
site: fix some mixed content ( #4926 )
2020-05-29 10:10:19 -04:00
Ben McCann
4124ec535e
site: update FAQ to point to svelte-check ( #4916 )
2020-05-27 13:01:14 -04:00
Alessandro (Ale) Segala
81b6c0b986
docs: adjust readable store example ( #4903 )
2020-05-25 16:56:31 -04:00
Daniel Imfeld
f624d6e292
docs: value
cannot be set via spread for indirectly bound values ( #4832 )
2020-05-21 16:37:29 -04:00
Matt Wolff
97db5cc7f7
docs: add blur to list of svelte/transition exports
2020-05-21 16:33:58 -04:00
Ben McCann
745c777806
site: move .dev TLD info from FAQ to readme ( #4883 )
2020-05-21 16:29:55 -04:00
Robert Hall
7fe1384f43
Property "muted" for <audio> and <video> ( #4690 )
...
* Audio two-way `muted` bind property
Loosely based on a37ee81676
* Documentation
* fix test
* dont bother coercing muted, it happens automatically
Co-authored-by: Richard Harris <richard.a.harris@gmail.com>
2020-05-18 21:37:03 -04:00
Billy Levin
0cd40b79c8
invalidate -> update ( #4793 )
2020-05-17 12:04:37 -04:00
pngwn
d5e95594e9
feat(site): add svelte syntax highlighting ( #4851 )
2020-05-17 12:03:22 -04:00
Conduitry
c9020d35b7
site: bump @sveltejs/svelte-repl
2020-05-15 06:19:56 -04:00
Ben McCann
5ac8a1d07a
docs: link to list of community preprocessors ( #4817 )
2020-05-13 07:53:06 -04:00
Antony Jones
9be3310431
site: add FAQs page ( #4823 )
2020-05-13 07:49:25 -04:00
Joseph Abrahamson
5efeeecee8
docs: clarify store contract type signature ( #4539 )
2020-05-03 12:13:15 -04:00
Daniel Imfeld
a658fedb83
docs/tests: use event.key instead of event.which ( #4758 )
2020-05-01 19:34:54 -04:00
JocelynLi
b3364424d7
docs: tweak tutorial/default-values wording ( #4600 )
2020-04-29 17:19:21 -04:00
MichalBednarczyk
edeeb05a6c
docs: {#each} with key but without index ( #4721 )
2020-04-29 15:48:45 -04:00
Antony Jones
0e61e51358
docs: add v2 site link ( #4745 )
2020-04-29 15:38:58 -04:00
Conduitry
35a910eea2
docs: fix link to animate section
2020-04-29 15:17:29 -04:00
Eddy
75ae49312f
docs: fix link to transition section ( #4748 )
2020-04-29 15:14:55 -04:00
Stephen Demjanenko
e3fef0f740
site: fix scaling in script to get example thumbnails ( #4727 )
2020-04-27 09:15:28 -04:00
Daniel Imfeld
676d57b5f7
docs: clarify that all elements in an outroing block remain until the transition finishes ( #4684 )
2020-04-24 09:20:31 -04:00
pushkin
467fc84d7d
docs: mention |self modifier in reference section ( #4709 )
2020-04-23 09:08:42 -04:00
Daniel Imfeld
cc3c7fa9f4
docs: fix CSS typo in example ( #4685 )
2020-04-18 06:38:36 -04:00
Conduitry
0d263cc1ea
docs: use Node.TEXT_NODE in more places
2020-04-12 13:30:39 -04:00
John Abraham
8ddb073199
docs: add note to tutorial on Capitalised component variable names ( #4505 )
2020-04-12 13:25:32 -04:00
Ademola
7be80e96c6
docs: make text node type in example more explicit ( #4663 )
2020-04-12 13:17:54 -04:00
Conduitry
1087e31059
site: bump @sveltejs/svelte-repl
2020-04-11 07:40:35 -04:00
Robin Cussol
ece61381de
fix(examples): hide "undefined" domain in HN example ( #4643 )
...
* fix(examples): hide "undefined" domain in HN example
This commit introduces a null-undefined check against the domain of the HN items in the Hacker News example.
* Update site/content/examples/21-miscellaneous/01-hacker-news/Item.svelte
Co-Authored-By: Antony Jones <ant@enzy.org>
Co-authored-by: Antony Jones <ant@enzy.org>
2020-04-07 09:30:48 -04:00
Robin Cussol
df3ae85b42
fix(examples): use correct URL for Ask HN posts ( #4640 )
2020-04-07 09:30:33 -04:00
Tim Gates
89f30dae36
docs: Fix simple typo, specificy -> specify ( #4637 )
2020-04-06 06:45:27 -04:00
Conduitry
e247de351b
site: bump sapper
2020-03-20 08:44:24 -04:00
Victor Guyard
0cde17a4ad
site: lossless image optimization ( #4503 )
2020-03-14 16:43:41 -04:00
dependabot[bot]
0ccdca21da
Bump acorn from 7.0.0 to 7.1.1 in /site ( #4554 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 7.0.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/7.0.0...7.1.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-14 16:10:57 -04:00
Tan Li Hau
91d758e35b
introduce $$restProps ( #4489 )
2020-03-09 22:22:39 -04:00
keke
48721520bd
docs: fix self-closing <svelte:options> tag ( #4524 )
2020-03-08 09:36:11 -04:00
Conduitry
addea43e4f
docs: describe falsy and nullish attribute behavior ( #4498 )
2020-03-02 09:01:00 -05:00
Conduitry
f244b80f7a
docs: referenced_from_script var value ( #4486 )
2020-02-28 23:07:34 -05:00
Jesse Skinner
20e079007c
docs: clarify default prop behaviour ( #4460 )
2020-02-28 08:47:21 -05:00
Antony Jones
7831766fa0
site: turn fancybutton into custombutton ( #4476 )
2020-02-27 06:40:42 -05:00
Matthew Dempsky
a53da7e4b0
site: clearer examples for <slot let:name> ( #4125 )
2020-02-22 23:40:07 -05:00
Alexandre CANTIN
9a747e3b5a
site: fix loading REPL with filename containing multiple '.'s ( #4441 )
2020-02-22 23:37:21 -05:00
Jesse Skinner
c992f7a2d2
docs: reword to avoid "outroing" ( #4434 )
2020-02-20 08:49:34 -05:00
Kevin Tewouda
2b3c2daafb
blog: svelte-for-new-developers: list commands for Windows ( #4391 )
2020-02-15 12:35:54 -05:00
PKlknr
7fdae5f8a8
docs: add await in front of preprocess examples ( #4404 )
2020-02-12 08:45:06 -05:00
Conduitry
83d461f537
site: clarify preserveWhitespace ( #4341 )
...
* site: clarify preserveWhitespace
* Update 04-compile-time.md
Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
2020-01-31 14:55:13 -05:00
Conduitry
9e7df1e41a
site: use absolute href to blog feed ( #4342 )
2020-01-30 06:58:31 -05:00
Conduitry
14a3c3a639
site: update Makefile as 'gcloud beta' is no longer necessary
2020-01-28 09:04:01 -05:00
Wolfr
70d1795088
site: Remove WIP message, but still reference the chat room. ( #4329 )
2020-01-27 14:41:18 -05:00
Conduitry
ab18f5bb9a
site: update Makefile to work without global gcloud project setting
2020-01-27 14:38:25 -05:00
Wolfr
43f19d93a9
site: Improve open graph images for website ( #4328 )
2020-01-27 14:28:06 -05:00
Conduitry
e959dbcf31
site: add warning to Dockerfile about .dockerignore
2020-01-22 20:26:43 -05:00
Conduitry
3ba4f8abca
site: fix a couple absolute links
2020-01-22 20:11:45 -05:00
Conduitry
7494509dfd
only attach SSR <head> markers when hydratable: true ( #4260 )
2020-01-14 12:11:52 -05:00
Kevin Åberg Kultalahti
3d9655a2a1
site: add documentation for global keyframes ( #4232 )
2020-01-08 17:19:19 -05:00
Conduitry
14154fce36
site: document Observable interop ( #2571 )
2020-01-07 17:26:57 -05:00
Conduitry
252ec8ceca
site: missing space
2020-01-07 16:37:14 -05:00
trbrc
45933f9700
site: Clearer documentation of store contract ( #4216 )
2020-01-07 15:07:07 -05:00
Josh Duff
00e39c767a
site: Explain how each blocks work a bit more ( #4118 )
2020-01-06 17:59:31 -05:00
Conduitry
20dedc6cb8
site: copy Who's Using Svelte data from community repo at build time
2020-01-06 15:36:18 -05:00
Thomas Ferro
fe750d2606
Doc ( #4172 ): Fixing the unclear slot with fallback content example
2020-01-05 16:08:46 -05:00
Gautam krishna R
7ff0c83191
site: update instructions for jetbrains IDEs ( #4052 )
...
* Updated instruction for jetbrains IDEs
added instruction to use plugins instead of treating svelte as html
* Updated JetBrains WebStorm description
2020-01-05 06:32:06 -05:00
Michael Curry
41b76b9abe
site: fix example sidebar link bounce ( #4199 )
2020-01-02 06:39:20 -05:00
Softmus
3f1caab76f
site: add Softmus to who's using Svelte ( #4152 )
2020-01-02 06:36:37 -05:00
Anthony Le Goas
dac64a363c
site: factor out Contributors component ( #4177 )
2019-12-29 10:47:27 -05:00
Conduitry
b59673155c
site: in dev mode, proxy /repl/[id].json requests to real server
2019-12-24 11:53:49 -05:00
Vulwsztyn
fb6d570b92
tutorial 12.a inconsistency fix
...
Update of tutorial page 12.a making it match with "Show me" result
2019-12-21 22:01:59 -05:00
Rihards Gravis
8da8da3c27
Add IOTA Foundation logo to WhoIsUsingSvelte
component
2019-12-21 22:00:55 -05:00
Yugo Ogura
11002c93fe
site: fix wrong link to tweened ( #4137 )
2019-12-21 05:01:35 -05:00
Kevin Åberg Kultalahti
109639c57c
adds link to REPL from example page.
2019-12-18 08:44:22 -05:00
Tim Deschryver
1ef7601d69
docs: selectable npx link
2019-12-14 20:10:12 -05:00
Conduitry
691211aeba
site: provide alternatives to degit on homepage
2019-12-09 16:34:37 -05:00
Conduitry
ef4da392ae
Revert "feat repl twitter title use repl title"
...
This reverts commit ad1f15df41
.
2019-12-09 14:21:15 -05:00
rykiplov
3e1e6cbd78
Added Absolute Web logo to WhosUsingSvelte ( #4057 )
2019-12-09 09:34:42 -05:00
Raj Nandan Sharma
7768110d27
added Cashfree to WhoUsingSvelte ( #4054 )
2019-12-09 09:33:06 -05:00
Tan Li Hau
ad1f15df41
feat repl twitter title use repl title
2019-12-09 09:25:44 -05:00
Sebastian Stephan
4e51d35dd8
site: fix link to realworld demo in blogpost ( #4028 )
...
* Fix link to realworld demo in blogpost
* link to repo instead
2019-12-04 12:57:23 -05:00
Rich Harris
193f9e1e1e
Merge pull request #3955 from joncfoo/patch-1
...
Document $: in the tutorial
2019-11-29 21:12:33 -05:00
Rich Harris
ae8684ffff
Update text.md
2019-11-29 21:11:44 -05:00
Rich Harris
310a4845cf
Merge pull request #4011 from deanmcpherson/master
...
Adding Paperform logo
2019-11-29 20:44:46 -05:00
Bartosz Magier
5343f6db04
Add The Software House Logo
2019-11-28 14:31:31 +01:00
Dean McPherson
6067fe38e0
Update WhosUsingSvelte.svelte
2019-11-28 20:00:04 +11:00
Dean McPherson
4bd6cd4ef2
Paperform logo SVG
2019-11-28 19:58:03 +11:00
Conduitry
3d0a5f8c37
site: update links to rollup-plugin-svelte repo
2019-11-25 13:30:36 -05:00
Richard Harris
8125731deb
merge
2019-11-23 18:47:31 -05:00
Rich Harris
911dc6f29d
Merge pull request #3950 from MentorCV/master
...
MentorCV org add
2019-11-23 18:46:37 -05:00
Richard Harris
76a0af40fb
use a smaller PNG instead of large base64 PNG inside SVG
2019-11-23 18:45:59 -05:00
Richard Harris
d2f7e6662b
Merge branch 'add-myorganisation-logo' of https://github.com/Jingmnt/svelte into Jingmnt-add-myorganisation-logo
2019-11-23 18:41:28 -05:00
Richard Harris
d1146281ef
only mention official plugins, link to integrations for others. closes #3970
2019-11-23 18:34:58 -05:00
Richard Harris
13f7bd9412
update svelte-repl - closes #3971
2019-11-23 18:29:02 -05:00
Luke Edwards
ee20a499e0
chore: bump polka deps
2019-11-23 13:26:31 -08:00
Jingmnt
b2612db37c
updated link to website for logo
2019-11-20 08:24:09 +02:00
Jingmnt
d9b3ee498c
added jingmnt svg logo
2019-11-20 08:20:53 +02:00
Jonathan Curran
d8e625c439
Document $: in the tutorial
...
This change re-words some of the prose so that the label syntax is spoken of in _unfamiliar_ terms rather than _alien_ as it is valid syntax and not some svelte-specific feature/functionality.
2019-11-19 17:49:46 +01:00
Nikos Katsikanis
4cdef510fc
MentorCV org add
2019-11-18 19:26:23 +01:00
Rich Harris
0aceccc31b
Merge branch 'master' of github.com:sveltejs/svelte
2019-11-18 10:52:04 -05:00
Rich Harris
1dead6fa9d
typo
2019-11-18 10:52:02 -05:00
Rich Harris
5721ae3aeb
Merge pull request #3943 from Conduitry/gh-2505
...
site: add font fallback for Comic Sans MS
2019-11-18 10:45:39 -05:00
Rich Harris
a4658e2d42
document new media element bindings
2019-11-18 10:43:05 -05:00
AlexxNB
2285ee222a
fix 'action with param' example and tutorial
2019-11-18 12:47:30 +03:00
Conduitry
78eea640d3
site: add font fallback for Comic Sans MS ( #2505 )
2019-11-17 17:22:21 -05:00
Richard Harris
a7c0fc8c35
update svelte-repl
2019-11-17 08:34:47 -05:00
Richard Harris
df5d0de29a
update deps
2019-11-17 08:18:15 -05:00
Richard Harris
334f32ea56
update svelte-repl - adds console panel
2019-11-16 19:27:46 -05:00
Rich Harris
bbf47501d5
linux instructions
2019-11-15 17:54:04 -05:00
Rich Harris
5dfc7094d8
add blog post
2019-11-15 16:19:51 -05:00
Rich Harris
054f409950
better tutorial for parameterised actions ( #3930 )
...
* better tutorial for parameterised actions
* update example alongside tutorial
* update thumbnail
2019-11-15 12:03:15 -05:00
Rich Harris
331bb39c0a
Merge pull request #3826 from vascoosx/crud-example-update-fix
...
Fix crud example update error after searching
2019-11-14 16:55:42 -05:00
Rich Harris
3889ec499e
simpler fix
2019-11-14 16:55:34 -05:00
Conduitry
97f68620fd
site: bump repl package
2019-11-13 18:58:00 -05:00
Conduitry
feafc34f8e
site: rollup resolve and onwarn improvements from sapper-template
2019-11-13 07:26:30 -05:00
Tan Li Hau
b382b9a9c6
add loopGuardTimeout options
2019-11-11 22:50:48 +08:00
Richard Harris
ad2aac509d
bump svelte-repl
2019-11-10 19:10:11 -05:00
Shakhbulat Gazgireev
31a81d3553
Site: add editor file association instructions ( #3888 )
2019-11-10 08:16:39 -05:00