0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 08:32:05 +01:00
Commit Graph

3478 Commits

Author SHA1 Message Date
Richard Harris
b2f371a3d1 move vars out of stats 2019-02-18 14:19:53 -05:00
Richard Harris
fd39e9505b remove unnecessary code 2019-02-18 13:56:05 -05:00
Richard Harris
248f55a574 move warnings out of stats 2019-02-18 13:54:27 -05:00
Rich Harris
47ab23c1de
Merge pull request #2097 from sveltejs/gh-2031-with-fix
assign elements to correct block when slots are involved
2019-02-17 15:23:55 -04:00
Rich Harris
d0b93ee4d7
Merge pull request #2096 from sveltejs/gh-2024
handle implicit and explicit-but-undefined props
2019-02-17 15:20:26 -04:00
Rich Harris
516f8c8b8d
Merge pull request #2095 from sveltejs/gh-2094
error on invalid compiler options
2019-02-17 15:19:43 -04:00
Richard Harris
5c7fdf4ad2 assign elements to correct block when slots are involved - fixes #2031 2019-02-17 14:16:22 -05:00
Richard Harris
19f6727c8d handle implicit and explicit-but-undefined props — fixes #2024 2019-02-17 13:44:49 -05:00
Richard Harris
3953c2dbfc error on invalid compiler options — closes #2094 2019-02-17 13:10:37 -05:00
Rich Harris
89b00c7d30
Merge pull request #2093 from sveltejs/gh-2040
Remove `onwarn` option
2019-02-17 13:52:12 -04:00
Rich Harris
3f3803e1e4
Merge pull request #2091 from sveltejs/gh-2072
add second argument to writable
2019-02-17 13:51:47 -04:00
Rich Harris
5c70456123
Merge pull request #2090 from sveltejs/gh-2078
fix two examples
2019-02-17 13:51:34 -04:00
Richard Harris
f1d4ff6268 remove onwarn option, just use stats.warnings instead 2019-02-17 12:42:48 -05:00
Richard Harris
871147260c always warn on empty block - fixes #2042 2019-02-17 12:35:17 -05:00
Richard Harris
9e8e99caf6 add second argument to writable - fixes #2072 2019-02-17 12:20:11 -05:00
Richard Harris
fa1322b00b update Sapper 2019-02-17 11:09:03 -05:00
Richard Harris
1939b86e9e Merge branch 'master' into gh-2078 2019-02-17 11:08:42 -05:00
Rich Harris
54b5ce3813
Merge pull request #2089 from sveltejs/gh-2084
remove eval format
2019-02-17 12:08:28 -04:00
Richard Harris
a0e72db86a fix crud example 2019-02-17 11:06:28 -05:00
Richard Harris
f863a5df30 fix flight booker example 2019-02-17 10:51:21 -05:00
Richard Harris
a8e0a471af remove eval format - closes #2084 2019-02-17 10:37:19 -05:00
Rich Harris
15931af63e
Merge pull request #2082 from sveltejs/gh-2076
fix #2076
2019-02-17 11:06:21 -04:00
Rich Harris
94dfeec13c
Merge pull request #2083 from sveltejs/gh-2038
remove internal gubbins when using bind:props
2019-02-17 11:06:10 -04:00
Rich Harris
845dd47fe8
Merge pull request #2087 from sveltejs/gh-2085
fix invalid blog rss feed
2019-02-17 11:05:34 -04:00
Conduitry
f262293135 site: fix invalid blog rss feed (#2085) and tidy 2019-02-15 16:36:04 -05:00
Rich Harris
a50c84ea36 remove internal gubbins when using bind:props - fixes #2038 2019-02-14 18:48:37 -04:00
Rich Harris
d61616e148
Merge pull request #2075 from Denhai/add-rss-link
Add rss <link> to blog
2019-02-14 17:57:58 -04:00
Rich Harris
a8fcc72d43 fix #2076 2019-02-14 17:55:08 -04:00
Hayden
286973ea31 Add rss <link> to blog 2019-02-10 14:20:53 +10:30
Rich Harris
e23e3ac70b
Merge pull request #2073 from halfnelson/repl-alert
Allow repl to use alert
2019-02-09 08:29:09 -05:00
halfnelson
3975ffe013 Allow repl to use alert 2019-02-09 22:50:46 +10:00
Rich Harris
1f5c0435a6
Merge pull request #2071 from sveltejs/gh-2067
.html -> .svelte
2019-02-08 21:18:11 -05:00
Rich Harris
e6ed8ef49f update site, including REPL, to use .svelte 2019-02-08 20:58:18 -05:00
Rich Harris
206a3d0131 update tests 2019-02-08 09:32:36 -05:00
Rich Harris
687e352209 rename .html files to .svelte 2019-02-08 08:48:10 -05:00
Rich Harris
da11d75558
Merge pull request #2065 from sveltejs/gh-2061
enclose text/compound slot attributes in backticks
2019-02-07 13:14:53 -05:00
Rich Harris
52d78fb697
Merge pull request #2066 from sveltejs/gh-2052
only do dirty check for writable values
2019-02-07 12:02:01 -05:00
Rich Harris
cb2799d1ef only escape attribute values when rendering HTML 2019-02-07 11:54:40 -05:00
Rich Harris
bf16bb89c3 only do dirty check for writable values - fixes #2052 2019-02-07 11:43:34 -05:00
Rich Harris
e9b714110c enclose text/compound slot attributes in backticks - fixes #2061 2019-02-07 11:36:30 -05:00
Rich Harris
cf775486cf
Merge pull request #2064 from sveltejs/gh-2054
prevent duplicated reactive declarations
2019-02-07 11:25:36 -05:00
Rich Harris
3dab978bc1
Merge pull request #2063 from sveltejs/gh-2055
better cyclical dependency detection
2019-02-07 11:21:45 -05:00
Rich Harris
aa7bcb0a8e prevent duplicated reactive declarations - fixes #2054 2019-02-07 11:20:48 -05:00
Rich Harris
f64a661fa5 better cyclical dependency detection - fixes #2055 2019-02-07 11:11:14 -05:00
Rich Harris
be3808dd08 fix REPL 2019-02-07 10:44:12 -05:00
Rich Harris
1c97e9f6ab bump beta version 2019-02-06 19:06:06 -05:00
Rich Harris
e2ff2f1d66 default to beta version 2019-02-06 19:03:03 -05:00
Rich Harris
809039910b
Merge pull request #2062 from sveltejs/gh-2059
inject lets for reactive declarations where necessary
2019-02-06 18:58:36 -05:00
Rich Harris
539fbbd8ef inject lets for reactive declarations where necessary - fixes #2059 2019-02-06 14:49:36 -05:00
Rich Harris
e525b83d15
Merge pull request #2057 from sveltejs/gh-2056
Ensure derive behaves consistently.
2019-02-06 10:25:22 -05:00