Skip to content

Releases: vuejs/vue-test-utils

v1.3.6

05 Jun 11:37
Compare
Choose a tag to compare

What's Changed

  • fix: make scoped slots rendering consistent for stubs by @xanf in #2068

Full Changelog: v1.3.5...v1.3.6

v1.3.5

11 Apr 02:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.4

27 Jan 02:11
Compare
Choose a tag to compare

What's Changed

Install with npm install @vue/test-utils@legacy.

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.3

04 Nov 05:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

31 Oct 22:50
Compare
Choose a tag to compare

This bug fixes a regression introduced in #1990, released as part of v1.3.1, that broke the CommonJS entry point.

What's Changed

Full Changelog: 1.3.1...v1.3.2

v1.3.1

31 Oct 05:44
Compare
Choose a tag to compare

Features

Deps

Docs

New Contributors

Full Changelog: v1.3.0...1.3.1

v1.3.0

17 Nov 04:06
Compare
Choose a tag to compare

1.3.0 is a small release, in terms of code changes, but brings back a popular feature that was previously deprecated: chaining for CSS selectors in getComponent and findComponent. This also is ported to Test Utils v2, so you can enjoy largely the same API in both libraries.

Features

feat: restore chaining and CSS selectors for findComponent (#1910)

Fixes

fix: verify object not null for typeof (#1897)
fix(types): Remove argument for resetAutoDestroyState (#1907)

v1.2.2

22 Jul 11:24
Compare
Choose a tag to compare

This release contains no bug fixes or behavior changes; it simply improves the type definitions.

Types

  • types: type createLocalVue method #1873
  • types: add generic for wrapper.find() and wrapper.get() #1871

v1.2.1

14 Jun 06:20
Compare
Choose a tag to compare

This is a small release with just two minor bug fixes.

Fixes

  • fix #1845: add functional component check in component name match (#1857)
  • updated router link stub to match actual router-link interface (#1840)

v1.2.0

01 May 10:47
Compare
Choose a tag to compare

Features

  • feat(stubs): render function props deterministically (#1834). Note: this may break some snapshots of shallow mounted functional components.

Fixes

  • fix: correctly find functional components (#1835)
  • fix: trigger keyboard event regression (#1826)