Commit Graph

404 Commits (71e566a817c4e7a1c51ed2119d80607181610178)

Author SHA1 Message Date
Rich Harris e45e873a01 add separator
7 years ago
vages b337e528ce Document $$props
7 years ago
Samuel Elgozi 946571215e added `self` modifier explanation to the docs
7 years ago
Daniel Berner 5b7bd27c36 Fix typo
7 years ago
Richard Harris 49048d6277 add docs
7 years ago
Rich Harris 619e6ab80b Merge pull request #3338 from Vages/patch-1
7 years ago
Rich Harris 2978a3c192 fix italicisation
7 years ago
Rich Harris 9299ef9231 Combine context-vs-stores with reactivity explanation
7 years ago
Rich Harris aed540e3d3 Update text.md
7 years ago
Rich Harris 4e6edc526b Make point about referential equality more concisely
7 years ago
vages 193e83569e Elaborate on key equality
7 years ago
vages 5f4d2d5ec8 Explain difference between contexts and stores
7 years ago
Conduitry a8d76f9fc7 site: fix animate directive section heading
7 years ago
pngwn b56dab88e3 Document that context is not reactive. (#3296)
7 years ago
pngwn ec35bf2862 Site: Document svelte/easing (#3292)
7 years ago
Noah Kaufman c2d39e9e30 clicking on 'keyed each block' link did nothing before, now it takes you to the each blocks section like it's supposed to
7 years ago
Richard Harris 5946b8463e link directly to event modifier tutorial
7 years ago
Richard Harris 79bbca8e41 Merge branch 'patch-1' of https://github.com/RAYDENFilipp/svelte into RAYDENFilipp-patch-1
7 years ago
Rich Harris 5a5d2d902b Update 03-run-time.md
7 years ago
Rich Harris d7f6a908d5 put second argument section back with its code sample
7 years ago
Rohan Faiyaz Khan c98df219b9 Update 03-run-time.md
7 years ago
craigglennie a4258ca9d9 Don't use shorthand binding in textarea example (#3256)
7 years ago
Philipp_Lypniakov 6cf075ae9e Update text.md
7 years ago
Conduitry c1c30e8f34 site: document store contract (#3261)
7 years ago
Conduitry 580b0f9253 site: fix setting-up-your-editor blog post crashing the server
7 years ago
Lyndsy Simon cb06a52c33 Add instructions for setting filetype in Vim
7 years ago
Luca Bonavita c03c422cb1 The element on: directive anchorwas pointing to the component on: directive anchor.
7 years ago
Rich Harris b33d0f3e22 Merge pull request #3127 from pngwn/3029-module-reactivity
7 years ago
Rich Harris c8d923224d Update 01-component-format.md
7 years ago
Chris Lee 435afc0198 Change tweened docs to show "interpolate" option
7 years ago
pngwn 6ef7809b1e Site: document that module script variables are not reactive. Closes #3029.
7 years ago
Rich Harris 3055c5ae10 Merge pull request #3121 from Ding-Fan/patch-2
7 years ago
范鼎 39d3e78def change "item" to "thing"
7 years ago
mellisdesigns 06efaa930f documentation - binding this remove 256 canvas size
7 years ago
Rich Harris 77c8e15f72 Update 03-run-time.md
7 years ago
Bryan Terce 61c87ee50a Fix docs typo with derived store
7 years ago
Rich Harris b207f28051 tweak docs a bit
7 years ago
Rich Harris 63f243ae1f add a tutorial chapter
7 years ago
Rich Harris 204766ec0a add some docs, rename to textContent and innerHTML
7 years ago
Luca Bonavita fdadb708a1 Use consistent tag closing for <svelte:*> elements
7 years ago
Luca Bonavita 31d357b7cc Docs: document rest in array/object destructuring in each blocks (#2676)
7 years ago
igoradamenko 79168d5478 site: reuse `layers` variable in window bindings tutorial
7 years ago
Richard Harris ab92eab469 merge master -> doc-restructure
7 years ago
Conduitry cc3373616c site: fix css-in-js blog embed, pt II
7 years ago
Conduitry 598eda3a7a site: fix css-in-js blog embed
7 years ago
Jacob Wright aaabbf3fff Fix 7 GUIs crud example for delete when filtered
7 years ago
Richard Harris f78804023a take code block out of blockquote
7 years ago
Richard Harris 3a1156b0d6 Merge branch 'patch-1' of https://github.com/Karsten7/svelte into Karsten7-patch-1
7 years ago
Richard Harris a64bdcad69 tweak transition stuff
7 years ago
Richard Harris be8d2de41a tweak some content and styles
7 years ago
Rich Harris 1f21e66626 Update text.md
7 years ago
Richard Harris 2869ffe58d restructure
7 years ago
Richard Harris e0e41feaa9 Merge branch 'patch-1' of https://github.com/trbrc/svelte into trbrc-patch-1
7 years ago
Rich Harris b16e1dc819 Merge pull request #2922 from gabysantosw/patch-2
7 years ago
Rich Harris 45fd82d549 Merge pull request #2921 from gabysantosw/patch-1
7 years ago
Rich Harris 29df9ccf14 change to sentence
7 years ago
Rich Harris 23ee149f56 Change text to a sentence, since we're ending it with a period
7 years ago
Jacob Wright bcfe662319 Fix component binding example
7 years ago
trbrc d254a2ad3a Clearer headlines with syntax examples
7 years ago
gabysantosw baa35de19d Ending alt text with a period
7 years ago
gabysantosw de44376824 Ending alt text with a period
7 years ago
Tim Deschryver 7285076fa1 fix slide example
7 years ago
Richard Harris 2c16f8b922 use better eliza package
7 years ago
Karsten 7 fc081bea1b Add implementation for the given tutorial example
7 years ago
Richard Harris 243ca0001d flesh out in/out transition tutorial chapter (#2792)
7 years ago
Elliot Waite 4c47deeb00 Fix CRUD example to allow changing input values.
7 years ago
Conduitry f9b7140385 site: actions tutorial: destroy is not required (#2776)
7 years ago
Rich Harris 8e6da824f6 Merge pull request #2794 from trbrc/patch-1
7 years ago
Emanuele 64e048b290 docs: multiple event listeners on single node (#2825)
7 years ago
Conduitry 20785ab8f3 site: document additional arguments in svelte.walk
7 years ago
Peter Varholak 1f4a8541aa Fix setup command in getting started blog
7 years ago
trbrc 204137f9ca Docs: Exporting function expression vs declaration
7 years ago
Rich Harris b4ece14bee explain how debug tag without args fires on all state changes
7 years ago
Rich Harris 922768e7ef Merge branch 'docs/2640' of https://github.com/varholak-peter/svelte into varholak-peter-docs/2640
7 years ago
Conduitry 0758a6a5d1 site: fix enter handling in animate example
7 years ago
Hongarc 99bd78910a Remove whitespace at end of line
7 years ago
Peter Varholak d3bb7c2d79 add @debug API docs
7 years ago
Conduitry 116b4b4de5 site: fix immutable tutorial and example on Firefox (#2601)
7 years ago
Conduitry 394ad2ace7 typo
7 years ago
Rich Harris fd57f34bdf Merge pull request #2744 from pngwn/transition-docs
7 years ago
Rich Harris 92636533ce minor correction
7 years ago
pngwn 3b778ff38b Document svelte/transition - fade, fly, slide, scale, draw.
7 years ago
Rich Harris b858e8db32 implement namespaced components
7 years ago
Rich Harris 82675623c3 Merge pull request #2580 from pngwn/animate-docs
7 years ago
Rich Harris 91fc35a115 Merge pull request #2730 from sveltejs/gh-2553
7 years ago
Rich Harris 40243967eb document changes to derived
7 years ago
Rich Harris 2fd9e8a3f0 Merge pull request #2741 from pngwn/master
7 years ago
Rich Harris 6aaa2d67c0 Update App.svelte
7 years ago
Rich Harris 2ba7411e66 Merge pull request #2739 from membranophonist/patch-1
7 years ago
Rich Harris 60d4eaff19 Merge pull request #2740 from membranophonist/patch-2
7 years ago
Rich Harris b9887e75ae Update text.md
7 years ago
Josh Duff a6ccf481d3 Link to label syntax page on MDN
7 years ago
pngwn f572d4611f Update animate example to use animate directive and built-in crossfade function.
7 years ago
Daniel J. Wilson 48a7478abd Pluralize elements
7 years ago
Daniel J. Wilson 290541df81 Replace tag with attribute for alt
7 years ago
Conduitry f000a23530 site: add /chat redirect to Discord (#2708)
7 years ago
Conduitry ba13b45bb8 site: document export-as (#2559)
7 years ago
pngwn b782253e51 Document animations. #2532
7 years ago
James Robey ced7249496 Make modal example more obvious
7 years ago
Michael Braun b3b44c199b Clarifying `let` needs to be used on exported properties, in order for them to be passed in
7 years ago
Richard Harris cb4349cad8 document new spring options
7 years ago
Rich Harris cb3eb33952 Merge pull request #2672 from sveltejs/gh-2661
7 years ago
Conduitry 31df69581d expose svelte.walk (#2661)
7 years ago
Conduitry 9e0ee6e198 document svelte.parse
7 years ago
Rich Harris d61c58e576 Merge pull request #2633 from zlsa/patch-2
7 years ago
Rich Harris d92860d1ed flesh out svelte/register docs
7 years ago
Rich Harris 1cb4ecb6f4 Merge pull request #2657 from lode/patch-1
7 years ago
Rich Harris 078338a60e Update text.md
7 years ago
pngwn 4fbd21303b Site: Briefly mention intro:true in the transition directive section.
7 years ago
Lode Claassen f83a55d878 clarify when sanitization is done and when not
7 years ago
Rich Harris cf4a037511 Move some stuff into @sveltejs/site-kit
7 years ago
Conduitry 834e45ecad update links to new Sapper site
7 years ago
Scotty Simpson c69a87d06a clarify autosubscription scope requirement (#2653)
7 years ago
Benjamin Milde 27c51cca24 Hint at the reactivity limitation of array methods in the api docs (#2622)
7 years ago
raveling 7d16c28d2c improve referencing to code editor for mobile readers (#2632)
7 years ago
Jon Ross e65ac5a0de Add barebones description of `svelte/register`
7 years ago
pngwn 2f7f63183f Document svelte/animate - flip.
7 years ago
pngwn fe34ca1f80 Site: Document createEventDispatcher. (#2583)
7 years ago
Andrei Eftimie 5a5174391e Site: Fix slot typo in docs
7 years ago
Vidar Tysse 83bbe5674b Typo
7 years ago
Emil Tholin 800b2db4e6 Document how to remove a component.$on listener
7 years ago
Emil Tholin ec3d245fc4 Fix typo in 10-transitions/07-local-transitions/text.md
7 years ago
Kevin McGee 21141cd7e0 For want of a word...
7 years ago
Rich Harris 52acaba142 Merge pull request #2558 from enstyled/patch-1
7 years ago
Eric Brookfield 4e9ec3cff9 e.g. -> for example
7 years ago
Emil Nikov 34b51af7df Update assets URL in the code snippet
7 years ago
Richard Harris c1253ff7e2 simplify example further
7 years ago
Richard Harris a1d4fb9c6b Merge branch 'patch-3' of https://github.com/CreaturesInUnitards/svelte into CreaturesInUnitards-patch-3
7 years ago
Rich Harris 37ed607a70 Merge pull request #2517 from CreaturesInUnitards/patch-4
7 years ago
Rich Harris 13294aec48 Merge pull request #2523 from sw-yx/patch-1
7 years ago
Rich Harris 42399cd04a Merge pull request #2524 from sveltejs/gh-2447
7 years ago
Allan Tito 5affa57bc2 Update text.md, line 34 (#2541)
7 years ago
Allan Tito 09db4d947b Added comma
7 years ago
Vytautas Jakutis ad79c53f8f site: docs: fix a typo in HTML example in template syntax
7 years ago
swyx bb6855ef59 update quick start instructions
7 years ago
Conduitry 0a4c75a9b9 site: move write-less-code REPL embed into example
7 years ago
Conduitry 0ffd1bbdf2 site: move svelte-css-in-js REPL embed into example
7 years ago
Scotty Simpson 181dd855f6 is-admin => isAdmin
7 years ago
Scotty Simpson e717daa239 add multiple class toggles example
7 years ago
Scotty Simpson 8409578359 simpler, more efficient example
7 years ago
Conduitry a4fea823f8 site: more link fixes in blog posts
7 years ago
Jesse Wicks a93bf24b61 fix tutorial link
7 years ago
Scotty Simpson fb63025b69 typo
7 years ago
Jon Ross 22079dc970 Update alt text to clarify "shorthand attributes"
7 years ago
Conduitry 4c268c4b3d site: fix another link (#2497)
7 years ago
Luca Bonavita ef93340f79 Fix hash links in docs
7 years ago
rqrqrqrq 18ff66cbff Docs fix (#2488)
7 years ago
Richard Harris 221e70a29c add video to blog post, remove draft flag
7 years ago
Richard Harris f614bc9dc0 remove superfluous example
7 years ago
Richard Harris 7bd667a6b9 update references to svelte.technology - fixes #2450
7 years ago
Richard Harris a9de56b7b6 draft announcement blog post
7 years ago
Richard Harris fd7fc0ad20 Merge branch 'master' into announcement
7 years ago
Richard Harris 6233e88742 remove draft flag
7 years ago
Richard Harris d0c49cc3e8 tweak blog post
7 years ago
Richard Harris 31f4dec0e5 huh, React yells if you use onInput instead of onChange
7 years ago
Richard Harris 836560f07f add draft write-less-code blog post
7 years ago
Richard Harris 464d3cb043 Merge branch 'setting-up-your-editor'
7 years ago
Richard Harris b2b042c0fa mark post as draft
7 years ago
Rich Harris 33c6171f8b Merge pull request #2426 from sveltejs/svelte-for-new-developers
7 years ago
Richard Harris d4ae8eee39 make placeholder post presentable
7 years ago
Richard Harris fb367a8c9c add mechanism for draft blog posts
7 years ago
Gabswim f820313f63 typo in tutorial
7 years ago
Richard Harris d1b454ef53 start writing announcement blog post
7 years ago
Richard Harris 3e5b9968b5 update docs
7 years ago
Richard Harris d2d800a799 update tutorial for keyed each blocks
7 years ago
Rich Harris 7ab586fffa update animate chapter
7 years ago
Richard Harris 80e18e8169 start updating deferred transition chapter
7 years ago
Rich Harris f2763393d9 document local transitions
7 years ago
Rich Harris e030005dda document store bindings and $foo += 1
7 years ago
Rich Harris caefb74116 placeholder for svelte-for-new-developers blog post
7 years ago
Rich Harris 510f0008ac placeholder for setting-up-your-editor blog post
7 years ago
Rich Harris 622080b2f3 Merge pull request #2425 from sveltejs/gh-2423
7 years ago
Rich Harris 035223fb0d update svelte:options tutorial chapter, remove example
7 years ago
Rich Harris 3f7f4f7809 tweak copy
7 years ago
Rich Harris 96713f29e0 add tutorial chapter for mutations - fixes #2243
7 years ago
Rich Harris f343a9b88d Update examples and thumbnails
7 years ago
Richard Harris 522d4a5f11 document the accessors option - closes #2382
7 years ago
Conduitry 16db4579b0 site: fix deferred-transitions example
7 years ago
Richard Harris 88afd0a549 Merge branch 'site-sidebar-level-4-headings' of https://github.com/mindrones/svelte into mindrones-site-sidebar-level-4-headings
7 years ago
Luca Bonavita 26433644d0 Add link to Mozilla docs about events bubbling and capture phase
7 years ago
Luca Bonavita df56b6751b Add anchor to h5 and h6 too but don't show 'em in the sidebar.
7 years ago
Conduitry 4f17f9c856 add initial_value argument to derived store
7 years ago
Luca Bonavita 1137e27271 Code blocks formatting. Fixes #2387
7 years ago
Conduitry 7cca00ba27 derived docs fix
8 years ago
Rich Harris a964c7f487 keep svelte prefix for compiler exports
8 years ago
Rich Harris bf97200f03 Fix pluralisation
8 years ago
Rich Harris 14e246db21 revert previous commit. just saw the rest of the PR, doh
8 years ago
Rich Harris 09636fc440 remove separate bind:this item (could also be a component, gets confusing)
8 years ago
Rich Harris 2adca4129b Merge branch 'master' into site-headings-level-4
8 years ago
Rich Harris 3ea5fa6165 Merge pull request #2381 from sveltejs/gh-2380
8 years ago
Conduitry 524f5e7331 rename `derive` to `derived`
8 years ago
Rich Harris f00627402d add scale transition. closes #2380
8 years ago
Luca Bonavita a1a64ae794 Add more level 4 headings, fixes some typos
8 years ago
Richard Harris 4c9713ee19 fix readable examples in tutorial
8 years ago
Rich Harris 7873d04639 Update 03-run-time.md
8 years ago
Pat Cavit 5909c813ea docs: fix incorrect readable store
8 years ago
Luca Bonavita 4cc2b37c68 API docs: remove an absolute URL
8 years ago
Vadim Cebaniuc 4de418a87f Fix typos in doc node-sass example
8 years ago
Pat Cavit 6f87a09f83 docs: "proeprties" -> "properties"
8 years ago
Pat Cavit a15854780a docs: remove hardcoded localhost link from API
8 years ago