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

Typed SvelteComponent interface #5431

Merged
merged 5 commits into from
Nov 24, 2020

Commits on Sep 20, 2020

  1. Typed SvelteComponent interface

    Simon Holthausen committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    01b104b View commit details
    Browse the repository at this point in the history
  2. fix event typing

    You need to type it like CustomEvent<...> because when forwarding events it could also be MouseEvent or sth like that
    Simon Holthausen committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    e64a040 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. more strict props

    let people type it loose themselves if they want to
    Simon Holthausen committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    e9d939f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    2a7a714 View commit details
    Browse the repository at this point in the history
  2. update changelog

    Conduitry committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    1ed53f1 View commit details
    Browse the repository at this point in the history