v9.0.0-beta.1
Pre-release
Pre-release
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