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 |
|
Chris Reeves
|
4f630058fe
|
check module scope when determining if a name is contextual - fixes #2001
|
2019-01-25 18:56:57 -05:00 |
|
Chris Reeves
|
33131d0b70
|
make sure a hoistable name is not also a shadowed name rendering an expression - fixes #2002
|
2019-01-25 15:18:48 -05:00 |
|
Rich Harris
|
3ec5ff77eb
|
update lockfiles
|
2019-01-23 10:31:57 -05:00 |
|
Rich Harris
|
ff6e378fcb
|
Merge pull request #1993 from sveltejs/gh-1920
prevent writing to reactive values
|
2019-01-20 12:19:37 -05:00 |
|
Rich Harris
|
6036f00dee
|
Merge pull request #1992 from sveltejs/gh-1488
Fix props for logic-less components
|
2019-01-20 12:19:20 -05:00 |
|
Conduitry
|
ca6ab95ea4
|
site: update readme with simplified version=local instructions
|
2019-01-19 16:28:52 -05:00 |
|
Rich Harris
|
c69ebb35cd
|
Merge pull request #1994 from sveltejs/repl-local
repl: implement version=local
|
2019-01-19 12:05:41 -05:00 |
|
Conduitry
|
01ff158e52
|
repl: implement version=local
|
2019-01-19 10:50:22 -05:00 |
|
Richard Harris
|
b8e0cccea8
|
prevent writing to reactive values - fixes #1920
|
2019-01-19 10:16:59 -05:00 |
|
Richard Harris
|
3c4d8b5c2c
|
test that private state doesnt leak into parent
|
2019-01-19 09:25:53 -05:00 |
|
Richard Harris
|
ed9df1fff3
|
dont use identity function to reflect props
|
2019-01-19 09:19:07 -05:00 |
|
Rich Harris
|
5be480d7ac
|
Merge pull request #1991 from sveltejs/gh-1952-b
hoist vars and lets that don't change
|
2019-01-19 08:17:13 -05:00 |
|
Rich Harris
|
c134ca2ee4
|
Merge pull request #1988 from sveltejs/gh-1976
add nextTick lifecycle function - fixes #1976
|
2019-01-19 08:16:52 -05:00 |
|
Rich Harris
|
e8e0f4c8be
|
Merge pull request #1990 from sveltejs/gh-1989
fix scroll bindings
|
2019-01-18 21:42:39 -05:00 |
|
Richard Harris
|
81d9647517
|
hoist vars and lets - closes #1952
|
2019-01-18 21:40:08 -05:00 |
|
Richard Harris
|
8c3f652a01
|
fix scroll bindings
|
2019-01-18 21:24:17 -05:00 |
|
Richard Harris
|
c266051811
|
rename afterFlush to nextTick, schedule update if necessary
|
2019-01-18 21:06:24 -05:00 |
|
Richard Harris
|
4d262c4d96
|
bump alpha version
|
2019-01-17 22:36:21 -05:00 |
|
Richard Harris
|
097507796d
|
expose add_render_callback as afterFlush - fixes #1976
|
2019-01-17 09:15:06 -05:00 |
|
Rich Harris
|
971ed52d62
|
Merge pull request #1983 from c0bra/patch-1
Syntax error on element binding example
|
2019-01-17 08:40:10 -05:00 |
|
Rich Harris
|
88004904e1
|
Merge pull request #1984 from johnmuhl/patch-1
Add monospace fallback for REPL
|
2019-01-15 20:41:32 -05:00 |
|
Rich Harris
|
dfb661ec0d
|
Merge pull request #1986 from sveltejs/gh-1985
Fix adjacent tracking across adjacent scopes - #1985
|
2019-01-15 20:41:16 -05:00 |
|
Rich Harris
|
773d94436c
|
Merge pull request #1982 from sveltejs/gh-1968
set immutable option correctly
|
2019-01-15 20:39:17 -05:00 |
|
Conduitry
|
2368dff5f8
|
typos
|
2019-01-15 20:25:55 -05:00 |
|
Chris Reeves
|
df7c449bd3
|
propagate mutation change tracking upward through deps so that adjacent scopes generate proper update code - fixes #1985
|
2019-01-15 18:08:53 -05:00 |
|
John Muhl
|
4e1a87d92f
|
Add fallback for users without "Fira Mono"
|
2019-01-15 17:35:55 +00:00 |
|
Brian Hann
|
5b73c03271
|
Syntax error on element binding example
|
2019-01-15 08:59:01 -06:00 |
|
Richard Harris
|
3359b5fb3a
|
set immutable option correctly - fixes #1968
|
2019-01-15 09:32:06 -05:00 |
|
Rich Harris
|
a8f905f933
|
Merge pull request #1981 from sveltejs/gh-1973
Multiple preprocessors
|
2019-01-13 22:37:34 -05:00 |
|
Richard Harris
|
b18aac97f7
|
reenable all tests
|
2019-01-13 21:25:55 -05:00 |
|
Richard Harris
|
4936cd5ac4
|
support multiple preprocessors, handle dependencies - fixes #1973
|
2019-01-13 21:25:55 -05:00 |
|
Richard Harris
|
dcfe85ecdb
|
improve preprocess tests
|
2019-01-13 21:25:55 -05:00 |
|
Chris Reeves
|
d3a7ccae4f
|
reconcile test diff
|
2019-01-13 21:23:56 -05:00 |
|
Richard Harris
|
7c59539b39
|
bump alpha version
|
2019-01-13 18:25:14 -05:00 |
|
Rich Harris
|
0f9ea4a4f4
|
Merge pull request #1974 from evs-chris/gh-1916-evschris
Attempt at #1916, including update handling
|
2019-01-13 16:50:49 -05:00 |
|