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 |
|
Rich Harris
|
f3701794be
|
Merge pull request #1978 from evs-chris/gh-1977-evschris
Render default slot content event handlers conditionally (with bonus) - #1977
|
2019-01-13 16:43:25 -05:00 |
|
Rich Harris
|
4c9a55cb66
|
Merge pull request #1980 from evs-chris/gh-1952-evschris
First pass at tracking mutation to avoid unnecessary update code - #1952
|
2019-01-13 16:38:33 -05:00 |
|
Rich Harris
|
678ce3496f
|
Merge pull request #1966 from sveltejs/gh-1945
fix dynamic component event code generation
|
2019-01-13 14:29:54 -05:00 |
|
Rich Harris
|
efa7ad64c1
|
Merge pull request #1969 from sveltejs/gh-1852
better handling of bare attribute names in DOM mode
|
2019-01-13 14:29:27 -05:00 |
|
Richard Harris
|
d033c833ad
|
test for #1852
|
2019-01-13 14:25:34 -05:00 |
|
Richard Harris
|
79b7f112ab
|
Merge branch 'master' into gh-1852
|
2019-01-13 14:23:09 -05:00 |
|
Rich Harris
|
528527aaea
|
Merge branch 'master' into gh-1945
|
2019-01-13 14:20:35 -05:00 |
|
Rich Harris
|
2d3dbdd6a9
|
Merge pull request #1967 from sveltejs/gh-1939
set parent correctly for children of await blocks
|
2019-01-13 14:19:55 -05:00 |
|
Rich Harris
|
0ea3840046
|
Overhaul transitions - fixes #1906
|
2019-01-13 14:19:01 -05:00 |
|
Chris Reeves
|
e85222ad84
|
first pass at tracking mutation to avoid unnecessary update code - #1952
also tracks mutation on child refs of const declarations - #1917
|
2019-01-13 04:01:25 -05:00 |
|
Rich Harris
|
1097858ea2
|
Merge pull request #1979 from halfnelson/feature/repl-refactor
Sandbox iframe contents
|
2019-01-11 23:59:43 -05:00 |
|
David Pershouse
|
5eafdd446f
|
abstract repl interaction code
|
2019-01-12 01:46:33 +10:00 |
|
Chris Reeves
|
057298a79f
|
fix newline-before-block diffs caused by code builder adjustments
|
2019-01-11 01:18:12 -05:00 |
|
Chris Reeves
|
1f77ee3461
|
use statement tree for code builder instead of strings to avoid conditional interference
|
2019-01-11 01:15:23 -05:00 |
|
Chris Reeves
|
6c89975396
|
gather event listeners for slot default elements and render in a condition - fixes #1977
|
2019-01-11 01:14:00 -05:00 |
|
David Pershouse
|
2c537e7cb4
|
POC for postmessage Repl
|
2019-01-11 13:19:00 +10:00 |
|
David Pershouse
|
9b7d0152bc
|
handle markdown on windows machines
|
2019-01-10 17:39:10 +10:00 |
|
David Pershouse
|
5ff3e7f52a
|
remove redundant bash based update script
|
2019-01-10 17:07:58 +10:00 |
|
David Pershouse
|
2b1be6f8ae
|
convert update_template.sh to js for windows support
|
2019-01-10 17:07:42 +10:00 |
|
Rich Harris
|
8e9f37a7d4
|
Merge pull request #1970 from sveltejs/gh-1846
replace <svelte:document> with <svelte:body>
|
2019-01-09 14:46:21 -05:00 |
|
Rich Harris
|
c8614f9ae9
|
Merge pull request #1975 from sveltejs/site-readme
site: update readme and tidy package.json
|
2019-01-09 14:45:24 -05:00 |
|
Chris Reeves
|
3a7b9adc7f
|
pull contextual deps through for member exprs in this bindings - fixes #1916
|
2019-01-09 12:22:22 -05:00 |
|
Conduitry
|
7bc461f6ee
|
site: update readme and tidy package.json
|
2019-01-09 11:29:25 -05:00 |
|
Conduitry
|
a035676ef0
|
guide: update docs for <svelte:body>
|
2019-01-09 11:09:48 -05:00 |
|
Conduitry
|
f8d69e296f
|
replace <svelte:document> with <svelte:body> (#1846)
|
2019-01-05 14:16:43 -05:00 |
|
Conduitry
|
e97953baec
|
better handling of bare attribute names in DOM mode (#1852)
- compile unknown bare attribute names to setting the attribute to ""
- correctly stringify as bare attribute name in .innerHTML'd markup
|
2019-01-05 12:22:19 -05:00 |
|
Rich Harris
|
88b6a26a35
|
Merge pull request #1965 from sveltejs/gh-1948
prevent invalid svelte: tags
|
2019-01-04 23:02:25 -05:00 |
|
Richard Harris
|
fc5d929e76
|
set parent correctly for children of await blocks - should fix #1939
|
2019-01-04 22:57:40 -05:00 |
|
Richard Harris
|
e682d5ca54
|
nicer
|
2019-01-04 22:32:32 -05:00 |
|
Richard Harris
|
0e59e8d4cb
|
fix dynamic component event code generation - fixes #1945
|
2019-01-04 22:30:59 -05:00 |
|
Richard Harris
|
0bdf4a4536
|
oops
|
2019-01-04 22:09:21 -05:00 |
|
Richard Harris
|
c0a218b69e
|
Merge branch 'master' into gh-1948
|
2019-01-04 22:02:29 -05:00 |
|
Richard Harris
|
2eb881dcb6
|
prevent invalid svelte: tags - fixes #1948
|
2019-01-04 22:02:12 -05:00 |
|
Rich Harris
|
c1ee21b022
|
Merge pull request #1958 from sveltejs/gh-1949
upgrade Acorn
|
2019-01-04 21:59:13 -05:00 |
|
Rich Harris
|
76faa92464
|
Merge pull request #1961 from sveltejs/gh-1957
deconflict with implicit props
|
2019-01-04 21:59:01 -05:00 |
|
Rich Harris
|
4676946e83
|
Merge pull request #1962 from sveltejs/gh-1960
typo
|
2019-01-04 21:58:46 -05:00 |
|
Rich Harris
|
2f8727d968
|
Merge pull request #1964 from sveltejs/gh-1963
fix malformed code in window binding event handlers
|
2019-01-04 21:58:32 -05:00 |
|
Conduitry
|
58b3ea63cc
|
fix malformed code in window binding event handlers (#1963)
|
2019-01-04 20:36:44 -05:00 |
|
Richard Harris
|
f0b6be1355
|
fix #1960 typo
|
2019-01-04 14:03:01 -05:00 |
|