Closed
Description
Hi guys, vue-test-utils has been in beta for a couple months now, and the feedback we've got has been really helpful.
There are a few things left to do before we release 1.0.0:
-
Add deprecation notice tohasClass
,hasAttribute
, andhasProp
, in favor ofclasses
,attributes
, andprops
- Add support for async components via Code Splitting Code splitting support #61
-
Fix bug with keyed transitionsVue.nextTick()
required with transitions. #52 -
Add docs for testing components that have asynchronous calls add section to docs on testing components that include promises #151 -
Add support for inheritAttrs Attr inheritance and InheritAttrs/InheritListeners #146 -
Add support for testing scoped slots Test slot scope #156 -
Improve support for vue.extends findAll with Vue extended component causing errors #248 -
Improve find to find Vue components without names -
Handle functional components in findCan't find functional component #296 -
Add setChecked, setValue, and setSelected methodsAdd setChecked and setValue methods #530 - Improve support for extended components
- Improve scopedSlots option. Issue Method to test scoped slots API #809
- Fix synchronous bugs
If anyone has any additional items they think should be added to the list, leave a comment 🙂