0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 09:21:21 +01:00
Commit Graph

1489 Commits

Author SHA1 Message Date
Rich Harris
fbd44bade2 update rollup and config 2017-08-20 11:09:05 -04:00
Rich Harris
cd1e8c12c1 -> v1.30.0 2017-08-16 10:37:59 -04:00
Rich Harris
3e94650397 Merge pull request #775 from sveltejs/gh-774
smarter handling of keyframes
2017-08-16 10:35:41 -04:00
Rich Harris
64cedfad19 Merge pull request #772 from sveltejs/gh-760
Implement batched bindings
2017-08-16 10:35:26 -04:00
Rich Harris
a339d3f6e5 order statements more logically 2017-08-16 09:33:26 -04:00
Rich Harris
6f28f25a68 consolidate everything in Component.ts - much cleaner 2017-08-16 09:31:16 -04:00
Rich Harris
507d6a4062 move event handlers and refs inside Component.ts 2017-08-16 08:59:56 -04:00
Rich Harris
ee5a4b3d0b tidy up a bit 2017-08-16 08:05:28 -04:00
Rich Harris
bf4e6ef6b1 smarter handling of keyframes - fixes #774 2017-08-15 22:10:03 -04:00
Rich Harris
8818357fc4 tidy up 2017-08-15 15:15:22 -04:00
Rich Harris
e8b151cfee all tests passing 2017-08-15 14:39:44 -04:00
Rich Harris
12e9a9276c almost working 2017-08-15 14:23:57 -04:00
Rich Harris
6366a4f55e update component bindings together. WIP 2017-08-15 08:37:42 -04:00
Rich Harris
9b950f9ac0 test in prepublishOnly 2017-08-14 14:50:20 -04:00
Rich Harris
1dac29c45e -> v1.29.3 2017-08-14 14:49:23 -04:00
Rich Harris
9ef7dbc021 Merge pull request #770 from sveltejs/gh-767
apply encapsulating attributes to correct elements and selector parts
2017-08-14 14:46:47 -04:00
Rich Harris
b2a81fbe46 rename function 2017-08-14 14:39:22 -04:00
Rich Harris
c135d0cfab apply encapsulating attributes to correct elements and selector parts (#767) 2017-08-14 14:34:35 -04:00
Rich Harris
276b7998f9 Merge pull request #769 from sveltejs/gh-768
skip updates where possible
2017-08-14 13:40:38 -04:00
Rich Harris
3daa7aa6b3 we can now do changed.foo instead of "foo" in changed - is faster and smaller 2017-08-14 12:35:45 -04:00
Rich Harris
9053e95460 rename addConditionalLine to addConditional 2017-08-14 12:30:37 -04:00
Rich Harris
6222198017 add note to self 2017-08-14 12:28:58 -04:00
Rich Harris
f31c206b73 tidy up, dedupe a bit 2017-08-14 12:24:39 -04:00
Rich Harris
4dd5fc5594 apply optimisation to raw tags 2017-08-14 11:34:24 -04:00
Rich Harris
5070219218 fix select edge case 2017-08-14 10:48:14 -04:00
Rich Harris
531354fc39 only cache values when it makes sense 2017-08-14 08:13:25 -04:00
Rich Harris
5636506fc0 update tests 2017-08-14 07:29:45 -04:00
Rich Harris
136a2fd31c only cache values if necessary 2017-08-14 07:29:34 -04:00
Rich Harris
427a0b5925 update tests 2017-08-13 22:36:39 -04:00
Rich Harris
bfc940f396 handle funky edge case around outroing blocks 2017-08-13 22:35:42 -04:00
Rich Harris
caffcd5f79 pass updated state to observers 2017-08-13 22:06:17 -04:00
Rich Harris
9b9aa0416f make errors easier to track down 2017-08-13 21:52:17 -04:00
Rich Harris
0f7e87c804 do dirty check in _set, so we can easily skip unnecessary computations later (#768) 2017-08-13 21:51:06 -04:00
Rich Harris
1d77a45fdc -> v1.29.2 2017-08-13 14:25:00 -04:00
Rich Harris
3757e75d51 Merge pull request #766 from sveltejs/gh-740
bind to change events for range inputs, as well as input events
2017-08-13 14:21:51 -04:00
Rich Harris
2b41b83752 Merge pull request #765 from sveltejs/gh-759
preserve space before non-parenthesized media query expression
2017-08-13 14:19:12 -04:00
Rich Harris
4aae9a797e Merge pull request #764 from sveltejs/gh-762
call create() on new iterations of static each blocks
2017-08-13 14:18:59 -04:00
Rich Harris
da6b08ccc7 bind to change events for range inputs, as well as input events (#740) 2017-08-13 14:18:25 -04:00
Rich Harris
1f7349c5be simplify adapted example 2017-08-13 14:07:19 -04:00
Rich Harris
9d8f4d341d preserve space before non-parenthesized media query expression - fixes #759 2017-08-13 14:04:59 -04:00
Rich Harris
1f5f9604a8 call create() on new iterations of static each blocks (#762) 2017-08-13 13:57:30 -04:00
Rich Harris
dff1cb5fe3 -> v1.29.1 2017-08-08 22:08:16 -04:00
Rich Harris
8b9380fb24 Merge pull request #755 from sveltejs/gh-744
handle set after destroy, and move destroy into shared helpers
2017-08-08 22:03:18 -04:00
Rich Harris
fd3792bd60 replace destroy with noop on destroy 2017-08-06 14:26:19 -04:00
Rich Harris
44b73191c7 update tests 2017-08-05 22:24:31 -04:00
Rich Harris
85f5ebdec1 replace set with noop instead of checking _destroyed 2017-08-05 22:22:23 -04:00
Rich Harris
faf1eeea2f no need to bind destroy, event handlers are called with the component as context 2017-08-05 22:21:15 -04:00
Rich Harris
86fb0e4ced handle set after destroy, and move destroy into shared helpers 2017-08-05 22:16:47 -04:00
Rich Harris
8dd23b81df -> v1.29.0 2017-08-05 21:27:49 -04:00
Rich Harris
f3f85841a5 Merge pull request #751 from sveltejs/hoist-if-block-selectors
Hoist if block selectors
2017-08-05 21:26:24 -04:00