Many small bug fixes.
Features
- feat: treat document.body in attachTo in special way (#1699) @xanf
- feat(config): introduce deprecation warning handler, fix #1672
- feat: warn when operating on destroyed Vue component (#1706) @xanf
- add the wrapper.getComponent method and corresponding documents. (#1714)
- feat(test-utils): add types for auto destroy methods (#1724) @blake-newman
- feat: add abstract property to the core property of the component (#1716) @ustbhuangyi
Fixes
- fix(test-utils/wrapper): clarify deprecation note for wrong "get" usage @valentinpalkovic
- fix: support v-text on child functional components with shallowMount @jeremy-cassou
- fix(setData): allow empty objects to be set fix #1704 @Haroenv
- fix: ignore non-vue wrapper for auto-destroy (#1723)