* fix(tree): auto expand parent on set current key and node (#1502)
* feat: expose expand-on-highlight-node prop
* Revert "feat: expose expand-on-highlight-node prop"
This reverts commit 9694825e0132522f1a4907d0c7bd91c4bd73b5aa.
* feat: add shouldAutoExpandParent parameter
* test: add tests
* docs: add parameter
* fix: it should only expand parent
* docs: update
* fix: it should only expand parent
* bumping version
* build(core): bumping vue version
- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`
* Remove transition mock/Add before-enter and before-leave hook emitter for popper