forked from testing-library/angular-testing-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: Paratron/angular-testing-library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
...
head repository: testing-library/angular-testing-library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
- 8 commits
- 45 files changed
- 3 contributors
Commits on Jun 4, 2025
-
chore: update nx ( testing-library#529 )
timdeschryver authoredJun 4, 2025
Commits on Jun 6, 2025
-
feat: undeprecate componentProperties ( testing-library#520 )
timdeschryver authoredJun 6, 2025
Commits on Jun 30, 2025
-
docs: add Christian24 as a contributor for code, and review ( testing-...
allcontributors[bot] authoredJun 30, 2025
Commits on Aug 2, 2025
-
docs: add mikeshtro as a contributor for code, and bug ( testing-libra...
...ry#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] authoredAug 2, 2025
Commits on Aug 7, 2025
-
feat: release v18 ( testing-library#533 )
* feat: update to Angular 20 (testing-library#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 (testing-library#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 (testing-library#413)
timdeschryver authoredAug 7, 2025
Commits on Sep 4, 2025
-
docs: add jdegand as a contributor for code ( testing-library#544 )
* 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] authoredSep 4, 2025 -
chore: update deps to v20 ( testing-library#541 )
timdeschryver authoredSep 4, 2025
Loading
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 main...main