0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
Commit Graph

3464 Commits

Author SHA1 Message Date
Rich Harris
5c70456123
Merge pull request #2090 from sveltejs/gh-2078
fix two examples
2019-02-17 13:51:34 -04: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
Rich Harris
aac2cb17b3
Merge pull request #2058 from Ti-webdev/patch-1
guide: change "Keyed each blocks" example to v3
2019-02-06 10:13:53 -05:00
Vasiliy Mikhaylovsky
7cf6c0a492
Change "Keyed each blocks" to v3
https://v3.svelte.technology/repl?version=3.0.0-beta.1&gist=f39ae2d72b85b84415aed58acdc43d87
2019-02-06 03:18:31 +05:00
Jacob Wright
6eefb4b601 Fixes to correct solution 2019-02-05 15:12:14 -07:00
Jacob Wright
f7e015037e Ensure derive behaves consistently
Fixes https://github.com/sveltejs/svelte/issues/2056
2019-02-05 14:50:53 -07:00
Rich Harris
3a03485d0d fix tests 2019-02-03 22:21:03 -05:00
Richard Harris
183c9ca403 switching to beta versions. dont read too much into it. just bored of lexicographic ordering 2019-02-03 22:07:34 -05:00
Rich Harris
43d3bb08e4
Merge pull request #2044 from sveltejs/gh-2036
remove unnecessary dupe check
2019-02-03 22:05:34 -05:00
Rich Harris
11969cdfe7
Merge pull request #2045 from sveltejs/gh-2037
insert semicolon where necessary when initing props
2019-02-03 22:05:22 -05:00
Richard Harris
0f7ae264e4 insert semicolon where necessary when initing props - fixes #2037 2019-02-03 20:39:00 -05:00
Richard Harris
6df94aa651 remove unnecessary dupe check - fixes #2036 2019-02-03 20:00:18 -05:00
Richard Harris
df318d2976 Merge branch 'master' of github.com:sveltejs/svelte 2019-02-03 14:15:16 -05:00
Richard Harris
a48be00e7f update to current Sapper alpha 2019-02-03 14:15:09 -05:00
Richard Harris
3ab6b9ad4e update magic-string 2019-02-03 12:43:29 -05:00
Rich Harris
f43c567caf
Merge pull request #2043 from halfnelson/fix/repl-sandbox
repl improvements
2019-02-03 00:16:02 -05:00