Releases: testing-library/angular-testing-library
Releases · testing-library/angular-testing-library
v9.0.0-beta.4
9.0.0-beta.4 (2020-03-05)
Bug Fixes
- use testbed.inject instead of testbed.get (b3d8ab7)
- use testbed.inject instead of testbed.get (d15eb1e)
Features
- add wait feature (6342b7d)
- trigger release (2c60547)
- update DOM Testing Library (f237591)
- update DOM Testing Library (e9baa86)
- upgrade DOM Testing Library (b88c0f3)
BREAKING CHANGES
- DOM Testing Library update, see https://github.com/testing-library/dom-testing-library/releases for more info
v9.0.0-beta.3
9.0.0-beta.3 (2020-02-28)
Bug Fixes
v9.0.0-beta.2
v9.0.0-beta.1
9.0.0-beta.1 (2020-02-09)
Features
- add tab user-event (4b59d4f)
- remove angular attributes added to the container (35277f7)
- upgrade dom testing library (b1d0063)
- upgrade to angular 9 (0000d5b)
BREAKING CHANGES
- Angular adds the attributes ng-version and id to the container, these will be removed
This behavior can be disabled with the removeAngularAttributes property
await render(HelloComponent, {
removeAngularAttributes: false,
});
- This versions runs on Angular 9