v9.0.0
9.0.0 (2020-03-24)
Bug Fixes
- auto cleanup after each test (4d8ace0)
- correct removeAngularAttributes docs (28f0e07)
- make removeAngularAttributes opt-in (e122b71)
- only add container when angular attributes are removed (65bed1b)
- use testbed.inject instead of testbed.get (8caff29)
Features
- add tab user-event (4982482)
- add wait feature (3940428)
- remove angular attributes added to the container (7ce3772)
- update DOM Testing Library (959c03f)
- update dom testing library (typings) (e10d04f)
- upgrade dom testing library (20b2888)
- upgrade DOM Testing Library (f08c813)
- upgrade to angular 9 (3ac06b4)
BREAKING CHANGES
-
- wait has been renamed to waitFor
- waitForElement has been removed in favor of waitFor see https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0 for more info
- waitForDomChange has been removed in favor of waitFor see https://github.com/testing-library/dom-testing-library/releases/tag/v7.0.0 for more info
- DOM Testing Library update, see https://github.com/testing-library/dom-testing-library/releases for more info
- Angular adds the attributes ng-version and id to the container, these will be removed
This behavior can be disabled with the removeAngularAttributes property
s await render(HelloComponent, { removeAngularAttributes: false, });
- This versions runs on Angular 9