Commit Graph

104 Commits (474ed42b2483e24e3b9e93206994050fe71d1d97)

Author SHA1 Message Date
Script Raccoon 474ed42b24
[fix] typo in transition docs () 3 years ago
Adam Alexander cab5e7346d
[docs] fix typo in 02-template-syntax.md () 3 years ago
gtmnayan 5242ab9a72
[docs] Fix statement about the order of bind: and on: () 3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` () 3 years ago
Tan Li Hau a2de3894c0
[feat] support const tag for if block () 3 years ago
Yuichiro Yamashita 11ada98565
[docs] fix sentences in `<svelte:element>` () 3 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> () 3 years ago
TzuHsuan 535a1fc20d
Change top level requirement wording () 3 years ago
Geoff Rich fc2470494d
[docs] fix broken links () 3 years ago
Bjorn Lu cc445839e3
[docs] explain initial value for bind scroll () 3 years ago
Tan Li Hau b5aaa6641b
[feat] implement constants in markup () 3 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives () 3 years ago
Ignatius Bagus 04890c73d2
[docs] absolute and future proof links () 3 years ago
Rich Harris 7521bd55b5
[docs] fix hash fragments () 3 years ago
Dmitriy Fishman fd466d7221
[docs] fix typo in 02-template-syntax.md () 3 years ago
gtmnayan 7681ed0a45
[docs] Document the effect of the order of bind: and on: () 3 years ago
Alexander Prinzhorn 6f8a6fe90b
[docs] Improve wording for `animate` docs () 3 years ago
Ben McCann 547fbc6ebd
[docs] what is rendered when for #await () 4 years ago
Geoff Rich 7e156c014e
[docs] document details binding () 4 years ago
João Paulo 0027a41934
[docs] Fix typo in $$slots docs () 4 years ago
duarte-pompeu 8d3f4512f6
[docs] Fix the speed of the typewriter example to scale correctly () 4 years ago
Conduitry 1c58fa91cc
[docs] various adjustments to template syntax docs () 4 years ago
Tan Li Hau ce550adef6
[feat] allow use:actions on <svelte:body> () 4 years ago
Samuel Plumppu 172f294cb6
docs: Fix property name typo for event.isTrusted () 4 years ago
Dennis Dudek a3fb765d6f
[docs] add trusted modifier to list of modifiers in tutorial and docs () 4 years ago
Ignatius Bagus 5334f4ad1b
docs: mention usage of regexp literal in text expressions () 4 years ago
swyx e43778a0c4
document new style props feature in Svelte 3.38 () 4 years ago
Simon H e27d71f0cf
docs: fix typo 4 years ago
Paul Murray ad29604d6b
Docs: Rename slot let section () 4 years ago
Dan Kozlov cc58f60002
Add a note that bind:files is readonly () 4 years ago
Stephane b1d09a4aa2
Clarify that special elements have to be top level () 4 years ago
Simon H 4acfb05315
Docs: Clarify that `@html` does not compile Svelte code () 4 years ago
Geoff Rich a55295de8c
docs: mention that svelte:self can be in a slot () 4 years ago
Stephane 47e1eeed56
Add documentation and tutorial for svelte:fragment () 4 years ago
Ben McCann 55b11b0664
docs: define component before demonstrating usage () 4 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations () 4 years ago
Liam Egan 1046ca71a7
Remove duplicate sentence () 4 years ago
swyx e750b7284e
document await...catch shorthand () 4 years ago
Cameron Messinides 169fd8497c
docs: add documentation for $$slots () 4 years ago
Tan Li Hau fa7c780bad
{#key} block () 5 years ago
Tan Li Hau a1651ca271
add nonpassive event modifier () 5 years ago
Eugene Hwang ae971f80ae
docs: adjust explanations of `$$props` and `$$restProps` () 5 years ago
Luca Bonavita 8f17d6c78c
docs: document `bind:files` () 5 years ago
Luca Bonavita c31a4b56d0 site: rephrase to clarify that actions can have just one parameter. 5 years ago
Matt Wolff 5b2b58f46f
docs: media binding tweaks () 5 years ago
Daniel Imfeld f624d6e292
docs: `value` cannot be set via spread for indirectly bound values () 5 years ago
Robert Hall 7fe1384f43
Property "muted" for <audio> and <video> () 5 years ago
pngwn d5e95594e9
feat(site): add svelte syntax highlighting () 5 years ago
MichalBednarczyk edeeb05a6c
docs: {#each} with key but without index () 5 years ago
Daniel Imfeld 676d57b5f7
docs: clarify that all elements in an outroing block remain until the transition finishes () 5 years ago