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

6889 Commits

Author SHA1 Message Date
Rich-Harris
fd9dc9033a -> v1.0.2 2016-11-29 23:23:07 -05:00
Rich-Harris
be03b76950 use style.cssText rather than style (#44) 2016-11-29 23:21:56 -05:00
Arpad Borsos
444216801c Update .gitignore 2016-11-29 22:53:16 +01:00
Arpad Borsos
2a86cd9771 Delete coverage.lcov 2016-11-29 22:52:09 +01:00
Rich Harris
edb3946ba6 add failing but skipped test 2016-11-29 13:31:33 -05:00
Rich Harris
f95656c561 -> v1.0.1 2016-11-29 11:42:45 -05:00
Rich Harris
da980983c6 retain SVG namespace inside each blocks 2016-11-29 11:40:35 -05:00
Rich Harris
621fc92b1c dont use property names with SVG elements 2016-11-29 11:33:03 -05:00
Rich Harris
aab6df51fd -> v1.0.0 2016-11-29 10:57:44 -05:00
Rich Harris
7266f52ad9 add readme 2016-11-29 10:57:39 -05:00
Rich Harris
36a4befc3e Merge pull request #31 from Swatinem/insert-before-anchor
correctly insert non-element children before an anchor
2016-11-29 10:38:31 -05:00
Arpad Borsos
b63a54b502
correctly insert non-element children before an anchor 2016-11-29 13:06:09 +01:00
Rich-Harris
ad4726ce76 argh i have no idea what im doing 2016-11-27 08:49:25 -05:00
Rich-Harris
5ba66c6511 whoops 2016-11-27 08:34:54 -05:00
Rich-Harris
d84adbf243 try to get coverage working again 2016-11-27 08:32:03 -05:00
Rich-Harris
46184e593d huh, coverage is failing 2016-11-27 08:18:11 -05:00
Rich-Harris
fb5dd95bb0 IIFE and UMD builds (#27) 2016-11-26 18:49:26 -05:00
Rich-Harris
fa5bbbee9f implement AMD and CommonJS outout formats (#27) 2016-11-26 15:13:03 -05:00
Rich-Harris
6b677f61ec -> v0.3.0 2016-11-26 13:01:10 -05:00
Rich-Harris
2fd833c09e only detach each anchors if necessary 2016-11-26 12:49:34 -05:00
Rich-Harris
78667bc920 only detach nodes if necessary (fixes #26) 2016-11-26 12:48:47 -05:00
Rich-Harris
0f464d79b2 only fire onrender hooks once component is in the DOM – fixes #18 2016-11-26 12:29:39 -05:00
Rich-Harris
8b365084e6 linting 2016-11-26 11:37:48 -05:00
Rich-Harris
c199407db2 more validation 2016-11-26 11:34:16 -05:00
Rich-Harris
0698525f1b basic validation 2016-11-26 10:52:25 -05:00
Rich-Harris
c1d230d625 only set ref to null when tearing down if it is still current – closes #24 2016-11-25 22:35:41 -05:00
Rich-Harris
4d842ab8a2 -> v0.2.2 2016-11-25 18:01:27 -05:00
Rich-Harris
541f4ccc1b -> v0.2.1 2016-11-25 17:26:45 -05:00
Rich-Harris
507c9eb1a3 oops 2016-11-25 16:24:57 -05:00
Rich-Harris
d22fcb5026 -> v0.2.0 2016-11-25 15:52:43 -05:00
Rich-Harris
ad1f15d01f -> v0.2.0 2016-11-25 15:52:28 -05:00
Rich-Harris
8704d38503 use MagicString.Bundle for better sourcemap support 2016-11-24 11:18:52 -05:00
Rich-Harris
04388f7a0e initialise fragments with data, rather than waiting for first update 2016-11-23 23:51:28 -05:00
Rich-Harris
7736866397 better solution for preventing blowback with inter-component bindings, also fixes #19 2016-11-23 15:57:51 -05:00
Rich-Harris
20bf76b578 component is context for custom event handlers 2016-11-23 13:20:02 -05:00
Rich-Harris
170f4210bc refactor slightly 2016-11-23 12:35:34 -05:00
Rich-Harris
c523fc74aa only update components if their dependencies have changed 2016-11-23 12:32:30 -05:00
Rich-Harris
978a2bcae7 some more tests 2016-11-23 10:47:49 -05:00
Rich-Harris
2ed34f4fe2 remove top-level text nodes on teardown 2016-11-23 10:47:36 -05:00
Rich-Harris
817d371826 fix readUntil infinite loop bug 2016-11-23 08:56:58 -05:00
Rich-Harris
b233bbf404 indent init statement 2016-11-22 23:01:25 -05:00
Rich-Harris
ad79ce6ec5 throw if template is not a string 2016-11-22 23:00:44 -05:00
Rich-Harris
4ba76b09c2 test depends on build, not the other way round 2016-11-22 23:00:28 -05:00
Rich-Harris
f3d635fe60 basic <select> binding 2016-11-22 21:07:31 -05:00
Rich-Harris
50a02cc344 handle missing data 2016-11-22 19:08:26 -05:00
Rich-Harris
48ce1c9054 fix component boolean attributes 2016-11-22 17:45:51 -05:00
Rich-Harris
8e96699044 prevent infinite set loops 2016-11-22 17:34:06 -05:00
Rich-Harris
bbdb87adac test deeply nested bindings 2016-11-22 17:16:28 -05:00
Rich-Harris
54b713ce5a prevent infinite observe loops 2016-11-22 16:52:16 -05:00
Rich-Harris
2741eee8bf bind:foo shorthand – closes #20 2016-11-22 16:52:04 -05:00