Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this refer to component/custom element instance #4523

Closed
wants to merge 5 commits into from

Commits on Dec 18, 2019

  1. pseudo code

    hontas authored Dec 18, 2019
    Configuration menu
    Copy the full SHA
    f2eb632 View commit details
    Browse the repository at this point in the history
  2. pseudo code

    hontas authored Dec 18, 2019
    Configuration menu
    Copy the full SHA
    6ebffd2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Merge branch 'master' of https://github.com/sveltejs/svelte

    * 'master' of https://github.com/sveltejs/svelte: (137 commits)
      -> v3.19.2
      fix lazy code breaks in build
      fit bitmask overflow initial dirty value in 'if' blocks (sveltejs#4507)
      add dev runtime warning for unknown slot names (sveltejs#4501)
      fix render fallback slot content due to whitespace (sveltejs#4500)
      docs: describe falsy and nullish attribute behavior (sveltejs#4498)
      in spread, distinguish never-updating and always-updating props (sveltejs#4487)
      chore: more specific typings, and add README note about Yarn (sveltejs#4483)
      update changelog
      check for unknown props even if component doesn't have writable props (sveltejs#4454)
      Bump codecov from 3.5.0 to 3.6.5 (sveltejs#4433)
      fix bitmask overflow for slot (sveltejs#4485)
      mark module variables as mutated or reassigned (sveltejs#4469)
      docs: referenced_from_script var value (sveltejs#4486)
      docs: clarify default prop behaviour (sveltejs#4460)
      site: turn fancybutton into custombutton (sveltejs#4476)
      update changelog
      exclude global variables from $capture_state (sveltejs#4475)
      -> v3.19.1
      don't treat $$-names as stores during invalidation (sveltejs#4453)
      ...
    hontas committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    7d9ff14 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. let this point to instance

    hontas committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    bab037e View commit details
    Browse the repository at this point in the history
  2. clean up

    hontas committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    49bd6d4 View commit details
    Browse the repository at this point in the history