This version contains bug fixes, including a fix for a regression introduced in version 3.0.
Fixes:
- Do not un-mount components before replacing them, as with dynamically-imported components the replacement might happen in a next tick, causing the component to be un-mounted and re-mounted in the DOM (fixes #136)
- Better cloning of the detail object to ensure it's not altered between ticks.