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

feat(spectator): Support input signals #638

Merged
merged 8 commits into from
Feb 17, 2024
Merged

feat(spectator): Support input signals #638

merged 8 commits into from
Feb 17, 2024

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    bee0cba View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. feat: support input signals

    BREAKING CHANGE: remove 'props' and 'setProps' from host/directive
    factories
    kfrancois committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4730176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2959fa0 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    1fbb8eb View commit details
    Browse the repository at this point in the history
  2. refactor: rename input signal types to be aligned

    Fixed type names of InferSignalInputs and InputSignalInput (which was a
    typo) to be aligned with Angular's InputSignal type, rather than
    SignalInput
    kfrancois committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7abbf27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25e1682 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    7613a83 View commit details
    Browse the repository at this point in the history
  2. docs: update documentation to reflect api Changes

    Added disclaimers for createHostFactory, createDirectiveFactory, and
    createPipeFactory as they don't support props/setProps anymore.
    kfrancois committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    00d112d View commit details
    Browse the repository at this point in the history