Releases: testing-library/angular-testing-library
Releases · testing-library/angular-testing-library
v10.1.3
30 Oct 18:57
Compare
Sorry, something went wrong.
No results found
10.1.3 (2020-10-30)
Bug Fixes
call navigate correctly without queryparams (#154 ) (56ee50b )
v10.1.2
16 Oct 05:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
10.1.1 (2020-10-15)
Bug Fixes
add custom queries to render result (b3697ac )
v10.1.0
07 Oct 12:37
Compare
Sorry, something went wrong.
No results found
v10.0.2
11 Aug 06:00
Compare
Sorry, something went wrong.
No results found
v10.0.1
27 Jul 07:11
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
9.5.0 (2020-06-25)
Features
v9.4.0
20 Jun 15:28
Compare
Sorry, something went wrong.
No results found
9.4.0 (2020-06-20)
Features
support component's ngOnChanges lifecycle hook (#110 ) (de77901 ), closes #56
v9.3.1
06 Jun 11:40
Compare
Sorry, something went wrong.
No results found
9.3.1 (2020-06-06)
Bug Fixes
fireEvent runs a change detection cycle (#104 ) (aa5f891 )