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

Merged
merged 9 commits into from
Aug 7, 2025
Merged

Release v18 #533

merged 9 commits into from
Aug 7, 2025

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