Commit Graph

103 Commits (379a963d012a2bcb651e8ebdc54f8e21baaf4e19)

Author SHA1 Message Date
Adam Alexander cab5e7346d
[docs] fix typo in 02-template-syntax.md (#7593)
3 years ago
gtmnayan 5242ab9a72
[docs] Fix statement about the order of bind: and on: (#7357)
3 years ago
Yuichiro Yamashita 0d017f4820
[fix] rendering void tag for `<svelte:element>` (#7453)
3 years ago
Tan Li Hau a2de3894c0
[feat] support const tag for if block (#7451)
3 years ago
Yuichiro Yamashita 11ada98565
[docs] fix sentences in `<svelte:element>` (#7484)
3 years ago
Yuichiro Yamashita e0d93254fd
[feature] Dynamic elements implementation <svelte:element> (#6898)
3 years ago
TzuHsuan 535a1fc20d
Change top level requirement wording (#7336)
3 years ago
Geoff Rich fc2470494d
[docs] fix broken links (#7194)
4 years ago
Bjorn Lu cc445839e3
[docs] explain initial value for bind scroll (#7065)
4 years ago
Tan Li Hau b5aaa6641b
[feat] implement constants in markup (#6413)
4 years ago
Paul Murray 8a47b5ec9e
[feat] Style directives (#5923)
4 years ago
Ignatius Bagus 04890c73d2
[docs] absolute and future proof links (#7038)
4 years ago
Rich Harris 7521bd55b5
[docs] fix hash fragments (#7025)
4 years ago
Dmitriy Fishman fd466d7221
[docs] fix typo in 02-template-syntax.md (#6929)
4 years ago
gtmnayan 7681ed0a45
[docs] Document the effect of the order of bind: and on: (#6887)
4 years ago
Alexander Prinzhorn 6f8a6fe90b
[docs] Improve wording for `animate` docs (#6813)
4 years ago
Ben McCann 547fbc6ebd
[docs] what is rendered when for #await (#6788)
4 years ago
Geoff Rich 7e156c014e
[docs] document details binding (#6700)
4 years ago
João Paulo 0027a41934
[docs] Fix typo in $$slots docs (#6709)
4 years ago
duarte-pompeu 8d3f4512f6
[docs] Fix the speed of the typewriter example to scale correctly (#6568)
4 years ago
Conduitry 1c58fa91cc
[docs] various adjustments to template syntax docs (#6619)
4 years ago
Tan Li Hau ce550adef6
[feat] allow use:actions on <svelte:body> (#6608)
4 years ago
Samuel Plumppu 172f294cb6
docs: Fix property name typo for event.isTrusted (#6596)
4 years ago
Dennis Dudek a3fb765d6f
[docs] add trusted modifier to list of modifiers in tutorial and docs (#6566)
4 years ago
Ignatius Bagus 5334f4ad1b
docs: mention usage of regexp literal in text expressions (#5640)
4 years ago
swyx e43778a0c4
document new style props feature in Svelte 3.38 (#6378)
4 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
Geoff Rich a55295de8c
docs: mention that svelte:self can be in a slot (#6184)
4 years ago
Stephane 47e1eeed56
Add documentation and tutorial for svelte:fragment (#6097)
5 years ago
Ben McCann 55b11b0664
docs: define component before demonstrating usage (#5921)
5 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations (#5652)
5 years ago
Liam Egan 1046ca71a7
Remove duplicate sentence (#5751)
5 years ago
swyx e750b7284e
document await...catch shorthand (#5682)
5 years ago
Cameron Messinides 169fd8497c
docs: add documentation for $$slots (#5277)
5 years ago
Tan Li Hau fa7c780bad
{#key} block (#5397)
5 years ago
Tan Li Hau a1651ca271
add nonpassive event modifier (#5442)
5 years ago
Eugene Hwang ae971f80ae
docs: adjust explanations of `$$props` and `$$restProps` (#5368)
5 years ago
Luca Bonavita 8f17d6c78c
docs: document `bind:files` (#5141)
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 (#4967)
5 years ago
Daniel Imfeld f624d6e292
docs: `value` cannot be set via spread for indirectly bound values (#4832)
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
MichalBednarczyk edeeb05a6c
docs: {#each} with key but without index (#4721)
5 years ago
Daniel Imfeld 676d57b5f7
docs: clarify that all elements in an outroing block remain until the transition finishes (#4684)
5 years ago
pushkin 467fc84d7d
docs: mention |self modifier in reference section (#4709)
5 years ago