0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

926 Commits

Author SHA1 Message Date
Conduitry
8271658fa8 site: revert to sapper@0.27 2020-09-10 19:54:50 -04:00
dependabot[bot]
d201c5bfb3
Bump node-fetch from 2.6.0 to 2.6.1 in /site (#5377)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 12:42:32 -07:00
Eugene Hwang
ae971f80ae
docs: adjust explanations of $$props and $$restProps (#5368) 2020-09-10 15:31:28 -04:00
Cam Jackson
80e474a244
site: Replace "active" with "selected" as an example class name (#5309) 2020-09-10 15:28:59 -04:00
Conduitry
b1c67a16c6 site: update to sapper@0.28.6 2020-09-09 09:45:52 -04:00
Conduitry
1503f644d4 site: update to sapper@0.28.5 2020-09-06 19:31:54 -04:00
Ben McCann
c8c50b5ba8
site: copy preserveEntrySignatures settings from template (#5356) 2020-09-04 22:54:00 -04:00
Ben McCann
9db8773070
Update site dependencies (#5354) 2020-09-04 15:50:27 -04:00
Conduitry
f1838ed8aa site: bump svelte-repl 2020-09-04 07:55:28 -04:00
Ben McCann
e0f937d33e
Add a script for copy-workers (#5338) 2020-09-01 11:02:03 -07:00
Simon H
8adb47401e
site: Fix blog JS type checking suggestion (#5306) 2020-08-26 10:10:21 -04:00
Wolfr
dccdb9f130
site: show REPL input/output toggle on iOS without scrolling (#5175) 2020-08-12 17:43:45 -04:00
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>
2020-08-12 13:11:43 -07:00
dependabot[bot]
5d5a608d32
Bump prismjs from 1.17.1 to 1.21.0 in /site (#5250)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.17.1 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.17.1...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 16:07:36 -04:00
Luca Bonavita
8f17d6c78c
docs: document bind:files (#5141) 2020-08-12 16:05:59 -04:00
Rich Harris
a1cb70dde4 bump site-kit version 2020-08-10 23:15:12 -04:00
Rich Harris
4c449a741f bump site-kit version 2020-08-10 22:53:06 -04:00
Ben McCann
1398affa53
Update TypeScript blog post with info about Sapper (#5249) 2020-08-07 15:01:58 -07:00
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>
2020-08-07 12:16:10 +01:00
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