Skip to content

Releases: testing-library/angular-testing-library

v10.2.0

16 Nov 09:31
12184a8
Compare
Choose a tag to compare

10.2.0 (2020-11-16)

Features

v10.1.4

05 Nov 18:01
a53db0d
Compare
Choose a tag to compare

10.1.4 (2020-11-05)

Bug Fixes

  • trigger change detection cycle on rerender (#158) (a53db0d)

v10.1.3

30 Oct 18:57
56ee50b
Compare
Choose a tag to compare

10.1.3 (2020-10-30)

Bug Fixes

  • call navigate correctly without queryparams (#154) (56ee50b)

v10.1.2

16 Oct 05:05
10d5079
Compare
Choose a tag to compare

10.1.2 (2020-10-16)

Bug Fixes

  • only replace find query if they got a get query (#151) (10d5079)

v10.1.1

15 Oct 06:21
b3697ac
Compare
Choose a tag to compare

10.1.1 (2020-10-15)

Bug Fixes

  • add custom queries to render result (b3697ac)

v10.1.0

07 Oct 12:37
649d279
Compare
Choose a tag to compare

10.1.0 (2020-10-07)

Features

v10.0.2

11 Aug 06:00
077ecb5
Compare
Choose a tag to compare

10.0.2 (2020-08-11)

Bug Fixes

v10.0.1

27 Jul 07:11
d7bdf29
Compare
Choose a tag to compare

10.0.1 (2020-07-27)

Bug Fixes

  • fallfback to TestBed.get if inject doesn't exist (#125) (d7bdf29)

v10.0.0

28 Jun 07:51
306546e
Compare
Choose a tag to compare

10.0.0 (2020-06-28)

Features

BREAKING CHANGES

  • fire events (e.g. click, input, change) are removed from the render result, import fireEvent directly from @testing-library/angular (as an example take a look at http://github.com/testing-library/angular-testing-library/blob/master/apps/example-app/app/examples/03-forms.spec.ts#L2)
  • waitFor and waitForElementToBeRemoved are removed from the render result, import them directly from @testing-library/angular
  • custom user events are removed, use the @testing-library/user-event package (testing-library.com/docs/ecosystem-user-event)
  • selectOptions now selects the option based on its value, not via the text of the select option

v9.5.0

25 Jun 06:52
76942fb
Compare
Choose a tag to compare

9.5.0 (2020-06-25)

Features