Skip to content

Releases: testing-library/angular-testing-library

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

v9.4.0

20 Jun 15:28
b8d6e92
Compare
Choose a tag to compare

9.4.0 (2020-06-20)

Features

  • support component's ngOnChanges lifecycle hook (#110) (de77901), closes #56

v9.3.1

06 Jun 11:40
aa5f891
Compare
Choose a tag to compare

9.3.1 (2020-06-06)

Bug Fixes

  • fireEvent runs a change detection cycle (#104) (aa5f891)

v9.3.0

01 Jun 20:41
95f7de0
Compare
Choose a tag to compare

9.3.0 (2020-06-01)

Bug Fixes

  • use types from dom testing library (7f39bf4)

Features

  • use a11y queries in selectOptions (4f0878f)