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

Reflect the introduction of Component Signatures #1530

Merged
merged 3 commits into from
Oct 25, 2022

Commits on Oct 24, 2022

  1. Reflect the introduction of Component Signatures

    This PR follows [feedback](https://discuss.emberjs.com/t/component-arguments-and-typescript-whats-the-right-approach/19761) from @chriskrycho on Ember Discuss, and aims to reflect the introduction of Component Signatures.
    
    Hopefully this isn't too heavy handed but it seemed to me that previous sections belonged to a time when `args` could be empty object. As defining a Signature is a prerequisite for calling `this.args` it felt right to remove them?
    roomman committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b24e5aa View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    08c16a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ac5426 View commit details
    Browse the repository at this point in the history