Commit Graph

  • 5c8807e523 -> v3.33.0 v3.33.0 Conduitry 2021-02-25 07:38:35 -0500
  • d17a90cc44
    allow destructured defaults to refer to variables (#5986) Tan Li Hau 2021-02-26 00:36:44 +0800
  • 0ab38a9e46 account for differing error messages on different Node versions #5986 Conduitry 2021-02-25 07:28:20 -0500
  • 2cf8129b57 update changelog Conduitry 2021-02-25 07:14:00 -0500
  • 58f870d1bf fix build: add default_modifier in manually created Context Conduitry 2021-02-25 07:13:02 -0500
  • 5d5c35e41d Merge branch 'master' into pr/5986 Conduitry 2021-02-25 07:04:23 -0500
  • b764374b62
    no warning on contextual-store if declaring it as a parameter / variable (#6008) Tan Li Hau 2021-02-25 23:53:23 +0800
  • b1f71595e3 update changelog #6008 Conduitry 2021-02-25 06:28:39 -0500
  • b5115f6356 Merge branch 'master' into pr/6008 Conduitry 2021-02-25 06:26:07 -0500
  • f7b19ad75c update changelog Conduitry 2021-02-25 06:23:08 -0500
  • 8ea4fb1106 update changelog Conduitry 2021-02-25 06:23:08 -0500
  • 2fdfd5fb85
    Docs: Rename slot let section #6018 Paul Murray 2021-02-23 10:41:48 -0500
  • 370a85d628
    Update 01-component-format.md #6010 Mlocik97 2021-02-22 08:54:32 +0100
  • 5bcce7cd22
    Update 01-component-format.md Mlocik97 2021-02-22 08:51:55 +0100
  • bf0c45b72c
    Update 01-component-format.md Mlocik97 2021-02-22 08:50:16 +0100
  • 775eb1215a
    Update 01-component-format.md Mlocik97 2021-02-22 08:49:38 +0100
  • 770481ce6a
    Update site/content/docs/01-component-format.md Mlocik97 2021-02-22 08:46:14 +0100
  • 229c971aef
    Update 01-component-format.md Mlocik97 2021-02-21 21:53:13 +0100
  • 7fff6cd7f6 Merge branch 'master' into feat/export-store-types hantatsang 2021-02-21 21:49:11 +1100
  • c2f6ea3321 no warning on contextual-store if declaring it as a parameter / variable Tan Li Hau 2021-02-20 09:33:27 +0800
  • 521e3a2285 refactor(imports): use shorthand for periscopic #5993 Lumm1t 2021-02-15 00:20:08 +0100
  • b7f24c1b7f work around publishing issue with npm v7 (#5983) Conduitry 2021-02-17 16:07:26 -0500
  • 9a9b934a08
    work around publishing issue with npm v7 (#5983) Conduitry 2021-02-17 16:07:26 -0500
  • 80d21dd66b chore: remove unnecessary indent_size from editorconfig (#5992) Miłosz Wiśniewski 2021-02-17 21:57:35 +0100
  • 5e293f9b0f
    chore: remove unnecessary indent_size from editorconfig (#5992) Miłosz Wiśniewski 2021-02-17 21:57:35 +0100
  • 21504449d9 Please the almighty linter #4377 Christian Kaisermann 2021-02-17 17:38:12 -0300
  • 66caecd573 Refactor to cssHash Christian Kaisermann 2021-02-17 17:33:09 -0300
  • a038f72fb3 Move Stylesheet arguments into an object Christian Kaisermann 2020-02-09 13:48:12 -0300
  • 2f55fc4fe7 Pass component name to scope class generator Christian Kaisermann 2020-02-09 13:25:56 -0300
  • 50aa595e7e Allow to customize the css scope class Christian Kaisermann 2020-02-05 21:20:44 -0300
  • 1195a00703 Bubble svelte dev events #5994 Ava Johnson 2021-02-16 01:54:00 -0800
  • a7ee5b361b Emphasis on method name Antony Jones 2021-02-15 22:47:20 +0000
  • 6928f9492c
    Emphasis on method name Antony Jones 2021-02-15 22:47:20 +0000
  • 1868f6fd4f Update changelog Antony Jones 2021-02-15 22:46:14 +0000
  • 48b56bd819
    Update changelog Antony Jones 2021-02-15 22:46:14 +0000
  • ba6e8b48b9 Call onMount when connected & clean up when disconnected for custom element (#4522) Pontus Lundin 2021-02-15 23:40:17 +0100
  • d4f98fb63a
    Call onMount when connected & clean up when disconnected for custom element (#4522) Pontus Lundin 2021-02-15 23:40:17 +0100
  • e786ee1925 Merge branch 'master' into feat/export-store-types hantatsang 2021-02-16 02:00:52 +1100
  • cd3fd16bd6 fix(typo): seperate -> separate Lumm1t 2021-02-15 00:11:30 +0100
  • da52109e42 fix(typo): existance -> existence Lumm1t 2021-02-15 00:09:37 +0100
  • 4091dd1b4d
    chore: remove unnecessary indent_size from editorconfig #5992 Miłosz Wiśniewski 2021-02-14 23:36:42 +0100
  • d6defbea1c allow using context variables in default in object pattern Tan Li Hau 2021-02-13 18:21:11 +0800
  • a9cb1ba540
    The expression count+=1 moved to count++ #5985 Nikola 2021-02-12 09:54:22 +0000
  • 1451a88082 simpler isCustomElement & skip extra function call - pass options.customElement down to mount_component - remove expensive isCustomElement check - only call add_render_callback if not customElement #4522 hontas 2021-02-11 22:42:50 +0100
  • 9cc7dd22f5 remove whitespace hontas 2020-07-16 10:28:16 +0200
  • 971ca91cb7 simplify isCustomElement check hontas 2020-07-16 10:26:06 +0200
  • 628f80e60e do not reset on_mount so that it can fire again if reinserted hontas 2020-07-16 09:24:40 +0200
  • 90f5c0a7ba fix whitespace, trigger tests Pontus Lundin 2020-06-04 07:47:15 +0200
  • 95ad63fecf simplify logic, trigger tests Pontus Lundin 2020-06-04 07:45:06 +0200
  • 7d9636f75c lifecycle hooks and custom elements - Call onMount in connectedCallback for customElements - register onMount return values as on_disconnect-callbacks for customElements - run on_disconnect callbacks in disconnectedCallback Pontus Lundin 2020-06-03 23:57:00 +0200
  • a493b57518 only call onDestroy callbacks hontas 2020-03-07 07:32:01 +0100
  • 18334b4477 custom element call onDestroy when disconnected hontas 2020-03-07 07:05:34 +0100
  • 9e78f39212 get console output from puppeteer hontas 2020-03-07 07:04:20 +0100
  • 421f2cf4dd Merge branch 'master' of https://github.com/sveltejs/svelte hontas 2021-02-11 20:40:18 +0100
  • fc570fdf6d -> v3.32.3 Conduitry 2021-02-10 22:02:27 -0500
  • d3f3ea38d0 -> v3.32.3 v3.32.3 Conduitry 2021-02-10 22:02:27 -0500
  • 497de7ed6d fix remove of lone :host selectors (#5984) Tan Li Hau 2021-02-11 11:01:50 +0800
  • e8094df779
    fix remove of lone :host selectors (#5984) Tan Li Hau 2021-02-11 11:01:50 +0800
  • 9432169d7f update changelog #5984 Conduitry 2021-02-10 21:56:45 -0500
  • 54c4734b07 use estree-walker M. Habib Rosyad 2020-08-10 15:41:31 +0700
  • 79f80a7e91 fix missing semicolon M. Habib Rosyad 2020-08-03 22:46:02 +0700
  • 40552f8a4e fix each block destructuring can't have default values refered to destructured params M. Habib Rosyad 2020-08-03 22:25:33 +0700
  • 28cf13d633 fix :host is removed Tan Li Hau 2021-02-11 08:00:41 +0800
  • 884fb8b9c0 work around publishing issue with npm v7 #5983 Conduitry 2021-02-10 18:22:00 -0500
  • 768ac0e354
    Use the 'Slot' as the type for the Slot node #5977 Lev Chelyadinov 2021-02-10 11:03:50 +0300
  • 5f026e0edb small fix to tutorial for nervous people like me Andrew Lee 2021-02-09 10:09:32 -0600
  • 5ee0709658
    Tutorial: Description fix - each block bindings #5974 Kai 2021-02-09 14:15:41 +0100
  • 6d8cb5c01b
    Update text.md #5973 Kai 2021-02-09 13:58:48 +0100
  • 6425e04544
    Bump marked from 1.2.7 to 2.0.0 in /site #5970 dependabot[bot] 2021-02-08 21:29:50 +0000
  • 8536da73af -> v3.32.2 Conduitry 2021-02-08 14:28:02 -0500
  • 160a4eccd1 -> v3.32.2 v3.32.2 Conduitry 2021-02-08 14:28:02 -0500
  • 58c88ba495 update changelog Conduitry 2021-02-08 14:24:39 -0500
  • 341948e166 update changelog Conduitry 2021-02-08 14:24:39 -0500
  • 4ff2d53d15 fix extra invalidation with component prop binding to object property (#5890) pushkine 2021-02-08 20:22:25 +0100
  • a9c1dc9b59
    fix extra invalidation with component prop binding to object property (#5890) pushkine 2021-02-08 20:22:25 +0100
  • ddaece19ad adjust indentation #5890 Conduitry 2021-02-08 14:13:49 -0500
  • 149dfc3059 lint Conduitry 2021-02-08 14:07:42 -0500
  • 0a1967beb7 Merge branch 'master' into pr/5890 Conduitry 2021-02-08 12:35:58 -0500
  • 71acc462a0 update css-tree@^1.1.2 (#5958) Tan Li Hau 2021-02-09 01:05:39 +0800
  • 8867bc31c2
    update css-tree@^1.1.2 (#5958) Tan Li Hau 2021-02-09 01:05:39 +0800
  • 5efaf7dbd0 fix :host and :global css scoping (#5957) Tan Li Hau 2021-02-09 00:26:46 +0800
  • 44f41c9edd
    fix :host and :global css scoping (#5957) Tan Li Hau 2021-02-09 00:26:46 +0800
  • 10642d0f02 update changelog #5957 Conduitry 2021-02-08 11:16:36 -0500
  • 933600d6e5 Merge branch 'master' into feat/export-store-types hantatsang 2021-02-08 21:59:15 +1100
  • 18ac0d272e Add event listeners to DOM elements before mounting them #5968 Phaqui 2021-02-07 11:20:08 +0100
  • 6705c53779 Adds resize observer functionality Jacob Wright 2021-02-04 12:52:08 -0700
  • a26e60809f Tutorial : a better explanation of component events (#4639) Alexis Ménard 2021-02-04 11:10:34 +0100
  • ebbdb4277c
    Tutorial : a better explanation of component events (#4639) Alexis Ménard 2021-02-04 11:10:34 +0100
  • bc2c4f10e3 update css-tree@^1.1.2 #5958 Tan Li Hau 2021-02-03 23:44:50 +0800
  • 0d70faefd5 fix :host and :global css scoping Tan Li Hau 2021-02-03 23:12:58 +0800
  • 62ac65e160 Merge remote-tracking branch 'upstream/master' into feat/export-store-types hantatsang 2021-02-03 14:49:02 +1100
  • fdb0526dad "What's new in Svelte" February newsletter (#5925) Daniel Sandoval 2021-02-01 05:37:25 -0800
  • 8db3e8d029
    "What's new in Svelte" February newsletter (#5925) Daniel Sandoval 2021-02-01 05:37:25 -0800
  • 0c4ae5e4d1
    Added a Svelte Society website mention #5925 Daniel Sandoval 2021-02-01 08:28:06 -0500
  • d0978fdbbb
    casing Simon H 2021-02-01 09:09:40 +0100
  • e2838b5d1d
    Consistent formatting in intro Daniel Sandoval 2021-01-31 20:49:52 -0800
  • 0413afe8f0
    monospaced project names Daniel Sandoval 2021-01-31 20:43:43 -0800
  • 8e4ba06226
    Capital Svelte Daniel Sandoval 2021-01-31 20:43:11 -0800
  • e5d69d4878
    Breaking Changes Disclaimer Daniel Sandoval 2021-01-31 20:42:35 -0800
  • 30951bef04
    Regular sized changes Daniel Sandoval 2021-01-31 20:41:54 -0800