Skip to content

Release v18 #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Release v18 #533

wants to merge 4 commits into from

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
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.

2 participants