Commit Graph

  • b55dc5973a Merge branch 'master' into pr/5289 Conduitry 2020-08-27 17:46:01 -0400
  • 93420d8ab0 warn only for imported variable Tan Li Hau 2020-08-28 05:24:53 +0800
  • 8295ec3dfe handle undefined input value with spread (#5291) Tan Li Hau 2020-08-28 05:17:44 +0800
  • c752ed3527
    handle undefined input value with spread (#5291) Tan Li Hau 2020-08-28 05:17:44 +0800
  • df96847792 update changelog #5291 Conduitry 2020-08-27 17:08:20 -0400
  • 6a4fb82196 fix lint Conduitry 2020-08-27 17:05:03 -0400
  • c0ac920f83 Merge branch 'master' into pr/5291 Conduitry 2020-08-27 17:03:12 -0400
  • aa20b29a30 site: fix scrollbar bug on Svelte docs page #5313 Lyuha 2020-08-27 05:58:37 +0900
  • 575c0f6724 site: Fix blog JS type checking suggestion (#5306) Simon H 2020-08-26 16:10:21 +0200
  • 8adb47401e
    site: Fix blog JS type checking suggestion (#5306) Simon H 2020-08-26 16:10:21 +0200
  • 67c7910022 site: Replace "active" with "selected" as an example class name #5309 Cam Jackson 2020-08-26 20:34:37 +1000
  • a9c9dd8fc9
    Fix blog JS type checking suggestion #5306 Simon H 2020-08-26 07:43:30 +0200
  • 1f44aa5787 warn for possible misname component to lowercase Tan Li Hau 2020-08-25 16:34:47 +0800
  • 93b403d0d6 fix failed test Tan Li Hau 2020-08-22 08:40:38 +0800
  • d9e2823ff5 Better surface RFC process (#5295) Ben McCann 2020-08-21 08:22:50 -0700
  • 0d75daa1b0
    Better surface RFC process (#5295) Ben McCann 2020-08-21 08:22:50 -0700
  • 6df7989206 perf: convert empty text nodes to comments #5280 Van Nguyen 2020-08-21 16:25:50 +1000
  • a639b68eda Better surface RFC process #5295 Ben McCann 2020-08-20 15:57:13 -0700
  • 710237d548 Fix lint warnings (#5263) Antony Jones 2020-08-20 16:51:28 +0100
  • 82dc26a31c
    Fix lint warnings (#5263) Antony Jones 2020-08-20 16:51:28 +0100
  • c04db05b1e ignore mutation of assert #5263 Antony Jones 2020-08-19 23:57:07 +0100
  • 4366610946 handle undefined input value with spread Tan Li Hau 2020-08-20 00:38:40 +0800
  • f04bcefe4d each binding with store props Tan Li Hau 2020-08-19 09:04:08 +0800
  • 986ccbe7a2 linting #5287 filipot 2020-08-19 00:04:33 +0200
  • 1be9020589 linting filipot 2020-08-18 23:58:37 +0200
  • 471754f31e Added nonpassive as an event modifier filipot 2020-08-18 23:38:27 +0200
  • 54527f07cc site: revise $$slots tutorial chapter Cameron Messinides 2020-08-17 21:24:00 -0400
  • d8dadcca8c update changelog Conduitry 2020-08-17 09:53:37 -0400
  • 1d9e2a13f2 update changelog Conduitry 2020-08-17 09:53:37 -0400
  • 408d09a803 Await: re-throw error when there is no catch block and promise is rejected (#5149) Irshad PI 2020-08-17 19:22:29 +0530
  • e0e434234d
    Await: re-throw error when there is no catch block and promise is rejected (#5149) Irshad PI 2020-08-17 19:22:29 +0530
  • f20d9554b7 site: add documentation for $$slots Cameron Messinides 2020-08-15 17:48:11 -0400
  • fb123dd7a4
    Document styling elements inside html expressions #5276 Ignatius Bagus 2020-08-15 22:01:20 +0700
  • b9915b23aa Determining value of hasCatch on build time #5149 Irshad P I 2020-08-14 19:26:07 +0530
  • d1598bc30b Allow using the compiler as an ESM module (#4972) Alex Rock 2020-08-14 05:36:55 +0200
  • cd95654a97
    Allow using the compiler as an ESM module (#4972) Alex Rock 2020-08-14 05:36:55 +0200
  • f1ed14fcb6 Minor code simplification (#5065) Teymour Aldridge 2020-08-14 03:24:35 +0100
  • 935caee269
    Minor code simplification (#5065) Teymour Aldridge 2020-08-14 03:24:35 +0100
  • 61a09bf1f2 fix ts errors Tan Li Hau 2020-08-14 10:08:39 +0800
  • 82a6d30c28 expose which slots are present in $$slots (#4602) Tan Li Hau 2020-08-13 22:20:55 +0800
  • 0ac341d2c6
    expose which slots are present in $$slots (#4602) Tan Li Hau 2020-08-13 22:20:55 +0800
  • b990010c2c update changelog #4602 Conduitry 2020-08-13 10:14:18 -0400
  • 517acc5df6 fix snapshot tests Tan Li Hau 2020-03-26 14:09:49 +0800
  • e36c0b000c feat provide $$slots Tan Li Hau 2020-03-26 13:59:11 +0800
  • 6b0015c915 upgrade lint Antony Jones 2020-08-13 00:40:03 +0100
  • 926720fceb fix all but one lint error Antony Jones 2020-08-12 23:20:01 +0100
  • 8ff302c536 site: show REPL input/output toggle on iOS without scrolling (#5175) Wolfr 2020-08-12 23:43:45 +0200
  • dccdb9f130
    site: show REPL input/output toggle on iOS without scrolling (#5175) Wolfr 2020-08-12 23:43:45 +0200
  • ce29091cf8 fix not passing child_ctx for catch block (#5261) Tan Li Hau 2020-08-13 05:24:19 +0800
  • e879cb5a4c
    fix not passing child_ctx for catch block (#5261) Tan Li Hau 2020-08-13 05:24:19 +0800
  • 108b4846c8 update changelog #5261 Conduitry 2020-08-12 17:15:32 -0400
  • 5238e27389 Merge branch 'master' into pr/5261 Conduitry 2020-08-12 17:13:39 -0400
  • aad9b81d74 update changelog Conduitry 2020-08-12 17:06:26 -0400
  • 76b7196a1b update changelog Conduitry 2020-08-12 17:06:26 -0400
  • 1226bdd771 add typings for createEventDispatcher (#5260) Simon H 2020-08-12 23:05:49 +0200
  • aa7e5e32b1
    add typings for createEventDispatcher (#5260) Simon H 2020-08-12 23:05:49 +0200
  • 41dd18b8b9 update changelog Conduitry 2020-08-12 16:58:45 -0400
  • 6ebe7f8210 update changelog Conduitry 2020-08-12 16:58:45 -0400
  • 6b8ea61c0d add selector to message of css-unused-selector warning (#5253) Zachiah 2020-08-12 14:57:04 -0600
  • 0e1345548f
    add selector to message of css-unused-selector warning (#5253) Zachiah 2020-08-12 14:57:04 -0600
  • a883de00c9 substring -> slice #5253 Conduitry 2020-08-12 16:50:03 -0400
  • 3e00514345 fix reference for namespaced component (#5256) Tan Li Hau 2020-08-13 04:20:52 +0800
  • 7aae362bcb
    fix reference for namespaced component (#5256) Tan Li Hau 2020-08-13 04:20:52 +0800
  • 6cb3820740 update changelog #5256 Conduitry 2020-08-12 16:17:18 -0400
  • e63f9c000b Merge branch 'master' into pr/5256 Conduitry 2020-08-12 16:15:23 -0400
  • 582d08931c Adding Rich Harris's Frontend Masters course on FAQ page (#5180) Venkateshwaran Selvaraj 2020-08-13 01:41:43 +0530
  • ad8d8564ec
    Adding Rich Harris's Frontend Masters course on FAQ page (#5180) Venkateshwaran Selvaraj 2020-08-13 01:41:43 +0530
  • da57e05c36
    Update with suggestions #5180 Ben McCann 2020-08-12 13:11:13 -0700
  • 1bdf76bbfa Bump prismjs from 1.17.1 to 1.21.0 in /site (#5250) dependabot[bot] 2020-08-12 16:07:36 -0400
  • 5d5a608d32
    Bump prismjs from 1.17.1 to 1.21.0 in /site (#5250) dependabot[bot] 2020-08-12 16:07:36 -0400
  • 70f289d9c1 docs: document `bind:files` (#5141) Luca Bonavita 2020-08-12 21:05:59 +0100
  • 8f17d6c78c
    docs: document `bind:files` (#5141) Luca Bonavita 2020-08-12 21:05:59 +0100
  • f07914628a optimize thumbnail #5141 Conduitry 2020-08-12 16:04:44 -0400
  • 13e4b801e9 adjustments Conduitry 2020-08-12 16:02:02 -0400
  • aa616cba9b Merge branch 'master' into pr/5141 Conduitry 2020-08-12 15:55:20 -0400
  • b3bdc869e5 do not declare variable for member assignment in reactive declaration in SSR (#5251) Tan Li Hau 2020-08-13 02:53:18 +0800
  • 5194f596f7
    do not declare variable for member assignment in reactive declaration in SSR (#5251) Tan Li Hau 2020-08-13 02:53:18 +0800
  • 9cf10e9854 update changelog #5251 Conduitry 2020-08-12 14:36:33 -0400
  • c07fc010e9 fix not passing child_ctx for catch block Tan Li Hau 2020-08-12 22:28:13 +0800
  • 0e9158b352
    Typings for createEventDispatcher #5260 Simon H 2020-08-12 11:07:33 +0200
  • 96fb855cb5 temporarily depend on cleanup branhc #5258 Antony Jones 2020-08-11 22:26:46 +0100
  • d92c4f1b64 fix lint issues Antony Jones 2020-07-25 11:19:13 +0100
  • 0309342f99 bump site-kit version Rich Harris 2020-08-10 23:15:12 -0400
  • a1cb70dde4 bump site-kit version Rich Harris 2020-08-10 23:15:12 -0400
  • 2478308f59 bump site-kit version Rich Harris 2020-08-10 22:53:06 -0400
  • 4c449a741f bump site-kit version Rich Harris 2020-08-10 22:53:06 -0400
  • 0beee4e492
    use estree-walker #5230 M. Habib Rosyad 2020-08-10 15:41:31 +0700
  • ab9be3749a fix reference for namespaced component Tan Li Hau 2020-08-10 16:03:38 +0800
  • 7c7a95e1df
    Added BrowserStack Logo to Readme #5254 naineet 2020-08-10 02:00:48 +0530
  • 408c50236d Fix failing test Zachiah Sawyer 2020-08-09 09:11:34 -0600
  • 792fdf4920 remove weird file Zachiah Sawyer 2020-08-09 09:04:56 -0600
  • cf791e4917 Fix tests and add quotes Zachiah Sawyer 2020-08-08 20:44:51 -0600
  • a5e27825a8
    Fixes #5252 Zachiah 2020-08-08 20:02:44 -0600
  • ab85c2b5be fix #5427 - do not declare variable for member assignment in reactive declaration Tan Li Hau 2020-08-08 14:01:23 +0800
  • b645f42122
    Bump prismjs from 1.17.1 to 1.21.0 in /site #5250 dependabot[bot] 2020-08-07 22:51:23 +0000
  • 26b6cc3758 Update TypeScript blog post with info about Sapper (#5249) Ben McCann 2020-08-07 15:01:58 -0700
  • 1398affa53
    Update TypeScript blog post with info about Sapper (#5249) Ben McCann 2020-08-07 15:01:58 -0700
  • 552fd74e5b
    Update TypeScript blog post with info about Sapper #5249 Ben McCann 2020-08-07 14:49:42 -0700
  • bde16326e1 Mention "import type" in TypeScript FAQ (#5243) Ben McCann 2020-08-07 04:16:10 -0700
  • cf57050f49
    Mention "import type" in TypeScript FAQ (#5243) Ben McCann 2020-08-07 04:16:10 -0700