Skip to content

v1.0.0-beta.30

Pre-release
Pre-release
Compare
Choose a tag to compare
@eddyerburgh eddyerburgh released this 16 Dec 12:11
· 444 commits to dev since this release

@vue/test-utils

Bug Fixes

Code Refactoring

Features

  • wrapper: allow destroy() method to work with functional components (#1188) (f4ea3fd)
  • add option to pretty print html components (#1229) (99336c4)
  • stop auto stubbing transition and transition-group (#1127) (85a972c)

BREAKING CHANGES

@vue/server-test-utils

Bug Fixes

  • return promise from render() and renderToString() (#1164) (3c597d3)
  • types: allow false as a component stub value (#1231) (2a4c6ef)

Code Refactoring

Features

BREAKING CHANGES

  • render() and renderToString() are now async