Skip to content

Releases: testing-library/angular-testing-library

v18.0.0-beta.2

08 Jun 17:41
59f73ae
Compare
Choose a tag to compare
v18.0.0-beta.2 Pre-release
Pre-release

18.0.0-beta.2 (2025-06-08)

Features

BREAKING CHANGES

Because of the removal of the animations dependency, the NoopAnimationsModule is no longer automatically imported in the render function.

BEFORE:

The NoopAnimationsModule is always imported to the render the component.

AFTER:

Import the NoopAnimationsModule in your render configuration where needed:

 await render(SutComponent, {
    imports: [NoopAnimationsModule],
});

v18.0.0-beta.1

07 Jun 16:34
6a64bbe
Compare
Choose a tag to compare
v18.0.0-beta.1 Pre-release
Pre-release

18.0.0-beta.1 (2025-06-07)

Features

BREAKING CHANGES

  • The angular minimum version has changed.

BEFORE:

Angular 17,18,19 were supported.

AFTER:

Angular 20 is supported:

  • TestBed.get is removed

v17.4.0

06 Jun 13:43
3cb2469
Compare
Choose a tag to compare

17.4.0 (2025-06-06)

Features

v17.3.7

31 Mar 11:55
3176b33
Compare
Choose a tag to compare

17.3.7 (2025-03-31)

Bug Fixes

  • add @angular/animations as a peer dependency (#522) (3176b33), closes #519

v17.3.6

14 Feb 08:08
31ad7ce
Compare
Choose a tag to compare

17.3.6 (2025-02-14)

Bug Fixes

  • do not force npm to install dependencies when using ng add (#515) (a18f647), closes #513

v17.3.5

14 Dec 16:37
d59e4f2
Compare
Choose a tag to compare

17.3.5 (2024-12-14)

Bug Fixes

  • flatten component providers for consistency to the framework (#507) (d59e4f2), closes #506

v17.3.4

03 Dec 09:13
fdcf5fa
Compare
Choose a tag to compare

17.3.4 (2024-12-03)

Bug Fixes

v17.3.3

30 Nov 12:33
061d5cc
Compare
Choose a tag to compare

17.3.3 (2024-11-30)

Performance Improvements

v17.3.2

09 Nov 17:00
5a0665f
Compare
Choose a tag to compare

17.3.2 (2024-11-09)

Bug Fixes

  • make wrapper component standalone: false explicitly (#498) (5a0665f)

v17.3.1

23 Aug 16:49
eb4fc74
Compare
Choose a tag to compare

17.3.1 (2024-08-23)

Bug Fixes