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
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
Richard Harris
f7d4d14f0c remove debugging output 2019-01-29 22:08:52 -05:00
Richard Harris
21a07fcaf4 prevent component name from conflicting with globals 2019-01-29 22:08:00 -05:00
Richard Harris
596cdb64a9 bump alpha version 2019-01-29 21:59:13 -05:00
Conduitry
5b9cc176df rename properties to component.compileOptions and .componentOptions 2019-01-29 20:52:46 -05:00
Conduitry
a270661d20 rename <svelte:meta> to <svelte:options> (#2017) 2019-01-29 17:59:40 -05:00
Conduitry
14d41af973 site: update eslint-plugin-svelte3 2019-01-29 12:44:53 -05:00
Rich Harris
66d0c288ca
Merge pull request #2020 from sveltejs/gh-2019
disallow `slot` as a prop name in inline components
2019-01-29 11:49:53 -05:00
Conduitry
67af1a203e disallow slot as a prop name in inline components (#2019) 2019-01-29 11:25:40 -05:00
Rich Harris
b1d919f3f2
Overhaul stats — closes #1891 2019-01-29 09:10:10 -05:00
Rich Harris
80b0bdfdb1
Merge pull request #2010 from sveltejs/gh-1997
bind to store values in simple cases
2019-01-28 22:06:05 -05:00
Richard Harris
bcbe0a58b2 bind to store values in simple cases - fixes #1997 2019-01-27 09:22:22 -05:00
Rich Harris
9f800fb914
Merge pull request #2009 from sveltejs/gh-2000
set current = true on mount as well as intro
2019-01-27 08:27:28 -05:00