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

3413 Commits

Author SHA1 Message Date
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
Richard Harris
cdcccfb4e4 set current = true on mount as well as intro - fixes #2000 2019-01-26 23:40:05 -05:00
Richard Harris
fcbb8e6eff failing tests for #2000 2019-01-26 22:53:40 -05:00
Rich Harris
eccc8b264d
Implement local transitions — fixes #1480 2019-01-26 22:29:01 -05:00
Richard Harris
ebd0b5ed0f update rollup-plugin-sucrase 2019-01-26 20:52:56 -05:00
Richard Harris
9ff39c034b bump alpha version 2019-01-26 19:19:19 -05:00
Rich Harris
c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12 2019-01-26 18:53:47 -05:00
Conduitry
2b1f753d72 site: tidy code highlighting 2019-01-26 16:55:28 -05:00
Rich Harris
37351196b0
Merge pull request #2007 from sveltejs/gh-2005-evschris
Defer hoisting until after the template is walked - #2005
2019-01-26 13:30:05 -05:00
Rich Harris
4d7531ded7
Merge pull request #2006 from sveltejs/c8
housekeeping
2019-01-26 13:23:06 -05:00
Richard Harris
cb0a95e87d downgrade JSDOM 2019-01-26 13:12:59 -05:00
Richard Harris
f1ca1cc098 housekeeping 2019-01-26 12:50:35 -05:00
Chris Reeves
c9301dc9f7 defer hoisting until after the template is walked - fixes #2005 2019-01-26 12:40:54 -05:00
Rich Harris
82f4ae6643
Merge pull request #2003 from sveltejs/gh-2002
Make sure a hoistable name is not also shadowed when rendering and expr - #2002
2019-01-26 09:35:16 -05:00
Rich Harris
add3b303dc
Merge pull request #2004 from sveltejs/gh-1995
Update await-block to use on_outro and check_outros - #1995
2019-01-26 09:29:54 -05:00
Chris Reeves
33a2b54881 update await-block to use on_outro and check_outros - fixes #1995 2019-01-26 00:04:37 -05:00