Commit Graph

191 Commits (931738e8219eb6bc9afe68d1c383f920c45c45cf)

Author SHA1 Message Date
Simon H 931738e821
[docs] mention that afterUpdate runs after onMount
3 years ago
Simon H 937c7c9c4a
[docs] document $store behavior more explicitely
3 years ago
Ignatius Bagus 5334f4ad1b
docs: mention usage of regexp literal in text expressions (#5640)
3 years ago
Conduitry 64c162c6b7 docs: adjust formatting in compiler options table
3 years ago
Geoff Rich 2842227cf0
docs: fix heading level a11y issue (#5679)
3 years ago
Geoff Rich a35506b5eb
[docs] update a11y docs (#6487)
3 years ago
Geoff Rich e73f641ca5
Remove deprecated a11y-no-onchange warning (#6457)
3 years ago
Maxime LUCE aedf69c1cf
Add compilation variables report option to allow getting all variables (even undeclared or internal) (#6192)
3 years ago
Simon H 92fba761a8
docs: clarify writable value is lost when destroyed
3 years ago
swyx e43778a0c4
document new style props feature in Svelte 3.38 (#6378)
3 years ago
EmNudge 0e18b1311e
docs: clarified readonly prop access (#5825)
3 years ago
Ophir LOJKINE f797482e27
Add documentation for crossfade (#6196)
3 years ago
Geoff Rich 7bf3f20dc3
Add docs for compound :global selector (#6271)
3 years ago
Tan Li Hau 142de015eb
add accessibility warnings to the docs (#5316)
3 years ago
Tan Li Hau 25a48be0ef
update docs for style tag in elements (#6415)
3 years ago
Dominik G 2c488f4d61
docs: update documentation for preprocessor sourcemap output (#6438)
3 years ago
Simon H e27d71f0cf
docs: fix typo
4 years ago
Paul Murray ad29604d6b
Docs: Rename slot let section (#6018)
4 years ago
Dan Kozlov cc58f60002
Add a note that bind:files is readonly (#6099)
4 years ago
Stephane b1d09a4aa2
Clarify that special elements have to be top level (#6240)
4 years ago
Simon H 4acfb05315
Docs: Clarify that `@html` does not compile Svelte code (#6349)
4 years ago
Ignatius Bagus b295d68ec6
fix types: allow writable/readable empty initialization (#6293)
4 years ago
Maxime LUCE 08047c14b6
Pass full markup source to preprocessors (#6169)
4 years ago
Geoff Rich a55295de8c
docs: mention that svelte:self can be in a slot (#6184)
4 years ago
Tan Li Hau 6c5257beb2
allow passing in context in constructor (#6032)
4 years ago
Stephane 47e1eeed56
Add documentation and tutorial for svelte:fragment (#6097)
4 years ago
Rich Harris 2925a00eff
add cssHash option (#6026)
4 years ago
Ben McCann 55b11b0664
docs: define component before demonstrating usage (#5921)
4 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
4 years ago
Liam Egan 1046ca71a7
Remove duplicate sentence (#5751)
4 years ago
Adam Rackis e5aa04ed49
Add clarification on what makes a reactive block reactive to docs. (#5729)
4 years ago
pushkin 01ead95cbe
add hasContext lifecycle function (#5690)
4 years ago
pushkin 1fa46fde4f
Correct `onDestroy` behavior description (#5590)
4 years ago
swyx e750b7284e
document await...catch shorthand (#5682)
4 years ago
Andy Bruère 4e114d3b0d
docs: remove broken link to easing function (#5635)
4 years ago
Cameron Messinides 169fd8497c
docs: add documentation for $$slots (#5277)
4 years ago
Tan Li Hau ebbbc0d298
docs: add missing `easing` option to `fade` (#5495)
4 years ago
Tan Li Hau fa7c780bad
{#key} block (#5397)
4 years ago
Tan Li Hau a1651ca271
add nonpassive event modifier (#5442)
4 years ago
Eugene Hwang ae971f80ae
docs: adjust explanations of `$$props` and `$$restProps` (#5368)
4 years ago
Luca Bonavita 8f17d6c78c
docs: document `bind:files` (#5141)
4 years ago
Luca Bonavita c31a4b56d0 site: rephrase to clarify that actions can have just one parameter.
4 years ago
Antony Jones dc73b735ce
docs: clarify onMount with non-synchronous handlers (#5053)
4 years ago
Matt Wolff 5b2b58f46f
docs: media binding tweaks (#4967)
4 years ago
Alessandro (Ale) Segala 81b6c0b986
docs: adjust readable store example (#4903)
5 years ago
Daniel Imfeld f624d6e292
docs: `value` cannot be set via spread for indirectly bound values (#4832)
5 years ago
Matt Wolff 97db5cc7f7
docs: add blur to list of svelte/transition exports
5 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> (#4690)
5 years ago
pngwn d5e95594e9
feat(site): add svelte syntax highlighting (#4851)
5 years ago
Ben McCann 5ac8a1d07a
docs: link to list of community preprocessors (#4817)
5 years ago