Skip to content

v3.0.2

Compare
Choose a tag to compare
@ItalyPaleAle ItalyPaleAle released this 24 Sep 03:52
v3.0.2
e9954eb

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.