Skip to content

Releases: testing-library/angular-testing-library

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

v9.0.0-beta.1

09 Feb 18:53
Compare
Choose a tag to compare
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

v8.2.0

04 Dec 07:49
a3975cd
Compare
Choose a tag to compare

8.2.0 (2019-12-04)

Features

  • waitForDomChange, waitForElement, waitForElementToBeRemoved (#60) (a3975cd)

v8.1.0

29 Nov 19:23
924382c
Compare
Choose a tag to compare

8.1.0 (2019-11-29)

Features

v8.0.4

23 Nov 14:54
e41c034
Compare
Choose a tag to compare

8.0.4 (2019-11-23)

Bug Fixes

  • don't call detectChanges when fixture is destroyed (#57) (e41c034)

v8.0.3

21 Sep 18:43
ced7046
Compare
Choose a tag to compare

8.0.3 (2019-09-21)

Bug Fixes

  • type should not type in readonly or disabled fields (#51) (ced7046)

v8.0.2

20 Sep 18:34
ce4416f
Compare
Choose a tag to compare

8.0.2 (2019-09-20)

Bug Fixes

  • type with empty value should clear the input (#50) (ce4416f)

v8.0.1

19 Sep 16:46
Compare
Choose a tag to compare

8.0.1 (2019-09-19)

Bug Fixes