Commit Graph

  • f50faa9fdd unhoist select_block_type function for now (resolves #1195) Conduitry 2018-03-02 15:58:13 -0500
  • 2e2ae8fdc9 unhoist select_block_type function for now (resolves #1195) Conduitry 2018-03-02 15:58:13 -0500
  • cee1feaff6 add failing test for #1195 Conduitry 2018-03-02 15:54:17 -0500
  • ff6e104f92 add failing test for #1195 Conduitry 2018-03-02 15:54:17 -0500
  • e6db5868b7 formatting #1196 Kristofer Baxter 2018-02-27 18:09:39 -0800
  • 9ee83362f0 Move away from querySelector and querySelectorAll Kristofer Baxter 2018-02-27 18:06:13 -0800
  • 8b3bfa5f97 implement remount on individual nodes Rich Harris 2018-02-25 11:20:13 -0500
  • f8d6d99930 implement remount on individual nodes Rich Harris 2018-02-25 11:20:13 -0500
  • c61fed110a use else instead of if (!previousCondition) where possible Rich Harris 2018-02-25 11:13:02 -0500
  • 7638964fc0 use else instead of if (!previousCondition) where possible Rich Harris 2018-02-25 11:13:02 -0500
  • 16ff8f5126 refactor IfBlock slightly Rich Harris 2018-02-25 10:56:50 -0500
  • da155878a8 refactor IfBlock slightly Rich Harris 2018-02-25 10:56:50 -0500
  • f2beb3f39c use external is-reference library Rich Harris 2018-02-25 10:48:06 -0500
  • c6bba03f1d use external is-reference library Rich Harris 2018-02-25 10:48:06 -0500
  • d745d9c708 fix a couple of TODOs Rich Harris 2018-02-25 10:36:54 -0500
  • 1bc675da50 fix a couple of TODOs Rich Harris 2018-02-25 10:36:54 -0500
  • ca7bd18a87 failing test for #1187 #1194 Rich Harris 2018-02-25 09:29:06 -0500
  • d07c51204a Merge pull request #1176 from sveltejs/gh-1175 Rich Harris 2018-02-25 08:59:59 -0500
  • 8aaf92aca2
    Merge pull request #1176 from sveltejs/gh-1175 Rich Harris 2018-02-25 08:59:59 -0500
  • fde43ea376 Merge branch 'master' into gh-1175 Rich Harris 2018-02-25 08:48:52 -0500
  • e95a0b60a9 Merge branch 'master' into gh-1175 #1176 Rich Harris 2018-02-25 08:48:52 -0500
  • 34f18989d8 only use page[XY]Offset Rich Harris 2018-02-25 08:45:59 -0500
  • a5cc451c9c only use page[XY]Offset Rich Harris 2018-02-25 08:45:59 -0500
  • b32adfb470 Merge pull request #1189 from GarethOates/svelteDevStore Rich Harris 2018-02-24 19:30:26 -0500
  • 0648998a5c
    Merge pull request #1189 from GarethOates/svelteDevStore Rich Harris 2018-02-24 19:30:26 -0500
  • 1bd5d0897c use base36 for style classes Rich Harris 2018-02-24 19:23:33 -0500
  • 1ad28e6fe6 use base36 for style classes Rich Harris 2018-02-24 19:23:33 -0500
  • 9578a2ec4b use classes instead of attributes - fixes #1118 Rich Harris 2018-02-24 18:38:31 -0500
  • cbd1a11548 use classes instead of attributes - fixes #1118 Rich Harris 2018-02-24 18:38:31 -0500
  • f822a50d3e update more tests Rich Harris 2018-02-24 18:37:59 -0500
  • 81743a2562 update more tests Rich Harris 2018-02-24 18:37:59 -0500
  • c233e4f178 generate a class selector instead of an attribute selector Rich Harris 2018-02-24 15:27:36 -0500
  • e6c1cdf25b generate a class selector instead of an attribute selector Rich Harris 2018-02-24 15:27:36 -0500
  • 3053aaeec3 update tests Rich Harris 2018-02-24 15:26:57 -0500
  • 9971283671 update tests Rich Harris 2018-02-24 15:26:57 -0500
  • d8b3394415 Shameless plug of my svelte store package Gareth Oates 2018-02-24 21:26:04 +0100
  • 08c54eec11 Shameless plug of my svelte store package #1189 Gareth Oates 2018-02-24 21:26:04 +0100
  • 65f9f1ecd6 -> v1.56.0 Rich Harris 2018-02-24 13:40:19 -0500
  • f3d0ef38ad -> v1.56.0 v1.56.0 Rich Harris 2018-02-24 13:40:19 -0500
  • 395573b9ef Merge pull request #1185 from sveltejs/gh-1144 Rich Harris 2018-02-24 13:37:11 -0500
  • aacd14d499
    Merge pull request #1185 from sveltejs/gh-1144 Rich Harris 2018-02-24 13:37:11 -0500
  • 5a8a2dff9c Merge branch 'master' into gh-1144 Rich Harris 2018-02-24 13:30:49 -0500
  • 0131216a1a Merge branch 'master' into gh-1144 #1185 Rich Harris 2018-02-24 13:30:49 -0500
  • 8fb09723dc Merge pull request #1186 from sveltejs/gh-1181 Rich Harris 2018-02-24 13:30:22 -0500
  • a80104374b
    Merge pull request #1186 from sveltejs/gh-1181 Rich Harris 2018-02-24 13:30:22 -0500
  • e561f05e9f fix out of date test Rich Harris 2018-02-24 13:25:27 -0500
  • 602f13ae6b fix out of date test #1186 Rich Harris 2018-02-24 13:25:27 -0500
  • d625e8d16f allow observing $foo in dev mode - #1181 Rich Harris 2018-02-24 13:08:28 -0500
  • cb8071acd4 allow observing $foo in dev mode - #1181 Rich Harris 2018-02-24 13:08:28 -0500
  • 4226cbb4c4 wrap <slot> updates in conditional - fixes #1144 Rich Harris 2018-02-24 12:15:06 -0500
  • c2bb549901 wrap <slot> updates in conditional - fixes #1144 Rich Harris 2018-02-24 12:15:06 -0500
  • 43e116685a Merge pull request #1173 from sveltejs/gh-1122 Rich Harris 2018-02-24 11:12:30 -0500
  • 805c72fefc
    Merge pull request #1173 from sveltejs/gh-1122 Rich Harris 2018-02-24 11:12:30 -0500
  • d9b9327779 update tests Rich Harris 2018-02-23 09:11:10 -0500
  • 036277df64 update tests Rich Harris 2018-02-23 09:11:10 -0500
  • 9287b92e19 -> v1.55.1 Rich Harris 2018-02-23 09:09:32 -0500
  • 12715efbc1 -> v1.55.1 v1.55.1 Rich Harris 2018-02-23 09:09:32 -0500
  • 648a0a895f Merge pull request #1169 from sveltejs/gh-1166 Rich Harris 2018-02-23 08:59:39 -0500
  • 4ccc2ade2f
    Merge pull request #1169 from sveltejs/gh-1166 Rich Harris 2018-02-23 08:59:39 -0500
  • 610dd36130 update tests Rich Harris 2018-02-23 08:57:01 -0500
  • af5a73cc11 update tests #1173 Rich Harris 2018-02-23 08:57:01 -0500
  • 708975d7f8 Merge branch 'master' into gh-1122 Rich Harris 2018-02-23 08:53:57 -0500
  • c62bc6c9b8 Merge branch 'master' into gh-1122 Rich Harris 2018-02-23 08:53:57 -0500
  • 9f182f95f0 Merge pull request #1178 from GarethOates/storeCancelScope Rich Harris 2018-02-23 08:50:55 -0500
  • fba8a9479b
    Merge pull request #1178 from GarethOates/storeCancelScope Rich Harris 2018-02-23 08:50:55 -0500
  • 21889f5d3d use local `this` variable instead of .bind Rich Harris 2018-02-23 08:47:49 -0500
  • 957179fc7f
    use local `this` variable instead of .bind #1178 Rich Harris 2018-02-23 08:47:49 -0500
  • 704bdd9fa8 Merge pull request #1179 from sveltejs/fix-capitalize-warning Rich Harris 2018-02-23 08:41:32 -0500
  • 72a65c48da
    Merge pull request #1179 from sveltejs/fix-capitalize-warning Rich Harris 2018-02-23 08:41:32 -0500
  • 01cc255540 this was apparently unnecessary Rich Harris 2018-02-23 08:40:56 -0500
  • cde5fa1225 this was apparently unnecessary Rich Harris 2018-02-23 08:40:56 -0500
  • cd62a43102 add test for #1179 Rich Harris 2018-02-23 08:40:02 -0500
  • fdd9adab4d add test for #1179 #1179 Rich Harris 2018-02-23 08:40:02 -0500
  • 8ada4b8d40 Merge pull request #1182 from sveltejs/upgrade-acorn-es2018 Rich Harris 2018-02-23 08:35:12 -0500
  • b3b5e6c591
    Merge pull request #1182 from sveltejs/upgrade-acorn-es2018 Rich Harris 2018-02-23 08:35:12 -0500
  • 15e105392d upgrade acorn and parse as ES2018 Conduitry 2018-02-21 18:50:54 -0500
  • 8c1f09db1f upgrade acorn and parse as ES2018 #1182 Conduitry 2018-02-21 18:50:54 -0500
  • af0b80d7ed fixed test considering master branch #1141 Denis Kurilenko 2018-02-20 02:44:39 +0300
  • f7853fa778 fixed test Denis Kurilenko 2018-02-20 02:04:09 +0300
  • 0cd4d85b8f written tests and little changes Denis Kurilenko 2018-02-20 01:49:16 +0300
  • ef752de8f1 fixed state for radio input Denis Kurilenko 2018-02-19 01:37:06 +0300
  • 6f17979bc6 fix capitalize warning Rich Harris 2018-02-18 10:21:51 -0500
  • 6e31efce11 fix capitalize warning Rich Harris 2018-02-18 10:21:51 -0500
  • 92cb77f8da There was no test to determine if onchange cancel threw an error Gareth Oates 2018-02-18 14:19:46 +0100
  • 389b5c9ff9 There was no test to determine if onchange cancel threw an error Gareth Oates 2018-02-18 14:19:46 +0100
  • 566f64d436 this._changeHandlers was undefined when calling cancel() Gareth Oates 2018-02-16 10:58:18 +0100
  • 7d44b181f2 this._changeHandlers was undefined when calling cancel() Gareth Oates 2018-02-16 10:58:18 +0100
  • 61ac049b70 Using pageYOffset & pageXOffset Robert Hall 2018-02-15 22:10:07 +0700
  • 836cc36598 Using pageYOffset & pageXOffset Robert Hall 2018-02-15 22:10:07 +0700
  • f1a28de4b1 -> v1.55.0 Rich Harris 2018-02-11 17:39:57 -0500
  • 8330f328fa -> v1.55.0 v1.55.0 Rich Harris 2018-02-11 17:39:57 -0500
  • dcf8e4694a Merge branch 'master' into gh-1122 Rich Harris 2018-02-11 17:33:10 -0500
  • d162ce9968 Merge branch 'master' into gh-1122 Rich Harris 2018-02-11 17:33:10 -0500
  • e4da15330f put _differs on prototype, remove runtime option Rich Harris 2018-02-11 17:32:48 -0500
  • 1b599bd57b put _differs on prototype, remove runtime option Rich Harris 2018-02-11 17:32:48 -0500
  • c7acf71efd Merge branch 'immutable-support' of https://github.com/jacwright/svelte into jacwright-immutable-support Rich Harris 2018-02-11 16:50:57 -0500
  • 81b12e030e Merge branch 'immutable-support' of https://github.com/jacwright/svelte into jacwright-immutable-support Rich Harris 2018-02-11 16:50:57 -0500
  • d5e238770d revert to component.get() in _bind Rich Harris 2018-02-11 16:22:42 -0500
  • 9dcf59868d revert to component.get() in _bind Rich Harris 2018-02-11 16:22:42 -0500
  • 4a02c2d44b dont create context for pending block Rich Harris 2018-02-11 16:20:29 -0500