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

4106 Commits

Author SHA1 Message Date
Rich Harris
5fc2fab896
Merge pull request #2416 from sveltejs/gh-2359
propagate scope changes across chained slots
2019-04-14 15:17:36 -04:00
Richard Harris
016078d76e oops, messed up the merge 2019-04-14 15:16:40 -04:00
Richard Harris
07ecdb1849 propagate scope changes across chained slots - fixes #2359 2019-04-14 15:10:46 -04:00
Rich Harris
4e09479a9f
Merge branch 'master' into gh-2356 2019-04-14 14:41:53 -04:00
Rich Harris
3c840aad88
Merge pull request #2411 from AlexxNB/master
add link_renderer to handle external links
2019-04-14 14:30:31 -04:00
Rich Harris
08955da04c
Merge pull request #2414 from sveltejs/gh-2395
deconflict `value` argument in component bindings
2019-04-14 14:28:41 -04:00
Richard Harris
5535110066 wait until flush complete before unlocking bindings - fixes #2356 2019-04-14 14:20:18 -04:00
Conduitry
cad5bbafd4 site: fix deferred-transitions example 2019-04-14 12:51:54 -04:00
Richard Harris
b03cfcf09d only fire binding callbacks when values change 2019-04-14 12:30:14 -04:00
Richard Harris
ce70467707 failing tests for #2356 2019-04-14 12:29:30 -04:00
Conduitry
d2b0b38235 add test 2019-04-14 12:14:11 -04:00
Conduitry
a710b1311c deconflict value argument in component bindings (#2395) 2019-04-14 12:01:24 -04:00
AlexxNB
ab7a9e7da7 add link_renderer to handle external links 2019-04-14 12:28:07 +03:00
Rich Harris
3f97558533
Merge pull request #2409 from sveltejs/gh-2354
only create fallback content if no slot is provided
2019-04-13 19:46:52 -04:00
Rich Harris
1de67e3c84
Merge pull request #2406 from sveltejs/gh-2399
skip observedAttributes where appropriate
2019-04-13 19:46:29 -04:00
Rich Harris
7fcad18f2a
Merge pull request #2408 from sveltejs/gh-2301
better error for bindings to let: values
2019-04-13 19:46:16 -04:00
Richard Harris
d67ffcd3d3 fix hydration tests 2019-04-13 19:40:45 -04:00
Richard Harris
aa653558d0 only create fallback content if no slot is provided - fixes #2354 2019-04-13 19:34:42 -04:00
Richard Harris
cd0f535d83 better error for bindings to let: values - fixes #2301 2019-04-13 16:12:06 -04:00
Richard Harris
2a2361fe35 fix opacities 2019-04-13 15:38:52 -04:00
Richard Harris
46e3ef9eab better transitions 2019-04-13 15:28:05 -04:00
Richard Harris
d2568aa583 skip observedAttributes where appropriate - fixes #2399 2019-04-13 15:11:03 -04:00
Richard Harris
079a1ba276 bump up h5 size slightly 2019-04-13 15:06:05 -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
Rich Harris
fc6fabd9c3
Merge pull request #2398 from sveltejs/gh-2285
allow reactive declarations without dependencies
2019-04-13 14:59:29 -04:00
Rich Harris
493e0813a2
Merge pull request #2405 from mindrones/2393-fix-tutorial-events
Add link to Mozilla docs about events bubbling and capture phase
2019-04-13 14:54:41 -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
Luca Bonavita
010a784b4e Site: sidebar level-4 headings.
Fixes #2389
2019-04-12 17:15:44 +01:00
Richard Harris
a88749af27 allow reactive declarations to reference self - fixes #2386 2019-04-12 09:31:09 -04:00
Richard Harris
d7b32fb22c inject lets for destructured reactive declarations - fixes #2396 2019-04-12 00:04:38 -04:00
Richard Harris
b36d24032b optimise certain $$invalidate calls 2019-04-11 23:46:38 -04:00
Richard Harris
30c8fe0c6e allow reactive declarations without dependencies - fixes #2285 2019-04-11 23:29:02 -04:00
Rich Harris
ade0bc870a
Merge pull request #2397 from sveltejs/derived-initial-value
add initial_value argument to derived store
2019-04-11 22:56:10 -04:00
Conduitry
3170edb158 add initial_value argument to derived store 2019-04-11 15:26:42 -04:00
Rich Harris
d4860ee444
Merge pull request #2392 from sveltejs/gh-2391
repl: use absolute svelteUrl to fix version=local
2019-04-11 09:31:23 -04:00
Rich Harris
961364fbc1
Merge pull request #2388 from mindrones/site-code-blocks-formatting
Site: code blocks formatting
2019-04-11 09:28:14 -04:00
Rich Harris
b04cada2dd
Merge pull request #2383 from sveltejs/update-repl
Update REPL
2019-04-11 09:18:21 -04:00
Richard Harris
ab7a1a757a fix remaining tutorial layout bugs 2019-04-11 09:18:05 -04:00
Conduitry
eba815e74c repl: use absolute svelteUrl to fix version=local 2019-04-09 18:05:56 -04:00
Luca Bonavita
2778956612 Code blocks formatting. Fixes #2387 2019-04-09 21:00:45 +01:00
Rich Harris
43d0b5e5ef
Merge pull request #2385 from nhducit/patch-1
Fix typo remove_css_prefox
2019-04-09 13:21:51 -04:00
Rich Harris
80bc99fb70 Merge branch 'master' of github.com:sveltejs/svelte 2019-04-09 13:16:45 -04:00
Rich Harris
fc400cdae2 bump beta version 2019-04-09 13:16:39 -04:00
nhducit
984a8fd980
Fĩ type 2019-04-09 22:45:24 +07:00
Conduitry
a605daceaa derived docs fix 2019-04-09 11:29:59 -04:00
Rich Harris
4cb08f3253 fix padding 2019-04-09 11:21: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