Skip to content

v0.8.2

Compare
Choose a tag to compare
@bailicangdu bailicangdu released this 14 Jan 10:46
· 777 commits to dev since this release

2022-01-14

  • New

    • 🆕 Add pureCreateElement method to microApp, used to create unbound pure elements.
    • 🆕 Add removeDomScope method to microApp, used to clear dom scope.
  • Bug Fix

    • 🐞 Fixed the conflict of vue, when the base app load Vue through remote link, issue #234
  • Update

    • 🚀 Optimized code and logic of prefetch, reduce the impact on the base app.