Rich-Harris
|
e585ccf242
|
Merge branch 'custom-event-teardown' of https://github.com/ekhaled/svelte into ekhaled-custom-event-teardown
|
2018-03-30 16:32:36 -04:00 |
|
ekhaled
|
6ebf46ad67
|
fix handler in-place
|
2018-03-30 21:12:16 +01:00 |
|
Rich-Harris
|
50ed9252de
|
handle empty each blocks
|
2018-03-30 16:10:36 -04:00 |
|
Rich Harris
|
77aca3c69b
|
Merge pull request #1292 from sveltejs/gh-1291
allow keyed each block to have static content
|
2018-03-30 16:01:46 -04:00 |
|
Rich Harris
|
c943a86032
|
Merge pull request #1293 from sveltejs/gh-1290
only delete applicable transition animations
|
2018-03-30 15:56:32 -04:00 |
|
Rich-Harris
|
01a10d9511
|
argh, need a precommit check for this
|
2018-03-30 15:48:23 -04:00 |
|
Rich-Harris
|
6860d09c72
|
only delete applicable transition animations - fixes #1290
|
2018-03-30 15:47:00 -04:00 |
|
Rich-Harris
|
2c670a43ac
|
allow keyed each block to have static content - fixes #1291
|
2018-03-30 15:44:27 -04:00 |
|
ekhaled
|
298a339df9
|
add dev mode warning when teardown is returned instead of destroy
|
2018-03-30 20:09:19 +01:00 |
|
ekhaled
|
b8c0ab2949
|
support both destroy and teardown in custom event handlers
|
2018-03-30 19:57:45 +01:00 |
|
Rich-Harris
|
40cf29b2b7
|
basic attribute spreading on elements
|
2018-03-30 09:11:57 -04:00 |
|
Conduitry
|
78f506a50b
|
-> v1.58.5
|
2018-03-29 10:37:54 -04:00 |
|
Conduitry
|
c067bcb112
|
Merge pull request #1288 from sveltejs/ff-transition-bug
remove transition styles in Firefox
|
2018-03-29 10:31:41 -04:00 |
|
Conduitry
|
565bc52423
|
Merge pull request #1285 from TehShrike/backtick-literals-in-svg-property
Fix backtick string literals not being recognized in the svg/tag/props properties
|
2018-03-29 10:31:22 -04:00 |
|
Rich-Harris
|
be678c680d
|
remove transition styles in Firefox
|
2018-03-29 00:07:42 -04:00 |
|
Rich-Harris
|
f6f8f66c90
|
remove some stuff we wont need
|
2018-03-29 00:05:59 -04:00 |
|
Josh Duff
|
864fd313bb
|
Accept backtick string literals in tag/props properties
|
2018-03-28 16:12:38 -05:00 |
|
Josh Duff
|
e81fb88f41
|
Fix backtick string literals not being recognized for the svg property
Failing test for #1284
Fixes #1284
|
2018-03-28 12:35:46 -05:00 |
|
Rich-Harris
|
3f32be8c04
|
Merge branch 'master' into mrkishi-spread
|
2018-03-28 08:56:08 -04:00 |
|
Rich-Harris
|
b506e5a596
|
-> v1.58.4
|
2018-03-28 08:45:09 -04:00 |
|
Rich Harris
|
af7ef12b4f
|
Merge pull request #1283 from sveltejs/assign-fix
fix assembly of initial state object
|
2018-03-28 08:43:55 -04:00 |
|
Conduitry
|
7b6f206003
|
fix assembly of initial state object
|
2018-03-28 06:30:47 -04:00 |
|
Rich-Harris
|
416fc0c81b
|
include spread with other attributes
|
2018-03-27 20:07:03 -04:00 |
|
Rich-Harris
|
d0c696bb2b
|
merge master -> mrkishi-spreadh
|
2018-03-27 20:06:34 -04:00 |
|
Rich-Harris
|
00871faf5f
|
-> v1.58.3
|
2018-03-27 17:50:42 -04:00 |
|
Rich Harris
|
c9435fc87f
|
Merge pull request #1279 from jacwright/action-this
Make actions execute with the component context
|
2018-03-27 17:48:16 -04:00 |
|
Rich Harris
|
48643ca3ea
|
Merge pull request #1280 from sveltejs/dynamic-component-mount-ref
when mounting dynamic components, set ref if required
|
2018-03-27 17:45:53 -04:00 |
|
Rich Harris
|
6a15ebda72
|
Merge pull request #1282 from lukeed/fix/assign
Performance boost for Assign utility
|
2018-03-27 17:40:24 -04:00 |
|
Luke Edwards
|
69ba60b840
|
fix Store usage
|
2018-03-27 13:21:29 -07:00 |
|
Luke Edwards
|
a412f11907
|
update test samples’ expectants
|
2018-03-27 12:59:56 -07:00 |
|
Luke Edwards
|
688ecf754e
|
fix methods + prototype assignment
|
2018-03-27 12:54:19 -07:00 |
|
Luke Edwards
|
aa8f57d001
|
apply nested assign usage
|
2018-03-27 11:58:04 -07:00 |
|
Luke Edwards
|
c753396cab
|
update util/assign for 5x gain
|
2018-03-27 11:55:55 -07:00 |
|
Conduitry
|
6ff60db212
|
use addBlock instead of addLine
|
2018-03-27 01:29:26 -04:00 |
|
Conduitry
|
d3451a530f
|
when mounting dynamic components, set ref if required
|
2018-03-26 21:15:32 -04:00 |
|
Jacob Wright
|
297ee65737
|
Make tests work when running all of them together.
They were only passing when running just the runtime tests, but failing with `<button>undefined</button>` when running all the tests.
|
2018-03-26 09:45:57 -06:00 |
|
Jacob Wright
|
9b0a884035
|
Make actions execute with the component context
|
2018-03-26 09:39:00 -06:00 |
|
Rich-Harris
|
fcfbffe50b
|
-> v1.58.2
|
2018-03-24 12:29:58 -04:00 |
|
Rich-Harris
|
a98bd9b5e6
|
-> v1.58.1
|
2018-03-24 12:28:37 -04:00 |
|
Rich Harris
|
d29de3c817
|
Merge pull request #1261 from sveltejs/ts-target-es6
set typescript target to ES6
|
2018-03-24 12:24:49 -04:00 |
|
Rich Harris
|
e77988b195
|
Merge pull request #1247 from jacwright/behaviors
Adds actions to components
|
2018-03-24 12:23:42 -04:00 |
|
Rich-Harris
|
d4dd015ffd
|
fix interfaces
|
2018-03-24 12:20:53 -04:00 |
|
Rich-Harris
|
61d3ab0215
|
Merge branch 'preserve-comments-option' of https://github.com/zzolo/svelte into zzolo-preserve-comments-option
|
2018-03-24 12:18:22 -04:00 |
|
Rich-Harris
|
006a45c03c
|
-> v1.58.1
|
2018-03-24 12:11:03 -04:00 |
|
Rich Harris
|
89c0864c81
|
Merge pull request #1274 from sveltejs/fix-perf-regression
A new list diffing algorithm
|
2018-03-24 12:10:15 -04:00 |
|
Rich-Harris
|
99afa99565
|
simplify
|
2018-03-24 11:04:57 -04:00 |
|
Rich-Harris
|
105ab41d63
|
simplify a bit
|
2018-03-24 10:42:04 -04:00 |
|
Rich-Harris
|
0672e7bae9
|
remove unused argument
|
2018-03-24 10:31:40 -04:00 |
|
Rich-Harris
|
f4145099f4
|
remove linked list stuff
|
2018-03-24 10:19:03 -04:00 |
|
Rich-Harris
|
174975c93e
|
remove some unused stuff
|
2018-03-24 09:43:06 -04:00 |
|