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

3440 Commits

Author SHA1 Message Date
Rich Harris
cb2799d1ef only escape attribute values when rendering HTML 2019-02-07 11:54:40 -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
halfnelson
969c884e31 repl improvements
- Dont bind props until after component is created
- Remove debug logs
- destroy repl proxy event listener on compont destory
- all repl-proxy commands now return a value
2019-02-03 10:51:19 +10:00
Rich Harris
36c536fd1b bump alpha version 2019-02-01 10:41:40 -05:00
Rich Harris
66d5a39f98 change pkg.main to appease webpack 2019-02-01 10:40:53 -05:00
Rich Harris
5876f0b45b
Merge pull request #2030 from sveltejs/next-tick-promise
Return promise from nextTick
2019-01-31 12:02:02 -05:00
Richard Harris
6e64247a9a Merge branch 'master' of github.com:sveltejs/svelte 2019-01-31 09:28:42 -05:00
Richard Harris
eda1bc627b copy changelog blog post over from svelte.technology 2019-01-31 09:28:35 -05:00
Rich Harris
f0c33b5cb3 better 2019-01-30 15:33:35 -05:00
Rich Harris
003dfa1dde update test 2019-01-30 15:19:51 -05:00
Rich Harris
3ea5f3b8f0 rename to tick, remove callback interface 2019-01-30 15:06:06 -05:00
Rich Harris
3c1734c1fc make callback optional 2019-01-30 14:27:39 -05:00
Rich Harris
fb534a3d50 return promise from nextTick 2019-01-30 14:26:55 -05:00
Rich Harris
0172d84850
Merge pull request #2029 from sveltejs/component-name-conflict-again
deconflict with globals referenced in module context
2019-01-30 13:20:30 -05:00
Rich Harris
5b57a17632 deconflict with globals referenced in module context 2019-01-30 13:15:21 -05:00
Rich Harris
411a9f91b1
Merge pull request #2027 from sveltejs/avoid-spread
avoid spread pattern, it causes some problems with some setups somehow???
2019-01-30 13:14:06 -05:00
Rich Harris
de23e19e5d doh 2019-01-30 12:13:29 -05:00
Rich Harris
2703f609a5 avoid spread pattern, it causes some problems with some setups somehow??? 2019-01-30 12:08:09 -05:00
Rich Harris
b015c001cc
Merge pull request #2026 from sveltejs/get-name-automatically
get name based on filename
2019-01-30 11:24:45 -05:00
Rich Harris
0d2622da49 sanitize 2019-01-30 11:14:01 -05:00
Rich Harris
722e1fd383 get name based on filename 2019-01-30 11:09:24 -05:00
Richard Harris
4252721deb bump alpha version 2019-01-29 22:32:12 -05:00
Rich Harris
96d14a15ef
Merge pull request #2021 from sveltejs/gh-2017
rename `<svelte:meta>` to `<svelte:options>`
2019-01-29 22:29:24 -05:00
Richard Harris
84e3e667e4 bump alpha version 2019-01-29 22:28:36 -05:00
Rich Harris
bcd45c79df
Merge pull request #2023 from sveltejs/component-name-conflict
Prevent component name conflict
2019-01-29 22:26:49 -05:00
Richard Harris
d9e80738c7 fix tests 2019-01-29 22:23:49 -05:00