Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: testing-library/angular-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v17.4.0
Choose a base ref
...
head repository: testing-library/angular-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v18.0.0
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Jun 30, 2025

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

Commits on Aug 2, 2025

  1. docs: add mikeshtro as a contributor for code, and bug (#537)

    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Aug 2, 2025
    Configuration menu
    Copy the full SHA
    420f0d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. feat: release v18 (#533)

    * feat: update to Angular 20 (#530)
    
    BREAKING CHANGE:
    
    The angular minimum version has changed.
    
    BEFORE:
    
    Angular 17,18,19 were supported.
    
    AFTER:
    
    Angular 20 (and up) is supported.
    Reason: The method `TestBed.get` has been removed.
    
    * feat: remove animations dependency (#531)
    
    BREAKING CHANGE:
    
    Angular recommends using CSS animations, https://angular.dev/guide/animations/migration
    
    Because of the removal of the animations dependency, the `NoopAnimationsModule` is no longer automatically imported in the render function.
    
    BEFORE:
    
    The `NoopAnimationsModule` was always imported to the render the component.
    
    AFTER:
    
    Import the `NoopAnimationsModule` in your render configuration (where needed):
    
    ```ts
     await render(SutComponent, {
        imports: [NoopAnimationsModule],
    });
    ```
    
    * feat: add stronger types (#413)
    timdeschryver authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    4fea701 View commit details
    Browse the repository at this point in the history
Loading