Commit Graph

  • 0dfcd19629 spread condition for input element Tan Li Hau 2020-06-12 01:24:27 +0800
  • 68f2f41fe4 chore(typo): address typo in the PR template (#5058) Bassam Ismail 2020-06-24 05:28:03 +0530
  • 1c39f6079f
    chore(typo): address typo in the PR template (#5058) Bassam Ismail 2020-06-24 05:28:03 +0530
  • db3651fb14 chore(typo): address typo in the PR template #5058 Bassam Ismail 2020-06-24 03:18:07 +0530
  • 80293a2b6f fix(5019): check if mapbox key is added before generating the production build. Bassam Ismail 2020-06-24 03:07:14 +0530
  • 62f15c17ac [a11y] Make anchor tag tutorial nav accessible (#5055) Sam Saccone 2020-06-23 13:20:52 -0700
  • 2d5f1a6aa3
    [a11y] Make anchor tag tutorial nav accessible (#5055) Sam Saccone 2020-06-23 13:20:52 -0700
  • 3f434acd62 update changelog Conduitry 2020-06-23 16:18:56 -0400
  • e139bd4922 update changelog Conduitry 2020-06-23 16:18:56 -0400
  • 5035a2995f fix hoisting of imported, mutated stores (#5022) Bassam Ismail 2020-06-24 01:47:42 +0530
  • 0e2bc352df
    fix hoisting of imported, mutated stores (#5022) Bassam Ismail 2020-06-24 01:47:42 +0530
  • 74be90d9c2 update changelog Conduitry 2020-06-23 16:07:09 -0400
  • 92578706b0 update changelog Conduitry 2020-06-23 16:07:09 -0400
  • 5fd448d3ec skip a11y-missing-content check with contenteditable bindings (#5023) Bassam Ismail 2020-06-24 01:36:05 +0530
  • 10f7b5ee70
    skip a11y-missing-content check with contenteditable bindings (#5023) Bassam Ismail 2020-06-24 01:36:05 +0530
  • 6cd98c1bd5 tidy #5023 Conduitry 2020-06-23 16:01:55 -0400
  • 24f8c2ab78 fix <select> one-way bind when options change (#5054) Tan Li Hau 2020-06-24 03:55:33 +0800
  • 6289dfcdcd
    fix <select> one-way bind when options change (#5054) Tan Li Hau 2020-06-24 03:55:33 +0800
  • c9e035cf4c
    [a11y] Make anchor tag tutorial nav accessible #5055 Sam Saccone 2020-06-23 12:54:58 -0700
  • 07205c0db1 update changelog #5054 Conduitry 2020-06-23 15:50:38 -0400
  • b7392617fd Merge branch 'master' into pr/5054 Conduitry 2020-06-23 15:49:44 -0400
  • df790f6355 fix(5019): make variable if hoisted if subscrible #5022 Bassam Ismail 2020-06-23 20:57:16 +0530
  • 46d0d129b7 fix(5019): add tests to validate store is hoisted Bassam Ismail 2020-06-23 20:45:13 +0530
  • 7a52cec1e0 fix(5019): mark imported stores as hoistable Bassam Ismail 2020-06-16 09:01:00 +0530
  • c7e8e6fee9 fix(5019): imported stores can be identified as reactive store subscription Bassam Ismail 2020-06-15 20:49:59 +0530
  • fefa4e6ed6 docs: clarify onMount with non-synchronous handlers (#5053) Antony Jones 2020-06-23 15:53:49 +0100
  • dc73b735ce
    docs: clarify onMount with non-synchronous handlers (#5053) Antony Jones 2020-06-23 15:53:49 +0100
  • 3d6baf5dd5 fix(5020): add tests to validate error isn't thrown when contenteditable is added Bassam Ismail 2020-06-23 20:20:44 +0530
  • bdc815462c fix(5020): skip child content a11y check on html/textContent binding Bassam Ismail 2020-06-15 23:18:05 +0530
  • 2e297efd79 make formatting of synchronously consistent #5053 Antony Jones 2020-06-23 15:13:36 +0100
  • 5b38f7adcb modify wording for clarity Antony Jones 2020-06-23 15:10:56 +0100
  • 95d4913ed8 fix extracting names from ThisExpression (#5036) Tan Li Hau 2020-06-23 22:00:43 +0800
  • 6e2b81663c
    fix extracting names from ThisExpression (#5036) Tan Li Hau 2020-06-23 22:00:43 +0800
  • 6174a7d1e1 update changelog #5036 Conduitry 2020-06-23 10:00:16 -0400
  • 0174c1a844 fix select bind:value when option value change Tan Li Hau 2020-06-23 19:00:34 +0800
  • 3d3663a977 make more concise Antony Jones 2020-06-23 11:14:33 +0100
  • 83084f9d1c clarify onMount with async Antony Jones 2020-06-23 11:11:13 +0100
  • 5d0f430fd4 mark reactive declarations dependencies as mutated if the declaration is mutated Tan Li Hau 2020-06-21 10:49:41 +0800
  • fedf02cb69 Add stopImmediatePropagation modifier to event handlers. Marcin Wicha 2020-06-18 23:14:05 +0200
  • 0aeb6f34c5 Fixes the text in select bindings tutorial to use blur instead of change #5037 Gianmarco Simone 2020-06-18 15:38:35 +0200
  • 12416779e7 Fixes a11y warning in 06-select-bindings tutorial Gianmarco Simone 2020-06-18 15:34:25 +0200
  • aa661cf6cd fix extract names from ThisExpression Tan Li Hau 2020-06-18 21:28:31 +0800
  • 52eee5ed76
    instead of a custom rule, make the change upstream relies on https://github.com/sveltejs/eslint-config/pull/1 #5031 john gravois 2020-06-16 20:39:31 -0700
  • 354ab15945
    lint for the lint gods * fix trailing comma and indentation warnings * turn off typescript-eslint indent rule (to workaround myriad issues) * add manual single line ignore (i _think_ that is the right move 🤷🏼‍♂️ anyway) john gravois 2020-06-16 20:03:56 -0700
  • 5f92c9d254 make canvas example more fun Richard Harris 2020-06-16 08:16:28 -0400
  • 1644f207b1 make canvas example more fun Richard Harris 2020-06-16 08:16:28 -0400
  • 6c0a867958 add source map support for preprocessors #5015 halfnelson 2020-06-06 17:14:10 +1000
  • 73d2a1b636 Demonstrate another way to update an array #5010 Ben McCann 2020-06-12 10:20:22 -0700
  • 78866a0181 add tutorial for component binding Stephane Vanraes 2020-06-12 12:23:26 +0200
  • db5f4f9bc3 remove BLM banner (#5007) Rich Harris 2020-06-12 06:04:40 -0400
  • 8bb0c80c2c
    remove BLM banner (#5007) Rich Harris 2020-06-12 06:04:40 -0400
  • 63f3eb139c remove BLM banner #5007 Richard Harris 2020-06-11 23:12:15 -0400
  • f88381c3f9 Fix: input type number warning in browsers #4772 Th0rN13 2020-05-04 01:35:42 +0500
  • ea00c5093e -> v3.23.2 Conduitry 2020-06-10 15:47:44 -0400
  • 1c05785ddf -> v3.23.2 v3.23.2 Conduitry 2020-06-10 15:47:44 -0400
  • 0a3591d137 don't crash when using an arrow function as a statement (#5000) Conduitry 2020-06-10 14:45:13 -0400
  • 6404656698
    don't crash when using an arrow function as a statement (#5000) Conduitry 2020-06-10 14:45:13 -0400
  • 3afafcd21e update changelog #5000 Conduitry 2020-06-10 14:39:21 -0400
  • 162b718cbc update code-red Conduitry 2020-06-10 14:39:12 -0400
  • 2615ba0af2 update puppeteer and add logs (#4938) Tan Li Hau 2020-06-11 01:21:29 +0800
  • 16a6cc1830
    update puppeteer and add logs (#4938) Tan Li Hau 2020-06-11 01:21:29 +0800
  • fd1e7e9964 deconflict bind:this variable (#4949) Tan Li Hau 2020-06-11 01:17:46 +0800
  • 7dfd9e9653
    deconflict bind:this variable (#4949) Tan Li Hau 2020-06-11 01:17:46 +0800
  • f909798183 update changelog #4949 Conduitry 2020-06-10 13:13:36 -0400
  • 79a02593d2 Merge branch 'master' into pr/4949 Conduitry 2020-06-10 13:11:37 -0400
  • 8728a9df8c fix bind:group in each (#4868) Tan Li Hau 2020-06-11 01:09:19 +0800
  • 38de3b2e9f
    fix bind:group in each (#4868) Tan Li Hau 2020-06-11 01:09:19 +0800
  • 306e9d8ae3 update changelog #4868 Conduitry 2020-06-10 09:30:57 -0400
  • 57725cb410 Merge branch 'master' into pr/4868 Conduitry 2020-06-10 08:54:22 -0400
  • 1010c0b134 Remove duplicate site build instructions (#4824) Antony Jones 2020-06-10 13:47:31 +0100
  • 90794167fe
    Remove duplicate site build instructions (#4824) Antony Jones 2020-06-10 13:47:31 +0100
  • fe036c5703 add missing dev line #4824 Antony Jones 2020-06-10 13:41:12 +0100
  • 856cb87339 add update instruction Antony Jones 2020-06-10 09:44:15 +0100
  • ce6482af6c improve site instructions Antony Jones 2020-06-10 09:33:39 +0100
  • d94d3bfc33 fix #4999 pushkine 2020-06-10 08:41:57 +0200
  • 0ec763a215 fix pushkine 2020-06-10 06:06:47 +0200
  • de2526739a fix pushkine 2020-06-10 04:00:12 +0200
  • 0f2721dd5b site: faq: svelte-preprocess is now an official project (#4997) Ben McCann 2020-06-09 16:21:03 -0700
  • 34e87ce579
    site: faq: svelte-preprocess is now an official project (#4997) Ben McCann 2020-06-09 16:21:03 -0700
  • 32bdea3262
    svelte-preprocess is now an official repo #4997 Ben McCann 2020-06-09 16:05:19 -0700
  • 55559e6523 Merge remote-tracking branch 'upstream/master' Pontus Lundin 2020-06-10 00:17:36 +0200
  • b59759cd4a fix pushkine 2020-06-09 21:41:09 +0200
  • b65334ca15 -> v3.23.1 Conduitry 2020-06-08 21:44:22 -0400
  • 4135ca5415 -> v3.23.1 v3.23.1 Conduitry 2020-06-08 21:44:22 -0400
  • 6006564055 site: remove BLM filter, but leave banner (#4994) Conduitry 2020-06-08 21:14:12 -0400
  • b32bcccee4
    site: remove BLM filter, but leave banner (#4994) Conduitry 2020-06-08 21:14:12 -0400
  • 4f9a567b33 deconflict bind:this with component variable Tan Li Hau 2020-06-01 22:10:41 +0800
  • d723a3f1ad fix bind:group in each Tan Li Hau 2020-05-20 16:33:15 +0800
  • f29ce66760 site: remote BLM filter #4994 Conduitry 2020-06-08 20:27:44 -0400
  • 1a40197b43 Added outro when items are added back into each block. #4987 khang8591 2020-06-08 19:55:51 -0400
  • ab561238a8 fix bind:group with duplicated values (#4877) Tan Li Hau 2020-06-09 04:38:31 +0800
  • 787ece66a4
    fix bind:group with duplicated values (#4877) Tan Li Hau 2020-06-09 04:38:31 +0800
  • 13ba96ce54 update changelog #4877 Conduitry 2020-06-08 15:52:14 -0400
  • e72b3f367e Merge branch 'master' into pr/4877 Conduitry 2020-06-08 15:48:50 -0400
  • bda8856df8 update changelog Conduitry 2020-06-08 11:31:57 -0400
  • e75831201e update changelog Conduitry 2020-06-08 11:31:57 -0400
  • 57269b9b2c work around Edge issue when removing attributes during hydration (#4911) Aria Stewart 2020-06-08 11:30:37 -0400
  • 0dceb2c281
    work around Edge issue when removing attributes during hydration (#4911) Aria Stewart 2020-06-08 11:30:37 -0400
  • 83cf153b47 update changelog Conduitry 2020-06-08 11:21:40 -0400
  • 430961cc94 update changelog Conduitry 2020-06-08 11:21:40 -0400