v1.0.0-beta.30
Pre-release
Pre-release
·
444 commits
to dev
since this release
@vue/test-utils
Bug Fixes
- polyfill Element.matches for IE < 11 (#1230) (5e04331), closes #1223
- types: allow
false
as a component stub value (#1231) (2a4c6ef) - respect "hidden" attributes in
isVisible()
(#1257) (950763f)
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
- html output will now be formatted
- Remove
sync
mode (https://vue-test-utils.vuejs.org/guides/#common-tips) - Remove TransitionStub
- Remove Transition
@vue/server-test-utils
Bug Fixes
- return promise from
render()
andrenderToString()
(#1164) (3c597d3) - types: allow
false
as a component stub value (#1231) (2a4c6ef)
Code Refactoring
Features
BREAKING CHANGES
render()
andrenderToString()
are now async