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

1007 Commits

Author SHA1 Message Date
Alex Iglesias
341160f782
[Tutorial] Update Chapter 19 to reference SvelteKit (#6284) 2021-05-03 08:27:11 -07:00
Daniel Sandoval
7b6526ed70
"What's new in Svelte" May newsletter (#6243) 2021-05-01 18:35:42 +02:00
BabakFP
ec2540787a
Changing tutorial/example order from script-style-html to script-html-style (#6213)
Also change button style in one tutorial
2021-04-22 18:05:13 +02:00
Mlocik97
697d4c7f51
Add link to SvelteKit to Svelte website. (#6161) 2021-04-21 13:36:51 -07:00
Mauricio Paternina
27234275c0
tutorial: fix custombutton colors for a11y contrast (#6212) 2021-04-21 09:46:00 -07:00
Maxime LUCE
08047c14b6
Pass full markup source to preprocessors (#6169) 2021-04-12 18:00:38 +02:00
Geoff Rich
a55295de8c
docs: mention that svelte:self can be in a slot (#6184) 2021-04-12 08:01:41 +08:00
Daniel Sandoval
c7e820e08f
"What's new in Svelte" April newsletter (#6129) 2021-04-01 12:48:31 +02:00
Peter Boling
5ba7d35921
site: improve grammar in tutorial comment (#6156) 2021-03-31 11:16:23 -04:00
Tan Li Hau
6c5257beb2
allow passing in context in constructor (#6032)
Co-authored-by: Conduitry <git@chor.date>
2021-03-31 11:07:32 -04:00
Mitchell Austin
00acbf2117
Tutorial: remove outline on scrollbar thumb (#6090) 2021-03-30 11:30:29 -07:00
Mark A Shuttleworth
e84e356ca5
site: fix grammatical issue in tutorial/update (#6136) 2021-03-29 22:47:54 -04:00
Stephane
47e1eeed56
Add documentation and tutorial for svelte:fragment (#6097) 2021-03-29 23:01:29 +02:00
Alaric von Teplitz
ddfe920ede
Spelling error fix. (#6131) 2021-03-28 17:45:34 +02:00
Stephane
42a9431e70
Link to Svelte Society instead of old Community site (#6043) 2021-03-24 13:45:49 +01:00
Ben McCann
f20c5ede30
Update FAQ for SvelteKit beta (#6124) 2021-03-24 13:36:22 +01:00
Rich Harris
798d1f9b5a add "what is sveltekit" section 2021-03-23 15:24:58 -04:00
Rich Harris
1a906dffe1 tweak aside placement 2021-03-23 14:02:08 -04:00
Rich Harris
5655e46dac fix blog post date 2021-03-23 14:00:05 -04:00
Rich Harris
4b8ddc3469
SvelteKit beta launch post (#6120)
* kit beta announcement post

* tweak
2021-03-23 11:37:36 -04:00
Geoff Rich
ce3a579125
docs: update 7gui example links (#6052) 2021-03-05 11:29:03 -05:00
Daniel Sandoval
22355a3a34
"What's new in Svelte" March newsletter (#6033)
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
Co-authored-by: Don Denton <don@happycollision.com>
2021-03-01 16:55:42 +01:00
Simon H
423a7f2e61
Add "Where can I get support?" to FAQ (#6036)
* Add "Where can I get support?" to docs

Related to the discussion in #6035
2021-03-01 14:45:51 +00:00
Rich Harris
2925a00eff
add cssHash option (#6026)
* Allow to customize the css scope class

* Pass component name to scope class generator

* Move Stylesheet arguments into an object

* Refactor to cssHash

* Please the almighty linter

* pass hash function to cssHash

* update test

* document cssHash option

Co-authored-by: Christian Kaisermann <christian@kaisermann.me>
2021-02-25 18:06:38 -05:00
Alexis Ménard
ebbdb4277c
Tutorial : a better explanation of component events (#4639)
* feat(tutorial): better explanation of component events

Co-Authored-By: Antony Jones <ant@enzy.org>
2021-02-04 10:10:34 +00:00
Daniel Sandoval
8db3e8d029
"What's new in Svelte" February newsletter (#5925)
Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2021-02-01 14:37:25 +01:00
Shriji
c3caa29590
Change color on 404 page (#5932)
The colors on broken pages have `#da106e` and is not a part of `theme-default` in site-kit.
2021-01-31 07:01:01 +08:00
Ben McCann
55b11b0664
docs: define component before demonstrating usage (#5921) 2021-01-26 09:50:53 +08:00
halfnelson
a7eff8894f
add foreign namespace to preserve attribute case and skip HTML-specific a11y validations (#5652) 2021-01-25 16:25:10 -05:00
Domenik Reitzner
a49375696f
Handle new format for "who is using svelte" (#5918) 2021-01-22 12:28:01 -08:00
Domenik Reitzner
32775a699d
Make TypeScript integration more visible (#5871) 2021-01-17 21:24:48 -08:00
Ben McCann
bef85a92f9
site: bump dependencies to fix building in production mode (#5846) 2021-01-01 19:15:48 -05:00
Daniel Sandoval
a8af2fa4e6
"What's new in Svelte" January newsletter (#5827) 2020-12-31 13:48:20 -08:00
Ben McCann
e7edd7cc23
site: remove cypress leftovers and upgrade dependencies (#5824) 2020-12-29 06:02:49 -08:00
Geoff Rich
6aaa105093
site a11y: add missing h1s (#5715) 2020-12-24 17:54:03 -05:00
kindoflew
bf35353170
site: fix formatMobile in chart examples (#5787) 2020-12-24 17:52:06 -05:00
Luke Edwards
945f741298
fix(site): ensure "text/plain" on error response (#5821)
- Closes #5820
2020-12-24 17:46:39 -05:00
Shriji
06ab7a1b9c
Update ScreenToggle.svelte (#5629)
weird padding on button
2020-12-14 14:39:18 +00:00
Liam Egan
1046ca71a7
Remove duplicate sentence (#5751) 2020-12-14 14:38:24 +00:00
Aswin Vayiravan
f1b7c08a09
changed to colour names instead of hex codes for readability (#5772) 2020-12-11 15:55:22 -08:00
Ben McCann
3561bf2b96
Update testing FAQ (#5744) 2020-12-09 14:52:53 -08:00
Aswin Vayiravan
76d4580bcc
Changing hex codes to colour names to improve readability of the tutorial. (#5761) 2020-12-09 07:10:21 -08:00
Adam Rackis
e5aa04ed49
Add clarification on what makes a reactive block reactive to docs. (#5729)
* Add clarification on what makes a reactive block reactive to docs.

* Tweak reactive explanation
2020-12-06 20:54:29 +08:00
Conduitry
e02c291050 -> v3.31.0 2020-12-02 15:55:14 -05:00
Simon H
79214ccb0d
Revert typed SvelteComponent, add SvelteComponentTyped instead (#5738) 2020-12-02 15:53:18 -05:00
Aswin Vayiravan
307b86b030
Renamed 'Now' to 'Vercel' (#5737) 2020-12-01 19:46:09 -08:00
Daniel Sandoval
625e3056bf
"What's new in Svelte" December newsletter (#5706) 2020-12-01 16:16:23 +01:00
Shriji
910348fd0d
site: example image missing for conditional slot (#5723)
a minor fix

https://github.com/sveltejs/svelte/pull/5383#issuecomment-733890140
2020-11-28 19:41:15 +08:00
pushkin
01ead95cbe
add hasContext lifecycle function (#5690) 2020-11-23 11:29:01 -05:00
pushkin
1fa46fde4f
Correct onDestroy behavior description (#5590)
* Update 03-run-time.md

* Update site/content/docs/03-run-time.md

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2020-11-19 07:30:47 +08:00