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

115 Commits

Author SHA1 Message Date
Scotty Simpson
9268db7338
simpler, more efficient example 2019-04-23 07:35:11 -07:00
Conduitry
e7885f2cb1 site: more link fixes in blog posts 2019-04-23 06:42:47 -04:00
Jesse Wicks
57735d4982 fix tutorial link 2019-04-23 06:06:29 -04:00
Scotty Simpson
96e3df1c79 typo
I'm very helpful
2019-04-23 06:05:49 -04:00
Jon Ross
bf6bd36e38 Update alt text to clarify "shorthand attributes"
Alternatively, `alt="A man dancing"` could also be removed with no detrimental side effects IMO.
2019-04-22 17:41:27 -04:00
Conduitry
e039cabbaa
site: fix another link (#2497) 2019-04-22 17:16:46 -04:00
Luca Bonavita
58531cbf49 Fix hash links in docs
- update links containing `docs#`
- pointing some links to the v2 branch
- for posterity, I've been looking also in markdown links containing an anchor using \[.+\]\(.+#.+\), derived from regexr.com/3e051 (1 found)
- Gitter -> Discord

Fixes #2470
2019-04-22 12:51:19 -04:00
rqrqrqrq
bda6aff09c Docs fix (#2488) 2019-04-22 12:13:30 -04:00
Richard Harris
0b54fa9537 add video to blog post, remove draft flag 2019-04-22 07:03:43 -04:00
Richard Harris
7a3e87c75e remove superfluous example 2019-04-21 20:41:50 -04:00
Richard Harris
115d10bd18 update references to svelte.technology - fixes #2450 2019-04-21 11:17:10 -04:00
Richard Harris
906ccb6d84 draft announcement blog post 2019-04-20 22:52:11 -04:00
Richard Harris
190d86701c Merge branch 'master' into announcement 2019-04-20 21:20:31 -04:00
Richard Harris
baf0d8ff23 remove draft flag 2019-04-20 18:50:07 -04:00
Richard Harris
90b2997263 tweak blog post 2019-04-20 18:49:45 -04:00
Richard Harris
4bf5f63086 huh, React yells if you use onInput instead of onChange 2019-04-20 16:26:10 -04:00
Richard Harris
099e3d7eed add draft write-less-code blog post 2019-04-20 16:14:26 -04:00
Richard Harris
3a9d3c44d1 Merge branch 'setting-up-your-editor' 2019-04-20 09:22:58 -04:00
Richard Harris
bbef9918e5 mark post as draft 2019-04-20 09:22:49 -04:00
Rich Harris
11885e4d83
Merge pull request #2426 from sveltejs/svelte-for-new-developers
placeholder for svelte-for-new-developers blog post
2019-04-20 09:21:07 -04:00
Richard Harris
fae3757eff make placeholder post presentable 2019-04-20 09:18:20 -04:00
Richard Harris
759db36e30 add mechanism for draft blog posts 2019-04-20 09:15:04 -04:00
Gabswim
0b706e24cb
typo in tutorial 2019-04-19 21:20:03 -04:00
Richard Harris
8c582abb10 start writing announcement blog post 2019-04-17 22:59:44 -04:00
Richard Harris
1c2d19b9c6 update docs 2019-04-17 09:13:54 -04:00
Richard Harris
6ad3c560a2 update tutorial for keyed each blocks 2019-04-17 09:12:13 -04:00
Rich Harris
bb10298f2c update animate chapter 2019-04-16 18:35:56 -04:00
Richard Harris
b1737503f0 start updating deferred transition chapter 2019-04-16 09:00:55 -04:00
Rich Harris
f04225fa0f document local transitions 2019-04-15 16:38:09 -04:00
Rich Harris
b815ac7be9 document store bindings and $foo += 1 2019-04-15 14:24:15 -04:00
Rich Harris
e4ed7183d2 placeholder for svelte-for-new-developers blog post 2019-04-15 14:01:41 -04:00
Rich Harris
0b28796fe2 placeholder for setting-up-your-editor blog post 2019-04-15 13:58:55 -04:00
Rich Harris
d6d9a5ee01
Merge pull request #2425 from sveltejs/gh-2423
update svelte:options tutorial chapter, remove example
2019-04-15 12:35:30 -04:00
Rich Harris
ab84aeef11 update svelte:options tutorial chapter, remove example 2019-04-15 12:29:02 -04:00
Rich Harris
d66b1d9a1e
tweak copy 2019-04-15 11:40:01 -04:00
Rich Harris
b176f9370a add tutorial chapter for mutations - fixes #2243 2019-04-15 11:23:29 -04:00
Rich Harris
c5b401254c
Update examples and thumbnails 2019-04-15 09:10:17 -04:00
Richard Harris
520f69f7cb document the accessors option - closes #2382 2019-04-14 23:04:32 -04:00
Conduitry
cad5bbafd4 site: fix deferred-transitions example 2019-04-14 12:51:54 -04:00
Richard Harris
55bec34a6e Merge branch 'site-sidebar-level-4-headings' of https://github.com/mindrones/svelte into mindrones-site-sidebar-level-4-headings 2019-04-13 15:01:59 -04:00
Luca Bonavita
c474007c88 Add link to Mozilla docs about events bubbling and capture phase
Fixes #2393
2019-04-13 18:03:51 +01:00
Luca Bonavita
9a503f21b1 Add anchor to h5 and h6 too but don't show 'em in the sidebar. 2019-04-12 17:15:44 +01:00
Conduitry
3170edb158 add initial_value argument to derived store 2019-04-11 15:26:42 -04:00
Luca Bonavita
2778956612 Code blocks formatting. Fixes #2387 2019-04-09 21:00:45 +01:00
Conduitry
a605daceaa derived docs fix 2019-04-09 11:29:59 -04:00
Rich Harris
8e78448a39 keep svelte prefix for compiler exports 2019-04-09 11:21:42 -04:00
Rich Harris
795d9b7e66
Fix pluralisation 2019-04-09 11:13:45 -04:00
Rich Harris
b68584ec2a
revert previous commit. just saw the rest of the PR, doh 2019-04-09 11:12:15 -04:00
Rich Harris
cec1d6cf2d
remove separate bind:this item (could also be a component, gets confusing) 2019-04-09 11:10:58 -04:00
Rich Harris
9a0b847455
Merge branch 'master' into site-headings-level-4 2019-04-09 11:09:04 -04:00