Skip to content

Releases: testing-library/angular-testing-library

v10.8.3

29 Jun 16:08
4b269bc
Compare
Choose a tag to compare

10.8.3 (2021-06-29)

Bug Fixes

  • infinite loop in waitFor when DOM is mutating (#231) (4b269bc)

v10.8.2

03 Jun 17:36
5cf7fec
Compare
Choose a tag to compare

10.8.2 (2021-06-03)

Bug Fixes

v10.8.1

28 May 20:37
0d0a905
Compare
Choose a tag to compare

10.8.1 (2021-05-28)

Bug Fixes

v10.8.0

28 May 17:22
97a7878
Compare
Choose a tag to compare

10.8.0 (2021-05-28)

Features

v10.7.1

18 May 16:28
79019d5
Compare
Choose a tag to compare

10.7.1 (2021-05-18)

Bug Fixes

  • add safety check around process before cleaning up (#218) (79019d5)

v10.7.0

15 May 17:09
Compare
Choose a tag to compare

10.7.0 (2021-05-15)

Features

v10.6.0

22 Apr 17:37
ed7fe76
Compare
Choose a tag to compare

10.6.0 (2021-04-22)

Features

  • testing-library: add an overload for template rendering (#206) (5f72ebf)

v10.5.0

29 Mar 12:27
0af6018
Compare
Choose a tag to compare

10.5.0 (2021-03-29)

Features

  • add global excludeComponentDeclaration (#194) (0af6018)

v10.4.2

25 Mar 11:47
0143973
Compare
Choose a tag to compare

10.4.2 (2021-03-25)

Bug Fixes

  • component setter is overwritten when component properties are set (#192) (0143973), closes #191

v10.4.1

18 Mar 18:04
4b6e491
Compare
Choose a tag to compare

10.4.1 (2021-03-18)

Bug Fixes

  • invoke ngOnChanges when initial value is not set (#189) (4b6e491), closes #188