Skip to content

Releases: ademuk/testbook

v2.7.1

23 Dec 19:55
b1c5a71
Compare
Choose a tag to compare

2.7.1 (2020-12-23)

Bug Fixes

  • Fix incorrect step selected after deleting last step (d5c47b1)
  • events: Add setTimeout after events to allow of async side effects to take place (5104b32)
  • mocks: Fix JSON editor losing focus (e64cb5e)

v2.7.0

22 Dec 21:41
1479749
Compare
Choose a tag to compare

2.7.0 (2020-12-22)

Features

  • errors: Capture and display async render errors (d1a100b)

v2.6.2

16 Dec 23:00
Compare
Choose a tag to compare

2.6.2 (2020-12-16)

Bug Fixes

  • Batch loadModuleWithComponents calls to better handle projects with lots of js/ts files (fd85509)
  • Fix component and test layout issues (0c3dda8)

v2.6.1

16 Dec 00:16
Compare
Choose a tag to compare

2.6.1 (2020-12-16)

Bug Fixes

  • Improve "no tests" messaging (8ee58d1)

v2.6.0

16 Dec 00:03
384f0b5
Compare
Choose a tag to compare

2.6.0 (2020-12-16)

Features

  • Add option to name tests (59314cf)

v2.5.0

09 Dec 18:15
148ed82
Compare
Choose a tag to compare

2.5.0 (2020-12-09)

Bug Fixes

  • Fix test status indicator circles getting squashed (61ce0b3)

Features

  • cli: Add CLI test runner (suitable for CI) (4824269)

v2.4.1

08 Dec 20:44
Compare
Choose a tag to compare

2.4.1 (2020-12-08)

Bug Fixes

  • Improve new user/zero-tests aesthetics (9a0a2c2)

v2.4.0

08 Dec 20:11
Compare
Choose a tag to compare

2.4.0 (2020-12-08)

Bug Fixes

  • mocks: Fix handling of non GET fetch mocks (0f600da)
  • mocks: Fix json validation error misaligned (ae9b700)
  • props: Attempt to detect and parse json prop values even if prop type is unknown. Allows one to duck type props. (080eb87)
  • props: Fix error when typescript component has no props (a8e6449)

Features

v2.3.0

20 Nov 00:20
46b4cb6
Compare
Choose a tag to compare

2.3.0 (2020-11-20)

Bug Fixes

  • Set Webpack happyPackMode: true for finding components to prevent dev server memory errors (b59f4c1)

Features

  • render: Add ability to wrap rendered component with a parent component (872e1d7)
  • Display components that don't have tests or that experienced an error, alongside those that do have tests (d74dd03)
  • Display components which error during render, giving user a chance to add props. (d6652d8)

v2.2.1

12 Nov 00:30
Compare
Choose a tag to compare

2.2.1 (2020-11-12)

Bug Fixes

  • Make paths platform agnostic to fix Windows error (da38d6a)