Skip to content

Releases: testing-library/angular-testing-library

v8.0.0

18 Sep 18:52
6fa8df9
Compare
Choose a tag to compare

8.0.0 (2019-09-18)

Features

BREAKING CHANGES

    • It isn't possible to define your component as a component template anymore, it's obligated now to use the component's class.

BEFORE:

const component = render(`<person-details></person-details>`)

AFTER:

const component = render(PersonDetails)
  • It isn't possible anymore to define a wrapper while testing a component, it's only possible to do this while testing a directive.
const component = render(PersonDetails, {
  wrapper: PersonWrapper
})

v7.6.0

13 Sep 19:21
656aa69
Compare
Choose a tag to compare

7.6.0 (2019-09-13)

Features

v7.5.0

03 Sep 12:54
Compare
Choose a tag to compare

7.5.0 (2019-09-03)

Features

v7.4.2

31 Aug 16:42
Compare
Choose a tag to compare

7.4.2 (2019-08-31)

Bug Fixes

  • inline documentation typos (79527a9)

v7.4.1

31 Aug 15:38
dc6af45
Compare
Choose a tag to compare

7.4.1 (2019-08-31)

Bug Fixes

  • allow type to receive a number value (#44) (dc6af45)

v7.4.0

30 Aug 14:06
ddbc1fc
Compare
Choose a tag to compare

7.4.0 (2019-08-30)

Features

v7.3.0

29 Aug 11:44
6d3d71a
Compare
Choose a tag to compare

7.3.0 (2019-08-29)

Features

  • import NoopAnimationsModule by default (#40) (6d3d71a)

v7.2.0

24 Aug 15:41
41365e3
Compare
Choose a tag to compare

7.2.0 (2019-08-24)

Features

v7.1.1

03 Aug 07:54
b65505e
Compare
Choose a tag to compare

7.1.1 (2019-08-03)

Bug Fixes

v7.1.0

15 Jul 06:55
0cc77ac
Compare
Choose a tag to compare

7.1.0 (2019-07-15)

Features