0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 01:11:24 +01:00
Commit Graph

296 Commits

Author SHA1 Message Date
Rich Harris
e931a56854
Merge pull request #3762 from sveltejs/gh-3761
allow spring/tweened values to be initially undefined
2019-10-28 07:18:12 -04:00
Richard Harris
e8f5b24143 docs and a fix for #3761 2019-10-27 21:10:12 -04:00
Richard Harris
e55bf4013d remove some unused code 2019-10-27 18:36:19 -04:00
Richard Harris
fe3412828c make modal more accessible 2019-10-27 18:26:06 -04:00
Richard Harris
1b245a48c2 Merge branch 'patch-1' of https://github.com/SteveALee/svelte into SteveALee-patch-1 2019-10-27 18:24:32 -04:00
Steve Lee
1668316621
Fix script end tag 2019-10-27 18:44:57 +00:00
pngwn
7c445093fb Document bind:playbackRate in the API documentation. Closes #3806. 2019-10-27 09:13:33 -04:00
Steve Lee
1e55d46bc0
Add Key handling to modal example
This is a basic accessibility requirement for key access
2019-10-26 23:53:13 +01:00
Alessandro (Ale) Segala
8c0c15c3aa Fixed anchor link in documentation 2019-10-24 08:14:47 -04:00
Paul Murray
d91e9afab6 Fixes #3008: Better SSR docs 2019-10-22 20:49:03 -04:00
Aaron George
36ca311500 FIXED: Media Elements Tutorial
* FIXED: Seeking

Seeking was being caused on the mousemove event, regardless of if the mouse was actually dragging or not
2019-10-16 15:29:53 -04:00
Aaron George
231fbfa020 FIXED: Media Elements Example
Seeking was happening regardless of if a drag was happening
2019-10-16 15:20:04 -04:00
adrian5
565931dff9 Doc: update file-type association instructions for Atom 2019-10-12 16:45:45 -04:00
Josh Duff
e4d7f77453 site: add missing word 2019-10-12 08:19:55 -04:00
Conduitry
8d5b7e0ef3 site: tidy a few markdown code block languages 2019-10-12 08:04:03 -04:00
Conduitry
0d20fb9b8d site: fix unknown syntax highlighting language in blog post 2019-10-11 22:23:28 -04:00
Sercan Eraslan
c7cc6a55cf Fix: dimensions example overflow problem 2019-10-11 20:13:32 -04:00
adrian5
dcfe9f6b78 Doc: add file-type association instructions for Atom 2019-10-11 20:11:51 -04:00
Sercan Eraslan
8206c27c0a Fix: lifecycle update example overflow problem 2019-10-09 13:02:00 -04:00
Infant Frontender
77e3605c39 Fix typo
customElements -> customElement
2019-10-04 08:50:10 -04:00
Jack Beegan
44447003a9 Fix minor error in API docs of draw 2019-09-21 11:26:27 -04:00
Elliot Waite
0040f34c5c Fix a typo in 04-compile-time.md. 2019-09-18 18:38:34 -04:00
Conduitry
14a46a17d0 fix the rest of the typo 2019-09-11 10:21:41 -04:00
Bartosz Trzos
4b7e2a09c9 Fix a typo
Fix inconsistency with the app
2019-09-11 10:15:31 -04:00
mattstobbs
c250793b35 Fix animate example (#3543) 2019-09-10 09:08:44 -04:00
Richard Harris
db5cea146f document blur transition 2019-09-07 15:25:30 -04:00
Rich Harris
5346b378e3
tweak explanation 2019-09-07 14:58:58 -04:00
David A Kondrad
6e9ac1971c site: docs: {@html} clarifications
This commit clarifies that `{@html}` directives cannot be used to surround markup with additional tags.
Also corrected the grammar in the descriptive text to remove dangling fragment.

Fixes #3456
2019-09-05 11:11:04 -04:00
Reto Trinkler
b1a8c96e18 Remove unnecessary code in "bind-this" example
In https://svelte.dev/examples#bind-this some code is superfluous
2019-09-05 07:59:00 -04:00
Conduitry
1ab3dcb342 use assets served from github pages 2019-09-04 08:06:55 -04:00
Gonzalo Fernández-Victorio
c470d00489 Fix small typo
The name of the prop is current, not value. With value, fails
2019-08-31 08:44:24 -04:00
Richard Harris
08be15e3ae add some more CE docs 2019-08-18 20:15:26 -04:00
Richard Harris
de24efd3b8 small fix 2019-08-18 20:08:17 -04:00
Richard Harris
b23839fb5f add custom element documentation 2019-08-18 19:55:35 -04:00
Rich Harris
120ee28c4f
Merge pull request #3416 from sveltejs/better-keyed-each-example
better keyed each example
2019-08-16 14:01:41 -04:00
Richard Harris
383d441b83 better keyed each example 2019-08-16 14:00:06 -04:00
Rich Harris
4251fc9f00
Merge pull request #3405 from Dagdahu/patch-1
Possible typo on transition speed description - Update 03-run-time.md
2019-08-16 13:36:59 -04:00
Christian Engen
8f284c0f9a
Docs: unused variable removed
The `const ctx` declaration in `loop` shadows the `let ctx` declaration in the outer scope. 
This change removes the outer declaration.
2019-08-15 14:40:04 +02:00
Hugo C
0597d04dba
Update 03-run-time.md
Their might have been a minor error in the transition->draw-> speed parameter description. According to the description, half the speed halves the duration and double the speed doubles it (which doesn't make sense physicaly speaking). Let's try the other way around. :)
2019-08-15 08:57:02 +02:00
davidaq
4af242570b
Correct preprocessor api doc
Correct preprocessor type definition inside api doc
2019-08-13 20:42:35 +08:00
Richard Harris
4f26363fe0 update deferred transitions example 2019-08-12 09:37:29 -04:00
Richard Harris
bb9a9efec2 Merge branch 'master' of github.com:sveltejs/svelte 2019-08-11 10:46:13 -04:00
Rich Harris
ad790d36b4
add separator 2019-08-11 10:24:20 -04:00
vages
73a21b855a
Document $$props
This was explained in the tutorial, but I could not find any documentation on it in the docs.
2019-08-10 16:18:03 +00:00
Samuel Elgozi
b6679eba7a added self modifier explanation to the docs 2019-08-08 10:49:28 +03:00
Daniel Berner
bbbc7d25c5 Fix typo 2019-08-05 22:57:57 -04:00
Richard Harris
8170d4f455 add docs 2019-08-04 12:16:06 -04:00
Rich Harris
e9b59f72dc
Merge pull request #3338 from Vages/patch-1
Explain difference between contexts and stores
2019-08-03 13:40:05 -04:00
Rich Harris
5c365108ac
fix italicisation 2019-08-03 13:39:09 -04:00
Rich Harris
b629d6e25f
Combine context-vs-stores with reactivity explanation 2019-08-03 13:01:51 -04:00