Skip to content

v9.0.0

Compare
Choose a tag to compare
@timdeschryver timdeschryver released this 24 Mar 18:43
· 261 commits to main since this release
a67955e

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

s await render(HelloComponent, { removeAngularAttributes: false, });

  • This versions runs on Angular 9