Rich Harris
45f88ade2c
Merge pull request #1454 from sveltejs/animations
...
[WIP] animations
2018-05-13 18:50:26 -04:00
Rich Harris
94206ca439
add animation validation tests
2018-05-13 18:43:48 -04:00
Rich Harris
43d2c38cfc
complete js animations
2018-05-13 17:48:20 -04:00
Rich Harris
bade6df241
css animations
2018-05-13 17:45:52 -04:00
Rich Harris
b3594da23c
end animation
2018-05-13 17:09:58 -04:00
Rich Harris
1b57779eb6
implement js transitions, albeit messily
2018-05-13 16:20:12 -04:00
Rich Harris
98e63b37e9
groundwork for animations ( #1431 )
2018-05-12 23:35:03 -04:00
Rich Harris
6d00f2bf15
Merge pull request #1453 from sveltejs/deferred-transitions
...
Deferred transitions
2018-05-12 22:17:00 -04:00
Rich Harris
f02177d1ed
Merge branch 'master' into deferred-transitions
2018-05-12 22:12:38 -04:00
Rich Harris
8d9a3effac
Merge pull request #1452 from sveltejs/transition-args
...
Transition args
2018-05-12 22:11:41 -04:00
Rich Harris
5685301b04
Merge branch 'master' into transition-args
2018-05-12 22:05:30 -04:00
Rich Harris
c37e6a7267
Merge pull request #1451 from sveltejs/nested-transitions
...
Nested transitions
2018-05-12 22:04:48 -04:00
Rich Harris
d6bcdb1caf
Merge branch 'master' into nested-transitions
2018-05-12 22:02:32 -04:00
Rich Harris
338c8568b5
Merge pull request #1448 from sveltejs/gh-547
...
add skipIntroByDefault compiler option
2018-05-12 22:01:46 -04:00
Rich Harris
c4937d271f
fix skipped intros
2018-05-12 21:55:07 -04:00
Rich Harris
4c62d22b9c
allow transition functions to return a function ( #1431 )
2018-05-12 18:21:36 -04:00
Rich Harris
b5931b95d4
supply 1 - t as second argument to transition tick/css functions ( #1431 )
2018-05-12 17:00:29 -04:00
Rich Harris
042ec54f7f
nested component transitions
2018-05-12 16:48:05 -04:00
Rich Harris
3623c4abc9
nested await block outros
2018-05-12 16:08:46 -04:00
Rich Harris
64fa48e699
outroing each blocks
2018-05-12 15:46:01 -04:00
Rich Harris
0a230d1c9d
WIP towards nested transitions
2018-05-12 14:28:39 -04:00
Rich Harris
44bb2da29b
add skipIntroByDefault compiler option ( #547 )
2018-05-12 12:11:46 -04:00
Rich Harris
3c1bcfab79
-> v2.5.1
2018-05-10 22:10:41 -04:00
Rich Harris
57c0fdc6b8
Merge pull request #1446 from sveltejs/gh-1445
...
allow spaces around reserved words used in tags in attributes
2018-05-10 22:03:01 -04:00
Conduitry
0122955a16
allow spaces around reserved words used in tags in attributes ( #1445 )
2018-05-10 20:05:57 -04:00
Rich Harris
5dd149ef7b
Merge pull request #1432 from antony/patch-1
...
Add parcel-plugin to list of tools, categories
2018-05-10 19:30:37 -04:00
Rich Harris
f55849f8b3
remove svelte-cli, since it's now integrated
2018-05-10 19:30:26 -04:00
Rich Harris
085926d20f
Merge pull request #1444 from acstll/global-whitelist-promise
...
Add `Promise` to whitelisted globals
2018-05-10 19:28:35 -04:00
Rich Harris
05f7d44b24
Merge pull request #1436 from MaxMilton/feat/wai-aria-1.1-update
...
Add new ARIA 1.1 attributes and roles
2018-05-10 19:27:38 -04:00
Arturo
6b9ad23922
add _Promise_ to whitelisted globals
2018-05-10 22:56:42 +02:00
Max Milton
37fa4fb079
Add new ARIA 1.1 attributes and roles
2018-05-08 16:00:43 +10:00
Antony Jones
cc02b6bc15
Add parcel-plugin to list of tools, categories
...
Add parcel builder. I also though the list was getting a bit unwieldy so I've separated it into sections, feel free to rejig, rename or recombine them.
2018-05-07 09:58:53 +01:00
Rich Harris
7a7fd1dd3e
-> v2.5.0
2018-05-06 16:05:12 -04:00
Rich Harris
976f2a9a99
Merge pull request #1429 from sveltejs/input-spread
...
allow spread props on elements with tests for static attributes
2018-05-06 16:04:51 -04:00
Rich Harris
fa61d2570e
allow spread props on elements with tests for static attributes
2018-05-06 15:58:19 -04:00
Rich Harris
e8a780676d
Abort outro if block is recreated — fixes #1425
2018-05-06 15:50:41 -04:00
Rich Harris
e1db82773d
Group outro callbacks — fixes #648
2018-05-06 12:11:56 -04:00
Rich Harris
53816ee5c5
Merge pull request #1427 from sveltejs/dynamic-component-shorthand-event
...
fix handling of shorthand event handler in dynamic components
2018-05-06 09:24:55 -04:00
Conduitry
b45b264b72
fix handling of shorthand event handler in dynamic components
2018-05-06 09:14:23 -04:00
Rich Harris
c7c46dec29
Merge pull request #1422 from sveltejs/each-object-create
...
use Object.create for each block child contexts
2018-05-05 20:42:17 -04:00
Rich Harris
3f906fbfdb
Merge pull request #1424 from sveltejs/single-outrocallback
...
simpler code for case where there is only one outro in a block
2018-05-05 20:41:59 -04:00
Rich Harris
a9464c7ebf
Merge pull request #1423 from sveltejs/gh-1419
...
fix duplicate events on range input bindings
2018-05-05 20:40:52 -04:00
Rich Harris
2d8d27afb5
simpler code for case where there is only one outro in a block
2018-05-05 20:30:31 -04:00
Rich Harris
fabfc78620
fix duplicate events on range input bindings ( #1419 )
2018-05-05 20:12:34 -04:00
Rich Harris
d85b60a09c
use Object.create for each block child contexts
2018-05-05 19:43:06 -04:00
Rich Harris
dc8b0d6be1
Merge pull request #1421 from sveltejs/unmount-destroy
...
[WIP] Unmount nodes in destroy methods
2018-05-05 19:01:32 -04:00
Rich Harris
a18be79887
simplify handling of html blocks
2018-05-05 17:17:59 -04:00
Rich Harris
103f278cfc
update tests
2018-05-05 16:48:49 -04:00
Rich Harris
82c9217e53
do unmount work in destroy method
2018-05-05 16:36:18 -04:00
Rich Harris
21bc182fe7
Merge pull request #1420 from sveltejs/gh-956
...
Allow transitions in await blocks
2018-05-05 16:06:24 -04:00