Skip to content

Releases: testing-library/angular-testing-library

v9.2.2

18 Apr 11:44
89319df
Compare
Choose a tag to compare

9.2.2 (2020-04-18)

Bug Fixes

  • patch waitFor functions to trigger a change detection cycle (#96) (89319df), closes #95

v9.2.1

17 Apr 07:01
2d958c5
Compare
Choose a tag to compare

9.2.1 (2020-04-17)

Bug Fixes

v9.2.0

11 Apr 09:21
4cb5e5c
Compare
Choose a tag to compare

9.2.0 (2020-04-11)

Features

v9.1.1

09 Apr 11:07
0438b77
Compare
Choose a tag to compare

9.1.1 (2020-04-09)

Bug Fixes

  • compile as ES2015 to supprt karma tests (0438b77), closes #87
  • ES2015 for karma tests (8e17700)

v9.1.0

02 Apr 21:13
4520fb8
Compare
Choose a tag to compare

9.1.0 (2020-04-02)

Bug Fixes

  • correct the debug typing (13dd9ff)
  • findBy queries runs the detection cycle before checking (289c08b)

Features

  • expose fireEvent (with detectChanges) (76adbb2)

v9.0.0

24 Mar 18:43
a67955e
Compare
Choose a tag to compare

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

v9.0.0-beta.5

24 Mar 18:27
58d05a4
Compare
Choose a tag to compare
v9.0.0-beta.5 Pre-release
Pre-release

9.0.0-beta.5 (2020-03-24)

Features

  • update dom testing library (typings) (58d05a4)
  • update dom testing library (typings) (065f31b)

BREAKING CHANGES

    • wait has been renamed to waitFor

v9.0.0-beta.4

05 Mar 21:00
Compare
Choose a tag to compare
v9.0.0-beta.4 Pre-release
Pre-release

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

BREAKING CHANGES

v9.0.0-beta.3

28 Feb 19:39
bc0fa0c
Compare
Choose a tag to compare
v9.0.0-beta.3 Pre-release
Pre-release

9.0.0-beta.3 (2020-02-28)

Bug Fixes

  • make removeAngularAttributes opt-in (ca4b19e)
  • opt-in to removing ng attributes (bc0fa0c)

v9.0.0-beta.2

28 Feb 19:11
c59e545
Compare
Choose a tag to compare
v9.0.0-beta.2 Pre-release
Pre-release

9.0.0-beta.2 (2020-02-28)

Bug Fixes

  • auto cleanup after each test (8cd9783)
  • correct removeAngularAttributes docs (a945a6f)
  • only add container when angular attributes are removed (e194bac)

Features