Skip to content

Releases: testing-library/angular-testing-library

v19.4.1

05 Jun 16:45
c05cec2

Choose a tag to compare

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

04 Jun 19:19
55ded00

Choose a tag to compare

19.4.0 (2026-06-04)

Features

v19.3.0

23 May 17:01
633ecbd

Choose a tag to compare

19.3.0 (2026-05-23)

Features

v19.2.1

17 Mar 11:52
d9ab854

Choose a tag to compare

19.2.1 (2026-03-17)

Bug Fixes

v19.2.0

17 Mar 08:40
36e0c79

Choose a tag to compare

19.2.0 (2026-03-17)

Features

v19.1.1

11 Mar 19:12
906e8dd

Choose a tag to compare

19.1.1 (2026-03-11)

Bug Fixes

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

v19.1.0

13 Feb 19:02
749c94d

Choose a tag to compare

19.1.0 (2026-02-13)

Features

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

v19.0.0

05 Jan 13:46

Choose a tag to compare

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

16 Dec 17:23
67f29a1

Choose a tag to compare

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

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

Bug Fixes

  • update npm and semantic release version (67f29a1)

v18.1.1

07 Nov 19:09
a46417e

Choose a tag to compare

18.1.1 (2025-11-07)

Bug Fixes

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