Skip to content

Releases: testing-library/angular-testing-library

v19.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Jun 16:45
c05cec2

19.4.1 (2026-06-05)

Bug Fixes

  • schematics fail with "exports is not defined in ES module scope" during ng update (#585) (c05cec2), closes #584

v19.4.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 19:19
55ded00

19.4.0 (2026-06-04)

Features

v19.3.0

Choose a tag to compare

@github-actions github-actions released this 23 May 17:01
633ecbd

19.3.0 (2026-05-23)

Features

v19.2.1

Choose a tag to compare

@github-actions github-actions released this 17 Mar 11:52
d9ab854

19.2.1 (2026-03-17)

Bug Fixes

v19.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 08:40
36e0c79

19.2.0 (2026-03-17)

Features

v19.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Mar 19:12
906e8dd

19.1.1 (2026-03-11)

Bug Fixes

  • replace setTimeout with queueMicrotask to prevent Vitest deadlock (#571) (906e8dd), closes #565

v19.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 19:02
749c94d

19.1.0 (2026-02-13)

Features

  • add generic types support for render result queries (#566) (749c94d)

v19.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Jan 13:46

19.0.0 (2026-01-05)

Bug Fixes

  • update action versions (c29f6b4)
  • update npm and semantic release version (1086cf8)

Features

  • add vitest-utils (0d3d140)
  • update dependency versions on ng-add (961e819)
  • update to Angular 21 (and switch to Vitest) (53d777d)
  • upgrade peer dependency to Angular v21 (c00b4ee)

BREAKING CHANGES

  • The peer dependency of Angular is update to v21

BEFORE:

Peer dependency of Angular 20.

AFTER:

Peer dependency of Angular 21.

v19.0.0-beta.3

v19.0.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Dec 17:23
67f29a1

19.0.0-beta.3 (2025-12-16)

Bug Fixes

  • update npm and semantic release version (67f29a1)

v18.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Nov 19:09
a46417e

18.1.1 (2025-11-07)

Bug Fixes

  • narrow container type to HTMLElement in RenderResult (#551) (a46417e), closes #550