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

Use more complete implementation of Omit in TypeScript definitions #322

Merged
merged 3 commits into from
Jan 26, 2018

Commits on Jan 19, 2018

  1. Fix EuiContextMenu types

    The types in EuiContextMenu caused errors that seemed to result from
    usage of the `Omit<>` helper. It might be fixed with
    microsoft/TypeScript#21148, which is expected
    to be included in 2.7.1.
    weltenwort committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    9c62c05 View commit details
    Browse the repository at this point in the history
  2. Use a more robust implementation of Omit

    The previous implementation of the `Omit` type did not support optional
    and readonly fields, which led to type errors when using the
    components.
    weltenwort committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    56ba5dd View commit details
    Browse the repository at this point in the history
  3. Update changelog

    weltenwort committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    9b769e7 View commit details
    Browse the repository at this point in the history