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

80 Commits

Author SHA1 Message Date
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
Rich Harris
cf095c4723
Merge pull request #2381 from sveltejs/gh-2380
add scale transition
2019-04-09 11:08:08 -04:00
Conduitry
6e46a18969 rename derive to derived 2019-04-09 10:29:40 -04:00
Rich Harris
66d6feb8ef add scale transition. closes #2380 2019-04-08 18:31:27 -04:00
Luca Bonavita
c88b28e207 Add more level 4 headings, fixes some typos 2019-04-07 21:25:20 +01:00
Richard Harris
56b6fb0607 fix readable examples in tutorial 2019-04-07 08:05:12 -04:00
Rich Harris
a42671fdc7
Update 03-run-time.md
tweak description of second argument to writable/readable
2019-04-07 08:02:37 -04:00
Pat Cavit
e93eb6fbb2
docs: fix incorrect readable store
Changed in f3cb540ce6 (first brought up in #2296), but the docs got missed.
2019-04-06 23:09:52 -07:00
Luca Bonavita
f6b399f8d0 API docs: remove an absolute URL
I originally started this PR because the link `[stores](tutorial/writable-stores)`
renders as http://localhost:3000/tutorial/writable-stores on https://v3.svelte.technology/docs#svelte-store.
No idea why because the rest of the relative links in content/ have the same format.
2019-04-06 13:47:06 +01:00
Vadim Cebaniuc
b161725a51 Fix typos in doc node-sass example
closes #2337
2019-04-02 14:43:40 -04:00
Pat Cavit
a68abb8a9a docs: "proeprties" -> "properties" 2019-04-02 14:38:19 -04:00
Pat Cavit
4a75d93173 docs: remove hardcoded localhost link from API 2019-04-02 14:38:01 -04:00
Rich Harris
6ccd66468c
remove unused ctx/running variables 2019-03-30 07:33:20 -04:00
Rich Harris
68d6793c97
remove unused ctx/running variables 2019-03-30 07:33:02 -04:00
Hunter Perrin
94594eb298
Merge pull request #1 from hperrin/patch-2
Remove unused r variable.
2019-03-29 20:13:28 -07:00
Hunter Perrin
19f68f358b
Remove unused r variable. 2019-03-29 20:11:40 -07:00
Hunter Perrin
a85cc349b8
Remove unused r variable. 2019-03-29 20:10:40 -07:00
Rich Harris
a07eac432a
update API reference docs (#2206) 2019-03-29 21:49:31 -04:00
Richard Harris
143117054a Merge branch 'master' of github.com:sveltejs/svelte 2019-03-29 08:44:35 -04:00
Richard Harris
200b82d8d0 add playbackRate to list of bindings in tutorial 2019-03-29 08:44:15 -04:00
Rich Harris
4be340bb57
fix example code 2019-03-29 08:28:29 -04:00
James
e76b9e779a reverse readable stores arg order, fixes #2330 2019-03-28 21:56:11 +08:00
Rich Harris
99f041900b
Merge pull request #2288 from bdougherty/fix-media-element-tutorial
Fix media element tutorial
2019-03-24 21:41:19 -04:00
Rich Harris
88366b9ed2
typo 2019-03-23 20:56:27 -04:00
Brad Dougherty
1b3320d765
Update media urls to https 2019-03-21 19:41:33 -04:00
Richard Harris
fba4308036 dry out /repl/embed 2019-03-19 21:53:43 -04:00
Rich Harris
ad2924acb3 a few tweaks 2019-03-18 18:27:41 -04:00
Richard Harris
b3b8f4220c various spring fixes, including #2167 2019-03-17 12:15:16 -04:00
Richard Harris
2edb5df09c transfer over all the old examples worth keeping 2019-03-10 22:25:33 -04:00
Richard Harris
771d9eed06 update/remove some more stuff 2019-03-10 19:39:14 -04:00
Richard Harris
3b424fe660 7guis examples 2019-03-10 18:52:54 -04:00
Richard Harris
23eeddef66 tweak examples 2019-03-10 18:35:46 -04:00
Richard Harris
5bd43fba51 bones of an example index page 2019-03-10 15:53:01 -04:00
Richard Harris
217cd6c741 move example data into components 2019-03-10 13:15:56 -04:00
Rich Harris
4541d58798
Add a tutorial (#2132) 2019-03-10 09:30:29 -04:00
Conduitry
7e5b29c85e repl: don't export time as prop in SVG Clock example 2019-02-23 12:23:28 -05:00