v0.8.2
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.
- 🆕 Add
-
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.