Skip to content

Releases: testing-library/vue-testing-library

v5.5.0

22 Nov 17:51
4376e64
Compare
Choose a tag to compare

5.5.0 (2020-11-22)

Features

  • Add env to turn off fireEvent.update warning (#181) (4376e64)

v6.1.0

20 Nov 23:07
7e1882a
Compare
Choose a tag to compare
v6.1.0 Pre-release
Pre-release

6.1.0 (2020-11-20)

Features (breaking)

v5.4.1

20 Nov 22:45
a5bd6cc
Compare
Choose a tag to compare

5.4.1 (2020-11-20)

Bug Fixes

v5.4.0

17 Nov 12:01
8871d2f
Compare
Choose a tag to compare

5.4.0 (2020-11-17)

Features

  • Warn using fireEvent.input() or .change() and suggest fireEvent.update() (#166) (8871d2f), closes #83

v5.3.1

15 Nov 08:14
95cc445
Compare
Choose a tag to compare

5.3.1 (2020-11-15)

Bug Fixes

  • allow multiple calling of updateProps (#170) (95cc445)

v5.3.0

14 Nov 22:57
dbcf740
Compare
Choose a tag to compare

5.3.0 (2020-11-14)

Features

  • Move types from DefinitelyTyped into this repo (#165) (dbcf740)

v5.2.0

01 Nov 09:06
920dff2
Compare
Choose a tag to compare

5.2.0 (2020-11-01)

Features

  • debug: Add maxLength and options to debug (#164) (920dff2)

v6.0.0

31 Oct 22:38
Compare
Choose a tag to compare
v6.0.0 Pre-release
Pre-release

6.0.0 (2020-10-31)

tl;dr: Run npm install -D @testing-library/vue@next to give this release which supports Vue 3 a go!

Features

  • Update to support Vue 3.0 and Vue Test Utils 2.0 (#137) (d9b1b5e)

BREAKING CHANGES

  • Snapshots are potentially different due to whitespaces.
  • Some options such as stubs are now moved to global.stubs.
  • Previous usage of vue instance as a parameter for the callback function is now replaced with global config options (for example, global.directives).
  • isUnmounted is gone.
  • updateProps is now called setProps to align with VTU.

Some of the missing steps is to provide support to Vue Router, and also to update libraries of the ecosystem to their Vue 3 version.

This is an exciting release! 馃帀 It marks the first release aiming to support Vue 3 and Vue Test Utils 2. Please head to the PR to get more information, and feel free to open up issues and PRs to fix missing features / ports 馃槃

v5.1.0

28 Sep 10:20
addae98
Compare
Choose a tag to compare

5.1.0 (2020-09-28)

Features

v5.0.4

06 Jun 15:47
4c5f724
Compare
Choose a tag to compare

5.0.4 (2020-06-06)

Bug Fixes

  • prevent auto-cleanup to throw when asserting errors in async lifecycle hooks (#142) (4c5f724)