Commit Graph

1134 Commits (2c8e77bf90e9797b2645db253bae17d9b35fb44c)

Author SHA1 Message Date
Conduitry 1c58fa91cc
[docs] various adjustments to template syntax docs (#6619)
3 years ago
Tan Li Hau ce550adef6
[feat] allow use:actions on <svelte:body> (#6608)
3 years ago
Samuel Plumppu 172f294cb6
docs: Fix property name typo for event.isTrusted (#6596)
3 years ago
Daniel Sandoval b554e343e8
[docs] "What's new in Svelte" August newsletter (#6604)
3 years ago
Dennis Dudek a3fb765d6f
[docs] add trusted modifier to list of modifiers in tutorial and docs (#6566)
3 years ago
Konstantin BIFERT 18780fac00
[docs] replace shift by the correct key to hold: control (#6573)
3 years ago
Stephane 63f592e713
[docs] Add clarification about reactivity and arrays (#6547)
3 years ago
Hofer Ivan 5cfefeb6e7
support rendering components in a shadow dom (#5870)
3 years ago
Ben McCann 16d562fcf6 site: bump Svelte version
3 years ago
Tan Li Hau 222a9dd2c6
[feat] get all contexts (#6528)
3 years ago
Maxime LUCE 0cf5511ae0
[feat] Add errorMode option to compile to allow continuing on errors (and mark them as warnings) (#6194)
3 years ago
Simon H 931738e821
[docs] mention that afterUpdate runs after onMount
3 years ago
Ashish Kapoor ddde34aeb9
[docs] Multi select works by pressing and holding shift key (#6532)
3 years ago
Antony Jones fdd3d4b448
be a bit smarter about building the site locally (#5262)
3 years ago
Simon H 53e0754d3b
[docs] remove unnecessary immutable option from App.svelte
3 years ago
Simon H 937c7c9c4a
[docs] document $store behavior more explicitely
3 years ago
David Dawkins e7cbea64e0
[docs] fix padding in svg bar chart example (#5945)
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
Eirik Vågeskar 854a7de451
[docs] Add tutorial step for key blocks (#6420)
3 years ago
Adam Bates f2ca8bc64b
[docs] Fixed typo 'site-repl' -> 'svelte-repl', with minor change to a sentence's structure (#6498)
3 years ago
decaylala 8457a73cef
[docs] adjust function name (#6495)
3 years ago
Ben McCann f2fa7b2186 [docs] bump site-kit version
3 years ago
Geoff Rich a35506b5eb
[docs] update a11y docs (#6487)
3 years ago
Joakim Berglund ecc3c08999
Trackpad and touch support in media example (#5912)
3 years ago
Jatin Hemnani c4f4a3dc2e
[docs] added transition on toggling folder in tutorial (#6453)
3 years ago
Odee 287cccc450
[docs] Update auto-subscriptions tutorial to explicitly say that subscribe returns unsubscribe (#6448)
3 years ago
Daniel Sandoval a6fbf7faf5
[docs] "What's new in Svelte" July newsletter (#6459)
3 years ago
Lukas Möller 2a9f9d7bb0
Remove unused toggle prop from example (#5124)
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
dependabot[bot] 487190fd93
Bump prismjs from 1.23.0 to 1.24.0 in /site (#6467)
3 years ago
Caleb Chiesa 98ece151b3
Fix typo in stores tutorial (#6461)
3 years ago
Ben McCann 2357e642e3
Rename menu item from API to Docs (#6456)
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
fivem bca46b9f70
tutorial: In the onDestroy example, explicitly show the memory leak (#5515)
3 years ago
Ben McCann c584af34ec
site: fix falling back to default port (#5382)
3 years ago
The Jared Wilcurt 7115601cd3
Docs: Accurately name function (#4060)
3 years ago
Simon Scharf f99deeb67b
docs: remove type property from special elements tutorial (#4715)
3 years ago
Stephane f9b796cabe
Add tutorial for component binding (#5009)
3 years ago
Outvi V 92422fdee2
doc: Add notes to stress call-context-during-initialisation (#5631)
3 years ago
Nguyễn Đức Hào 0f92863033
tutorial: add name attribute to inputs (#5649)
3 years ago
Aswin Vayiravan 4b4717b351
Reorder text area and output to improve visibility (#5790)
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
Ersin Ertan 0e1d54efdf
Add Vite to intro's officially maintained plug-ins (#6446)
3 years ago
Dominik G 2c488f4d61
docs: update documentation for preprocessor sourcemap output (#6438)
3 years ago
Robert Hall 17c5402e31
Cleanup logos on homepage (#6409)
3 years ago
pngwn 8dd9c1b098
docs: make yaml frontmatter in blogs valid (#6206)
3 years ago
Ben McCann c441fb1ad1
Bump site-kit (#6407)
3 years ago
Rui Sousa 9051ee011e
Fix ScreenToggle button styling so text is centered (#6394)
3 years ago
Debargha Roy 8f6bb14e69
Minor update to svelte:body-tutorial (#6376)
3 years ago
Andrew Lee 791104d9fe
Adjust store unsubscribe tutorial section (#5975)
3 years ago
Daniel Sandoval 2ae79f6815
"What's new in Svelte" June newsletter (#6356)
3 years ago
Simon H e27d71f0cf
docs: fix typo
3 years ago
Kai 1a1f36edcf
Tutorial: Description fix - each block bindings (#5974)
3 years ago
Paul Murray ad29604d6b
Docs: Rename slot let section (#6018)
3 years ago
Dan Kozlov cc58f60002
Add a note that bind:files is readonly (#6099)
3 years ago
Stephane b1d09a4aa2
Clarify that special elements have to be top level (#6240)
3 years ago
Bashu Naimi-Roy 8184bd5219
docs: update Keyed Each Blocks tutorial (#6358)
3 years ago
Simon H 4acfb05315
Docs: Clarify that `@html` does not compile Svelte code (#6349)
3 years ago
gltchitm 7c21f919ad
site: filter out bot contributors (#6352)
3 years ago
Konstantin Nosov fd9eea28f2
remove redundant CSS (#6355)
3 years ago
Konstantin Nosov 2ce3a58188
combine padding specifications (#6354)
3 years ago
dependabot[bot] 7c4a08e109
Bump browserslist from 4.16.0 to 4.16.6 in /site (#6361)
3 years ago
Ignatius Bagus b295d68ec6
fix types: allow writable/readable empty initialization (#6293)
3 years ago
Adam Alexander 3301b09619
Fix tutorial instructions refer to wrong line number in code (#6342)
3 years ago
Ajit Krishna b11f5b12f5
Update <svelte:options> copy (#6339)
4 years ago
Lawrence Logoh 58b897fc83
updated select-bindings text.md (#6333)
4 years ago
Walker Lockard 19e4a4fdf3
Update tutorial text.md (#6329)
4 years ago
dependabot[bot] cd893cda41
Bump hosted-git-info from 2.8.8 to 2.8.9 in /site (#6318)
4 years ago
dependabot[bot] a1600ff68e
Bump lodash from 4.17.20 to 4.17.21 in /site (#6309)
4 years ago
Alex Iglesias 341160f782
[Tutorial] Update Chapter 19 to reference SvelteKit (#6284)
4 years ago
Daniel Sandoval 7b6526ed70
"What's new in Svelte" May newsletter (#6243)
4 years ago
BabakFP ec2540787a
Changing tutorial/example order from script-style-html to script-html-style (#6213)
4 years ago
Mlocik97 697d4c7f51
Add link to SvelteKit to Svelte website. (#6161)
4 years ago
Mauricio Paternina 27234275c0
tutorial: fix custombutton colors for a11y contrast (#6212)
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
Daniel Sandoval c7e820e08f
"What's new in Svelte" April newsletter (#6129)
4 years ago
Peter Boling 5ba7d35921
site: improve grammar in tutorial comment (#6156)
4 years ago
Tan Li Hau 6c5257beb2
allow passing in context in constructor (#6032)
4 years ago
Mitchell Austin 00acbf2117
Tutorial: remove outline on scrollbar thumb (#6090)
4 years ago
Mark A Shuttleworth e84e356ca5
site: fix grammatical issue in tutorial/update (#6136)
4 years ago
Stephane 47e1eeed56
Add documentation and tutorial for svelte:fragment (#6097)
4 years ago
Alaric von Teplitz ddfe920ede
Spelling error fix. (#6131)
4 years ago
Stephane 42a9431e70
Link to Svelte Society instead of old Community site (#6043)
4 years ago
Ben McCann f20c5ede30
Update FAQ for SvelteKit beta (#6124)
4 years ago
Rich Harris 798d1f9b5a add "what is sveltekit" section
4 years ago
Rich Harris 1a906dffe1 tweak aside placement
4 years ago
Rich Harris 5655e46dac fix blog post date
4 years ago
Rich Harris 4b8ddc3469
SvelteKit beta launch post (#6120)
4 years ago
Geoff Rich ce3a579125
docs: update 7gui example links (#6052)
4 years ago
Daniel Sandoval 22355a3a34
"What's new in Svelte" March newsletter (#6033)
4 years ago
Simon H 423a7f2e61
Add "Where can I get support?" to FAQ (#6036)
4 years ago