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.3.7
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: main
Choose a head ref
  • 6 commits
  • 15 files changed
  • 2 contributors

Commits on Mar 31, 2025

  1. Copy the full SHA
    e1e046c View commit details

Commits on Jun 4, 2025

  1. Copy the full SHA
    5729aa9 View commit details

Commits on Jun 6, 2025

  1. Copy the full SHA
    3cb2469 View commit details

Commits on Jun 30, 2025

  1. Copy the full SHA
    16faf6f View commit details

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
    Copy the full SHA
    420f0d3 View commit details

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
    Copy the full SHA
    4fea701 View commit details

This comparison is taking too long to generate.

Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.

You can try running this command locally to see the comparison on your machine:
git diff v17.3.7...main