Commit Graph

  • 63b5ff96cf add support for various export syntax John Chesley 2019-03-07 22:42:54 -0500
  • 8cae8f233e add support for various export syntax John Chesley 2019-03-07 22:42:54 -0500
  • 84d9352ea2 add samples for various export syntax John Chesley 2019-03-07 22:39:48 -0500
  • 5629a8d1c2 add samples for various export syntax John Chesley 2019-03-07 22:39:48 -0500
  • 3e7eafe9de chapters on <svelte:component> and <svelte:window> Richard Harris 2019-03-07 22:24:29 -0500
  • 37480a9331 <svelte:self> chapter Rich Harris 2019-03-07 20:29:00 -0500
  • 1f7aa8a555 bump beta version Rich Harris 2019-03-07 09:21:46 -0500
  • ea88317f84 bump beta version Rich Harris 2019-03-07 09:21:46 -0500
  • d1676a9efa merge master -> restructure-docs Rich Harris 2019-03-07 09:12:08 -0500
  • ac5181bef8 add section on context Rich Harris 2019-03-07 09:10:31 -0500
  • 8601e9e10b site: deps Conduitry 2019-03-07 08:53:18 -0500
  • 7ca4c408e2 site: deps Conduitry 2019-03-07 08:53:18 -0500
  • 73611e0fbd Merge pull request #2153 from bsssshhhhhhh/patch-2 Rich Harris 2019-03-07 08:40:04 -0500
  • d0c7cce76c
    Merge pull request #2153 from bsssshhhhhhh/patch-2 Rich Harris 2019-03-07 08:40:04 -0500
  • 6de28ecba6 Merge pull request #2172 from jches/gh/2165 Rich Harris 2019-03-07 08:38:39 -0500
  • 4090925a8e
    Merge pull request #2172 from jches/gh/2165 Rich Harris 2019-03-07 08:38:39 -0500
  • 134697bfb0 Merge pull request #2161 from sveltejs/gh-2129 Rich Harris 2019-03-07 08:34:44 -0500
  • c019150112
    Merge pull request #2161 from sveltejs/gh-2129 Rich Harris 2019-03-07 08:34:44 -0500
  • cbed153826 Merge pull request #2168 from sveltejs/gh-2154 Rich Harris 2019-03-07 08:33:28 -0500
  • 713eb158ad
    Merge pull request #2168 from sveltejs/gh-2154 Rich Harris 2019-03-07 08:33:28 -0500
  • 0badc25fa8 Merge pull request #2169 from sveltejs/repl-updates Rich Harris 2019-03-07 08:32:36 -0500
  • 7373db4ffb
    Merge pull request #2169 from sveltejs/repl-updates Rich Harris 2019-03-07 08:32:36 -0500
  • 9b9a1a5d2a woops, this is redundant John Chesley 2019-03-07 00:36:20 -0500
  • 428165eb79 woops, this is redundant #2172 John Chesley 2019-03-07 00:36:20 -0500
  • c9e815fdb8 create a new declaration for non-exported variables that follow an exported one (#2165) John Chesley 2019-03-07 00:25:32 -0500
  • d6c160aade create a new declaration for non-exported variables that follow an exported one (#2165) John Chesley 2019-03-07 00:25:32 -0500
  • 7d94ac1c1e add test for #2165 John Chesley 2019-03-06 22:33:21 -0500
  • fc19749673 add test for #2165 John Chesley 2019-03-06 22:33:21 -0500
  • 0bece09dae various REPL improvements Richard Harris 2019-03-06 14:20:41 -0500
  • e6f0282da1 various REPL improvements #2169 Richard Harris 2019-03-06 14:20:41 -0500
  • c3c07b676e require whitespace after `{@html` (#2154) Conduitry 2019-03-06 12:42:40 -0500
  • bee6fe7ebc require whitespace after `{@html` (#2154) #2168 Conduitry 2019-03-06 12:42:40 -0500
  • a7aaf6e841 slot props chapter Rich Harris 2019-03-05 21:40:20 -0500
  • 6c4ccbbc1a spruce up slot examples Rich Harris 2019-03-05 21:10:28 -0500
  • 614c613a96 another test Conduitry 2019-03-05 16:11:02 -0500
  • f5290b2958 another test #2161 Conduitry 2019-03-05 16:11:02 -0500
  • 9b6c142f37 update tests Conduitry 2019-03-05 12:34:47 -0500
  • 957093e81a update tests Conduitry 2019-03-05 12:34:47 -0500
  • 33b52692a8 prevent reactive declaration assignees from being dependencies (#2129) Conduitry 2019-03-05 12:31:02 -0500
  • 8f5aba3225 prevent reactive declaration assignees from being dependencies (#2129) Conduitry 2019-03-05 12:31:02 -0500
  • 46fc0dec0b start slots section Rich Harris 2019-03-04 19:40:35 -0500
  • b2c3eb7ba8 document class directive Rich Harris 2019-03-04 19:28:15 -0500
  • 26b3e5171b add action chapter, plus a couple of placeholders Richard Harris 2019-03-04 09:23:51 -0500
  • ee3ef5bca7 reorder sections, add transition section Richard Harris 2019-03-04 07:46:48 -0500
  • 8a350d6cbd tweak wording Richard Harris 2019-03-03 21:49:31 -0500
  • 0b9d86f514 add 0% buttons Richard Harris 2019-03-03 21:48:48 -0500
  • c8018bbfea fix firefox styles Richard Harris 2019-03-03 21:48:18 -0500
  • 941995fbe6 lifecycle Richard Harris 2019-03-03 21:47:25 -0500
  • bcfb922760 Override create_ssr_component().$$render to call set_current_component #2157 Brian Takita 2019-03-03 21:18:10 -0500
  • 67c926e121 Debugging CI. Will rebase if this commit fails. Brian Takita 2019-03-03 21:05:52 -0500
  • 313f3b4898 SSR InlineComponent rendering .render instead of .$$render on the component Brian Takita 2019-03-03 20:29:53 -0500
  • 449e1502e7 document tweened and spring Richard Harris 2019-03-03 18:43:41 -0500
  • b528e00730 update TODO Richard Harris 2019-03-03 17:42:55 -0500
  • 3e8ea124ea document stores Richard Harris 2019-03-03 17:40:17 -0500
  • 4d653f2635 typo Richard Harris 2019-03-03 15:47:03 -0500
  • 4a53da3cd6 toggle between "show me" and "reset" Richard Harris 2019-03-03 15:46:02 -0500
  • 5fd077507b fix width of sidebar Richard Harris 2019-03-03 15:31:16 -0500
  • 142f552552 delete unused styles Richard Harris 2019-03-03 15:15:17 -0500
  • 7c0f916a6c make runtime errors visible Richard Harris 2019-03-03 15:06:34 -0500
  • b6c6ae79ed tweak some examples Richard Harris 2019-03-03 14:18:39 -0500
  • fda8d1947d refactor stuff to support differentiating between setting and updating components in REPL Richard Harris 2019-03-03 14:09:46 -0500
  • 9b5c0c4069 Update Element.ts Brian S 2019-03-03 10:34:47 -0500
  • d0cd4521dd
    Update Element.ts #2153 Brian S 2019-03-03 10:34:47 -0500
  • 5d2d35b3b8 rename back (case sensitivity) Richard Harris 2019-03-02 18:43:46 -0500
  • 8251c8d275 rename file Richard Harris 2019-03-02 18:43:32 -0500
  • 9c22f6a5bf simplify viewer Richard Harris 2019-03-02 18:42:41 -0500
  • 68bc5ee8b5 refactor message stuff Richard Harris 2019-03-02 18:07:15 -0500
  • 228a0585ef remove some unused code Richard Harris 2019-03-02 17:27:20 -0500
  • ccbd22d936 tidy up some examples Richard Harris 2019-03-02 17:27:10 -0500
  • 53653c1c7c more context stuff Richard Harris 2019-03-02 17:16:55 -0500
  • 8c9cc8bf2a remove unnecessary component Richard Harris 2019-03-02 16:46:43 -0500
  • 4a142ea71e fix display of warnings/errors Richard Harris 2019-03-02 16:34:43 -0500
  • 4b106d07d1 get errors and warnings out of the way of the code, finally Richard Harris 2019-03-02 14:37:12 -0500
  • 4e02c71bdf fix merge conflict Richard Harris 2019-03-02 14:07:05 -0500
  • d331af9e32 merge master -> restructure-docs Richard Harris 2019-03-02 14:06:24 -0500
  • b8aabcb508 bump svelte version Richard Harris 2019-03-02 14:05:21 -0500
  • 19a4458212 bump beta version Richard Harris 2019-03-02 14:04:39 -0500
  • 27ec345f31 bump beta version Richard Harris 2019-03-02 14:04:39 -0500
  • 10b93befc4 Merge pull request #2150 from sveltejs/gh-2149 Rich Harris 2019-03-02 13:58:34 -0500
  • ac38a286e6
    Merge pull request #2150 from sveltejs/gh-2149 Rich Harris 2019-03-02 13:58:34 -0500
  • a82c3c3424 Merge pull request #2145 from sveltejs/gh-2060 Rich Harris 2019-03-02 13:56:07 -0500
  • 03f74c1505
    Merge pull request #2145 from sveltejs/gh-2060 Rich Harris 2019-03-02 13:56:07 -0500
  • ad9949bfc5 add test for #2127 Richard Harris 2019-03-02 13:51:45 -0500
  • d15acd89cc add test for #2127 Richard Harris 2019-03-02 13:51:45 -0500
  • 3aca10e135 allow event handlers to come from destructured var declarations - fixes #2149 Richard Harris 2019-03-02 13:38:04 -0500
  • 104818057f allow event handlers to come from destructured var declarations - fixes #2149 #2150 Richard Harris 2019-03-02 13:38:04 -0500
  • 977f61f1eb use context for handling changes Richard Harris 2019-03-02 12:23:33 -0500
  • e4e29b9a31 use context for error navigation Richard Harris 2019-03-02 12:15:53 -0500
  • 79bbeb7ec7 move some logic into ComponentSelector Richard Harris 2019-03-02 12:00:59 -0500
  • 9e5c5a9f89 start using context API for REPL Richard Harris 2019-03-02 11:21:46 -0500
  • 64295c7d1a fix code preview Richard Harris 2019-03-02 10:14:27 -0500
  • 66e1240d6d explain once modifier Richard Harris 2019-03-02 09:11:14 -0500
  • 9e5e8d7d3f tweak link Richard Harris 2019-03-02 09:05:26 -0500
  • d0e7bb80de Merge branch 'restructure-docs' of https://github.com/c0bra/svelte into c0bra-restructure-docs Richard Harris 2019-03-02 08:56:13 -0500
  • 44ef530c14 dimension/this bindings Richard Harris 2019-03-02 08:47:58 -0500
  • 0c6de32217 destroy components on change Richard Harris 2019-03-02 08:30:11 -0500
  • c3d9647fb0 tabs Richard Harris 2019-03-02 08:29:54 -0500
  • e5ec5acd89 add video binding tutorial starring pngwn Richard Harris 2019-03-01 22:40:53 -0500
  • 4d3be024cc contextual binding tutorial Richard Harris 2019-03-01 22:38:25 -0500
  • ddea4fcab7 more content Richard Harris 2019-03-01 09:27:49 -0500