Skip to content

Releases: testing-library/angular-testing-library

v11.0.0-beta.2

24 Nov 20:46
0e5e3c7
Compare
Choose a tag to compare
v11.0.0-beta.2 Pre-release
Pre-release

11.0.0-beta.2 (2021-11-24)

Features

BREAKING CHANGES

  • rerender has been renamed to change.
    The change method keeps the current fixture intact and invokes ngOnChanges.

The new rerender method destroys the current component and creates a new instance with the updated properties.

BEFORE:

const { rerender } = render(...)
rerender({...})

AFTER:

const { change } = render(...)
change({...})

v11.0.0-beta.1

23 Nov 16:46
Compare
Choose a tag to compare
v11.0.0-beta.1 Pre-release
Pre-release

11.0.0-beta.1 (2021-11-23)

chore

BREAKING CHANGES

  • This version requires the following versions:
  • Angular v13

v10.11.1

17 Nov 13:22
afd0de9
Compare
Choose a tag to compare

10.11.1 (2021-11-17)

Bug Fixes

  • patch within queries to invoke a change detection cycle (#259) (afd0de9)

v10.11.0

30 Jul 11:19
dca7edd
Compare
Choose a tag to compare

10.11.0 (2021-07-30)

Features

v10.10.0

15 Jul 14:00
fa34bdd
Compare
Choose a tag to compare

10.10.0 (2021-07-15)

Features

v10.9.2

06 Jul 18:29
0cbd0fb
Compare
Choose a tag to compare

10.9.2 (2021-07-06)

Bug Fixes

  • invoke change detection after callback in waitForElementToBeRemoved (#236) (0cbd0fb)

v10.9.1

04 Jul 13:48
78646b0
Compare
Choose a tag to compare

10.9.1 (2021-07-04)

Bug Fixes

v10.9.0

30 Jun 12:15
489e135
Compare
Choose a tag to compare

10.9.0 (2021-06-30)

Features

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