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

674 Commits

Author SHA1 Message Date
Nicolas
9d97527882 Added Metrovias logo 2019-09-03 12:12:01 -03: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
Rich Harris
8977da840a
Merge pull request #3463 from kyrylkov/master
Add Entriwise to 'Who is using Svelte' section #3423
2019-08-30 10:51:00 -04:00
Rich Harris
e23962a97a
preserve alphabetical order 2019-08-30 10:50:54 -04:00
Conduitry
5b4758f0f8 site: don't crash when BASEURL env isn't set 2019-08-29 11:40:52 -04:00
Sergiy Kyrylkov
6b3e087c4c
Add Entriwise logo for 'Who is using Svelte' 2019-08-26 21:10:01 +02:00
Sergiy Kyrylkov
1ee48ef483
Add Entrwise to 'Who is using Svelte' section 2019-08-26 21:07:13 +02:00
Sander Hahn
e72fa3bf9e next page link for apps 2019-08-19 18:11:11 +02:00
Sander Hahn
bf37db9985 fix offset 2019-08-19 16:37:20 +02:00
Richard Harris
b4509c755f remove hyphens from UIDs 2019-08-19 08:18:05 -04:00
Richard Harris
a53849d54f Merge branch 'master' into gh-3019 2019-08-19 08:15:45 -04:00
Rich Harris
c8a44ec8d0
Merge pull request #3420 from sveltejs/cookies
use cookies instead of JWT
2019-08-19 08:08:36 -04:00
Richard Harris
eb9e405916 remove JWT stuff from .env.example 2019-08-19 08:07:55 -04:00
Richard Harris
b73941c8cf fix deps, tidy up query 2019-08-19 08:00:47 -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
Richard Harris
bd5f69ded4 show list of apps belonging to user 2019-08-18 15:29:42 -04:00
nbgoodall
a0b48f9825 Add Zevvle logo to 'Who is using Svelte' section 2019-08-18 19:50:41 +01:00
Richard Harris
90ecf90963 Merge branch 'cookies' into gh-3019 2019-08-18 13:41:01 -04:00
Richard Harris
37b8848dac colocate all auth/db code, use LRU cache to avoid unnecessary db hits 2019-08-18 13:20:59 -04:00
Richard Harris
3c5d46dc0b code organisation 2019-08-18 12:19:28 -04:00
Richard Harris
fb5179b0f3 use cookies instead of JWT 2019-08-17 11:32:35 -04:00
Richard Harris
419b4150dd start building UI for saved REPLs 2019-08-16 23:30:47 -04:00
Richard Harris
b7fb764233 Merge branch 'gist-archive' of https://github.com/sanderhahn/svelte into sanderhahn-gist-archive 2019-08-16 14:22:07 -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
Rich Harris
3c0c9da6c6
Merge pull request #3407 from caengen/patch-1
Examples: Remove unused variable
2019-08-16 13:29:52 -04:00
Sander Hahn
8f30793c58 Access repl archive in console 2019-08-16 19:19:12 +02:00
Silas Rech
f0448710e4
Add Panascais logo to 'Who is using Svelte' section 2019-08-15 20:55:55 +02: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
Rich Harris
c48d3456f7
Update text.md 2019-08-03 12:53:45 -04:00
Rich Harris
9d90272966
Make point about referential equality more concisely 2019-08-03 12:53:29 -04:00
vages
78eaf77a65
Elaborate on key equality
Readers unfamiliar with the concept of object equality in Javascript may have a hard time understanding why using keys as a reference is safe. So I elaborated a little on it.

Also, I changed the "context is not reactive" part into a section of its own, deleting the word "Remember" from the opening. I couldn't remember it from previously on this page or in the tutorial, so I think it may be a leftover from a previous version of the tutorial.
2019-08-03 13:44:20 +00:00
vages
f2aa0f279e
Explain difference between contexts and stores
I had a problem understanding why you would want to use a context when you can just use a store. This is what I've gathered after reading a bit about them.
2019-08-03 13:17:33 +00:00
Conduitry
ea7f61542b site: update deps 2019-07-30 04:52:49 -04:00
Conduitry
b99ee7d5d1 site: remove unused files 2019-07-28 22:59:24 -04:00