Skip to content

Conversation

timdeschryver
Copy link
Member

Requires Angular v20.

BREAKING CHANGE:

The angular minimum version has changed.

BEFORE:

Angular 17,18,19 were supported.

AFTER:

Angular 20 is supported:
  - TestBed.get is removed
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` is always imported to the render the component.

AFTER:

Import the `NoopAnimationsModule` in your render configuration where needed:

```ts
 await render(SutComponent, {
    imports: [NoopAnimationsModule],
});
```
@timdeschryver timdeschryver changed the title Release v19 Release v18 Jun 23, 2025
@timdeschryver
Copy link
Member Author

This will probably get merged/released at the start of August.

@timdeschryver timdeschryver merged commit 4fea701 into main Aug 7, 2025
7 checks passed
@timdeschryver timdeschryver deleted the beta branch August 7, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants