Richard Harris
|
4f26363fe0
|
update deferred transitions example
|
2019-08-12 09:37:29 -04:00 |
|
Richard Harris
|
8669c76921
|
-> v3.8.0
|
2019-08-12 07:16:22 -04:00 |
|
Richard Harris
|
c5439b0789
|
-> v3.8.0
|
2019-08-12 07:12:59 -04:00 |
|
Rich Harris
|
0619e6ed19
|
Merge pull request #3394 from sveltejs/gh-2290
coerce tag values to string
|
2019-08-12 07:10:00 -04:00 |
|
Richard Harris
|
655701ef08
|
coerce tag values to string - fixes #2290
|
2019-08-11 14:14:27 -04:00 |
|
Richard Harris
|
bb9a9efec2
|
Merge branch 'master' of github.com:sveltejs/svelte
|
2019-08-11 10:46:13 -04:00 |
|
Richard Harris
|
d9206fb3cc
|
simplify self function, use this instead of el
|
2019-08-11 10:46:00 -04:00 |
|
Richard Harris
|
a3e7ba7922
|
Merge branch 'master' of https://github.com/samuelgozi/svelte into samuelgozi-master
|
2019-08-11 10:37:53 -04:00 |
|
Rich Harris
|
f26a15fd98
|
Merge pull request #3380 from Conduitry/gh-3185
generate valid code when spreading literal into props
|
2019-08-11 10:30:31 -04:00 |
|
Rich Harris
|
804db10404
|
Merge pull request #3387 from Vages/patch-1
Document $$props
|
2019-08-11 10:30:08 -04:00 |
|
Rich Harris
|
ad790d36b4
|
add separator
|
2019-08-11 10:24:20 -04:00 |
|
Richard Harris
|
c1a3679806
|
remove ts-node - no typescript inside test/
|
2019-08-11 10:22:29 -04:00 |
|
Rich Harris
|
1580fd0c86
|
Merge pull request #3392 from aorel/fix-test-coverage
Fix travis test coverage
|
2019-08-11 10:19:35 -04:00 |
|
Alexandr Orel
|
83497a15f1
|
Fix travis test coverage
|
2019-08-11 12:01:22 +03:00 |
|
vages
|
73a21b855a
|
Document $$props
This was explained in the tutorial, but I could not find any documentation on it in the docs.
|
2019-08-10 16:18:03 +00:00 |
|
Conduitry
|
5b77b744ce
|
generate valid code when spreading literal into props (#3185)
|
2019-08-08 12:16:53 -04:00 |
|
Samuel Elgozi
|
61ad408760
|
Tests addedt for self modifier
|
2019-08-08 11:23:31 +03:00 |
|
Samuel Elgozi
|
b6679eba7a
|
added self modifier explanation to the docs
|
2019-08-08 10:49:28 +03:00 |
|
Samuel Elgozi
|
7342d484f1
|
feat: #3372 added a new self event modifier
|
2019-08-08 01:57:47 +03:00 |
|
Richard Harris
|
2ef004e324
|
-> v3.7.1
|
2019-08-06 08:59:54 -04:00 |
|
Rich Harris
|
7bf1ead963
|
Merge pull request #3355 from sveltejs/gh-3354
Assume let variables are dynamic in slots
|
2019-08-06 08:58:06 -04:00 |
|
Richard Harris
|
4b0ec650e9
|
assume let variables are dynamic in slots - fixes #3354
|
2019-08-06 08:47:00 -04:00 |
|
Daniel Berner
|
bbbc7d25c5
|
Fix typo
|
2019-08-05 22:57:57 -04:00 |
|
Richard Harris
|
b9f5e7f249
|
lil bit of housekeeping
|
2019-08-05 09:14:08 -04:00 |
|
Richard Harris
|
eda4f90cde
|
failing test for #3354
|
2019-08-05 08:35:36 -04:00 |
|
Rich Harris
|
d61387d933
|
Merge pull request #2246 from sveltejs/null-transition
allow transition functions to return nothing
|
2019-08-04 21:13:05 -04:00 |
|
Richard Harris
|
5266b53739
|
lint
|
2019-08-04 20:48:21 -04:00 |
|
Richard Harris
|
9addc5f077
|
-> v3.7.0
|
2019-08-04 20:46:26 -04:00 |
|
Conduitry
|
c069aba49a
|
tidy types
|
2019-08-04 18:24:24 -04:00 |
|
Rich Harris
|
e41a4846c3
|
Merge pull request #3348 from sveltejs/gh-3272
throw error if $ is referenced as global
|
2019-08-04 17:51:37 -04:00 |
|
Rich Harris
|
57aa46a7fe
|
Merge pull request #3351 from sveltejs/disable-validation
disable validation with magic comments
|
2019-08-04 17:51:25 -04:00 |
|
Richard Harris
|
60467f674c
|
appease typescript
|
2019-08-04 17:50:49 -04:00 |
|
Richard Harris
|
4a2bb526ae
|
oops
|
2019-08-04 12:34:26 -04:00 |
|
Richard Harris
|
7912d7c901
|
merge master -> null-transition
|
2019-08-04 12:33:39 -04:00 |
|
Rich Harris
|
50f8c856c9
|
Merge pull request #2028 from aphitiel/gh-1999
Failing test for #1999
|
2019-08-04 12:26:43 -04:00 |
|
Rich Harris
|
5f492b7fa6
|
Rename main.html to main.svelte
|
2019-08-04 12:19:38 -04:00 |
|
Richard Harris
|
8170d4f455
|
add docs
|
2019-08-04 12:16:06 -04:00 |
|
Richard Harris
|
e3e3ad9be0
|
disable validation with magic comments
|
2019-08-04 10:58:43 -04:00 |
|
Richard Harris
|
a067ebefa4
|
Merge branch 'master' of github.com:sveltejs/svelte
|
2019-08-04 10:06:28 -04:00 |
|
Richard Harris
|
a3ab409be5
|
update #1844 test for v3
|
2019-08-04 10:06:14 -04:00 |
|
Rich Harris
|
8e62bd0b27
|
Merge pull request #3350 from sveltejs/gh-2711
correctly set mount anchor for HTML tags
|
2019-08-04 10:01:32 -04:00 |
|
Richard Harris
|
76989eb220
|
Merge branch 'master' into aphitiel-gh-1844
|
2019-08-04 09:59:23 -04:00 |
|
Richard Harris
|
0c9ed46196
|
correctly set mount anchor for HTML tags - fixes #2711
|
2019-08-04 09:48:20 -04:00 |
|
Rich Harris
|
873a561e83
|
Merge pull request #3329 from sveltejs/gh-3285
More robust handling of `{@html ...}`
|
2019-08-04 09:24:51 -04:00 |
|
Richard Harris
|
46cd6ff370
|
disallow global references to $$-prefixed vars
|
2019-08-04 09:22:14 -04:00 |
|
Richard Harris
|
4c8f3a296c
|
throw error if $ is referenced as global - fixes #3272
|
2019-08-03 21:19:40 -04:00 |
|
Richard Harris
|
03e6338920
|
add test for #3326
|
2019-08-03 17:12:20 -04:00 |
|
Richard Harris
|
4d0256874e
|
remove unused helpers
|
2019-08-03 17:03:09 -04:00 |
|
Richard Harris
|
016158b692
|
more robust handling of html tags - fixes #3285
|
2019-08-03 17:01:21 -04:00 |
|
Richard Harris
|
8a5ad34afb
|
Merge branch 'master' into gh-3285
|
2019-08-03 15:16:25 -04:00 |
|