Skip to content

Releases: testing-library/angular-testing-library

v9.4.0

20 Jun 15:28
b8d6e92
Compare
Choose a tag to compare

9.4.0 (2020-06-20)

Features

  • support component's ngOnChanges lifecycle hook (#110) (de77901), closes #56

v9.3.1

06 Jun 11:40
aa5f891
Compare
Choose a tag to compare

9.3.1 (2020-06-06)

Bug Fixes

  • fireEvent runs a change detection cycle (#104) (aa5f891)

v9.3.0

01 Jun 20:41
95f7de0
Compare
Choose a tag to compare

9.3.0 (2020-06-01)

Bug Fixes

  • use types from dom testing library (7f39bf4)

Features

  • use a11y queries in selectOptions (4f0878f)

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