Commit Graph

  • af0bfe4a16 -> v3.6.3 v3.6.3 Richard Harris 2019-07-01 21:23:16 -0400
  • b21a5c8562 Merge branch 'onmount_triggers_in_reverse_order_for_siblings' of https://github.com/colincasey/svelte into colincasey-onmount_triggers_in_reverse_order_for_siblings Rich Harris 2019-07-01 13:14:44 -0400
  • 3595f50228 Merge branch 'onmount_triggers_in_reverse_order_for_siblings' of https://github.com/colincasey/svelte into colincasey-onmount_triggers_in_reverse_order_for_siblings Rich Harris 2019-07-01 13:14:44 -0400
  • 87f5ae925a Merge pull request #3149 from Conduitry/preprocess-attribute-parsing-fix Rich Harris 2019-07-01 13:08:41 -0400
  • 0a14009f4d
    Merge pull request #3149 from Conduitry/preprocess-attribute-parsing-fix Rich Harris 2019-07-01 13:08:41 -0400
  • c01745abcc preserve symmetry when walking css ast Rich Harris 2019-07-01 13:06:13 -0400
  • 80bf0fd152 preserve symmetry when walking css ast Rich Harris 2019-07-01 13:06:13 -0400
  • 475433c7d7 preprocess: fix handling of attribute values containing `=` Conduitry 2019-07-01 13:01:59 -0400
  • f78362dad4 preprocess: fix handling of attribute values containing `=` #3149 Conduitry 2019-07-01 13:01:59 -0400
  • fba160906c Merge branch 'gh-3135' of https://github.com/btk5h/svelte into btk5h-gh-3135 Rich Harris 2019-07-01 12:53:21 -0400
  • bff7dace5b Merge branch 'gh-3135' of https://github.com/btk5h/svelte into btk5h-gh-3135 Rich Harris 2019-07-01 12:53:21 -0400
  • cb545713a6 Merge pull request #3147 from sveltejs/gh-2693 Rich Harris 2019-07-01 11:28:51 -0400
  • 73a745b8d1
    Merge pull request #3147 from sveltejs/gh-2693 Rich Harris 2019-07-01 11:28:51 -0400
  • 36b15b50a3 Merge pull request #3146 from sveltejs/gh-2135 Rich Harris 2019-07-01 11:27:32 -0400
  • 1427206f85
    Merge pull request #3146 from sveltejs/gh-2135 Rich Harris 2019-07-01 11:27:32 -0400
  • 3f7c7e021e Merge pull request #3145 from sveltejs/gh-2034 Rich Harris 2019-07-01 11:27:06 -0400
  • 2915cf9cc3
    Merge pull request #3145 from sveltejs/gh-2034 Rich Harris 2019-07-01 11:27:06 -0400
  • fc71d001b3 Merge pull request #3142 from sveltejs/gh-1496 Rich Harris 2019-07-01 11:26:42 -0400
  • 8ffe03a04d
    Merge pull request #3142 from sveltejs/gh-1496 Rich Harris 2019-07-01 11:26:42 -0400
  • f232f2dbee Merge pull request #3141 from sveltejs/gh-1705 Rich Harris 2019-07-01 11:26:10 -0400
  • 4b62fa27e4
    Merge pull request #3141 from sveltejs/gh-1705 Rich Harris 2019-07-01 11:26:10 -0400
  • 65b0b6a571 on second thoughts Rich Harris 2019-07-01 11:18:56 -0400
  • 7a11b7531b on second thoughts #3147 Rich Harris 2019-07-01 11:18:56 -0400
  • 00d43752bb distinguish between lazy and non-lazy expressions - fixes #2693 Richard Harris 2019-07-01 09:19:28 -0400
  • 91aabf5f49 distinguish between lazy and non-lazy expressions - fixes #2693 Richard Harris 2019-07-01 09:19:28 -0400
  • 9601f44ff2 handle circular values when rendering bindings - fixes #2135 Richard Harris 2019-07-01 08:32:07 -0400
  • 4082566392 handle circular values when rendering bindings - fixes #2135 #3146 Richard Harris 2019-07-01 08:32:07 -0400
  • d4b021201f update bind:this references when setting to null - fixes #2034 Richard Harris 2019-07-01 08:12:06 -0400
  • 17096e6b0e update bind:this references when setting to null - fixes #2034 #3145 Richard Harris 2019-07-01 08:12:06 -0400
  • 8d95c53c09 prevent await block mounting inside removed if block - fixes #1496 Richard Harris 2019-06-30 20:51:13 -0400
  • b7ba0d69ee prevent await block mounting inside removed if block - fixes #1496 #3142 Richard Harris 2019-06-30 20:51:13 -0400
  • 15f89891a0 add scoping attribute for pseudo-class selectors without a type/class - fixes #1705 Richard Harris 2019-06-30 17:39:57 -0400
  • 0fd34b1f41 add scoping attribute for pseudo-class selectors without a type/class - fixes #1705 #3141 Richard Harris 2019-06-30 17:39:57 -0400
  • 2721fc538c Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-06-30 17:26:48 -0400
  • 220515b605 Merge branch 'master' of github.com:sveltejs/svelte Richard Harris 2019-06-30 17:26:48 -0400
  • c03c422cb1 The element on: directive anchorwas pointing to the component on: directive anchor. Luca Bonavita 2019-06-30 15:51:50 +0100
  • 0eb86d2a13 The element on: directive anchorwas pointing to the component on: directive anchor. Luca Bonavita 2019-06-30 15:51:50 +0100
  • aa767bb93c The element on: directive anchorwas pointing to the component on: directive anchor. #3139 Luca Bonavita 2019-06-30 15:51:50 +0100
  • 5567365cde Typo Timothy Johnson 2019-06-14 16:40:48 -0700
  • 05b9bdde7f Typo Timothy Johnson 2019-06-14 16:40:48 -0700
  • 35f4f288c8 Events for dom properties Timothy Johnson 2019-06-13 16:14:58 -0700
  • 8e163e27ef Events for dom properties Timothy Johnson 2019-06-13 16:14:58 -0700
  • 885e0035c8 Pass options in component event Timothy Johnson 2019-06-10 18:25:51 -0700
  • cdd3bf0165 Pass options in component event Timothy Johnson 2019-06-10 18:25:51 -0700
  • 982de5f8bc Fix tests Timothy Johnson 2019-06-10 15:43:11 -0700
  • 9223f56323 Fix tests Timothy Johnson 2019-06-10 15:43:11 -0700
  • ad7c62d983 Events for DOM methods Timothy Johnson 2019-06-09 17:41:42 -0700
  • 6b58a1d2f6 Events for DOM methods Timothy Johnson 2019-06-09 17:41:42 -0700
  • 8658c5e5fb Component.$unsafe_set Timothy Johnson 2019-06-09 14:11:21 -0700
  • 126c515d22 Component.$unsafe_set Timothy Johnson 2019-06-09 14:11:21 -0700
  • fe2d875815 Events for Blocks and Components Timothy Johnson 2019-06-09 14:10:59 -0700
  • 0e1cb29c1e Events for Blocks and Components Timothy Johnson 2019-06-09 14:10:59 -0700
  • 439ab17c7f Add tests Bryan Terce 2019-06-29 15:22:31 -0700
  • f654dd0ae4
    Add tests #3137 Bryan Terce 2019-06-29 15:22:31 -0700
  • f317dc451d Restore correct current_atrule Bryan Terce 2019-06-29 15:20:26 -0700
  • ca8365ef06
    Restore correct current_atrule Bryan Terce 2019-06-29 15:20:26 -0700
  • 1d4e2032ed add font-display css Richard Harris 2019-06-29 16:25:24 -0400
  • be854582e8 add font-display css Richard Harris 2019-06-29 16:25:24 -0400
  • b33d0f3e22 Merge pull request #3127 from pngwn/3029-module-reactivity Rich Harris 2019-06-29 16:14:53 -0400
  • 80ef6f190d
    Merge pull request #3127 from pngwn/3029-module-reactivity Rich Harris 2019-06-29 16:14:53 -0400
  • c8d923224d Update 01-component-format.md Rich Harris 2019-06-29 16:14:38 -0400
  • e05680d2e7
    Update 01-component-format.md #3127 Rich Harris 2019-06-29 16:14:38 -0400
  • af83b80a9b Merge pull request #3129 from mfranzke/master Rich Harris 2019-06-29 16:12:16 -0400
  • cfee4ea08f
    Merge pull request #3129 from mfranzke/master Rich Harris 2019-06-29 16:12:16 -0400
  • 43999c8c14 Merge pull request #3130 from Cleecanth/patch-1 Rich Harris 2019-06-29 16:11:41 -0400
  • ada15bc189
    Merge pull request #3130 from Cleecanth/patch-1 Rich Harris 2019-06-29 16:11:41 -0400
  • 5576b60474 lint Richard Harris 2019-06-29 15:15:02 -0400
  • 1204d1e0a3 lint Richard Harris 2019-06-29 15:15:02 -0400
  • ed8ec3c505 -> v3.6.2 Richard Harris 2019-06-29 15:01:29 -0400
  • 8ed5f1e73c -> v3.6.2 v3.6.2 Richard Harris 2019-06-29 15:01:29 -0400
  • eb8ae7194d Pass hoisted values through to slots (#3124) Rich Harris 2019-06-29 14:42:02 -0400
  • b2d9da3460
    Pass hoisted values through to slots (#3124) Rich Harris 2019-06-29 14:42:02 -0400
  • 8f6e6859f7 Update tests Axelen123 2019-06-28 18:40:10 +0200
  • 1ca0b23d0d
    Update tests #3148 #3126 Axelen123 2019-06-28 18:40:10 +0200
  • bdb8237cf8 Make inject_state and capture_state always available Axelen123 2019-06-28 18:31:04 +0200
  • f06bc2fff7
    Make inject_state and capture_state always available Axelen123 2019-06-28 18:31:04 +0200
  • 435afc0198 Change tweened docs to show "interpolate" option Chris Lee 2019-06-28 10:38:30 -0500
  • 0a76ea32bc
    Change tweened docs to show "interpolate" option #3130 Chris Lee 2019-06-28 10:38:30 -0500
  • 6289d9bea6 docs: adding a quick comment Maximilian 2019-06-28 13:33:36 +0200
  • 4eb6cf05f8 docs: adding a quick comment #3129 Maximilian 2019-06-28 13:33:36 +0200
  • 6849c6bea0 docs: adding a comment Maximilian 2019-06-28 13:25:42 +0200
  • f14b15afcf docs: adding a comment Maximilian 2019-06-28 13:25:42 +0200
  • 0e43eb8a26 fix: image sizing after WebP introduction Maximilian 2019-06-28 13:24:35 +0200
  • 24788d7ee1 fix: image sizing after WebP introduction Maximilian 2019-06-28 13:24:35 +0200
  • ac07fcbc6c refactor: lazy loading the organisations images Maximilian 2019-06-28 13:23:26 +0200
  • b4a83ad80c refactor: lazy loading the organisations images Maximilian 2019-06-28 13:23:26 +0200
  • 1226a58635 refactor: providing this logo in optimized image formats Maximilian 2019-06-28 13:22:54 +0200
  • e2c76fc01a refactor: providing this logo in optimized image formats Maximilian 2019-06-28 13:22:54 +0200
  • d6bcacfec0 refactor: provided optimized Tokopedia logos Maximilian 2019-06-28 13:20:39 +0200
  • c7a47489db refactor: provided optimized Tokopedia logos Maximilian 2019-06-28 13:20:39 +0200
  • a947d1bd53
    Merge branch 'master' into gh-2586 #3124 Rich Harris 2019-06-27 19:59:44 -0400
  • 3ec8e5fe33 Fix contextual bind:this (#2806) Rich Harris 2019-06-27 19:59:11 -0400
  • 6af23ba88c
    Fix contextual bind:this (#2806) Rich Harris 2019-06-27 19:59:11 -0400
  • 26e15dc74c Merge pull request #3112 from sveltejs/gh-2917 Rich Harris 2019-06-27 19:58:30 -0400
  • 46b2e77a7e
    Merge pull request #3112 from sveltejs/gh-2917 Rich Harris 2019-06-27 19:58:30 -0400
  • 6ef7809b1e Site: document that module script variables are not reactive. Closes #3029. pngwn 2019-06-27 20:59:40 +0100
  • e0ac393a76 Site: document that module script variables are not reactive. Closes #3029. pngwn 2019-06-27 20:59:40 +0100
  • 508f2e7e34 Only capture and inject writable props Axelen123 2019-06-27 13:31:49 +0200
  • d64521cf42
    Only capture and inject writable props Axelen123 2019-06-27 13:31:49 +0200
  • c0a366b995 Add test for capture_state and inject_state Axelen123 2019-06-27 12:52:03 +0200