Skip to content

v9.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@timdeschryver timdeschryver released this 09 Feb 18:53

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