Releases: jd-opensource/micro-app
Releases · jd-opensource/micro-app
v0.8.7
chore: change version
v0.8.6
2022-06-30
-
New
- 🆕 在 plugin 中增加 excludeChecker 和 ignoreChecker 用于主应用主动忽略子应用部分 script 和 link。
- 🆕 新增了
processHtml
,用于在插件中处理html。
-
Update
- 🚀 优化了资源加载相关代码和逻辑。
- 🚀 优化了单元测试相关代码。
v0.8.5
2022-02-14
-
New
- 🆕 provide source script info for js loader.
v0.8.4
2022-01-25
-
Bug Fix
- 🐞 Fixed the problem that the execution speed of style isolation is too slow in Firefox browser 80 and above.
v0.8.3
2022-01-20
-
Bug Fix
- 🐞 Fixed the Error of parsing style when importing
SVG
throughbackground image
in CSS.
- 🐞 Fixed the Error of parsing style when importing
-
Update
- 🚀 Optimized logic of scoped_css, improve compatibility and performance.
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.
v0.8.1
v0.8.0
v0.7.1
v0.7.0
0.7.0
2021-12-29
-
New
- 🆕 新增Api,对外export
MicroApp
类。
- 🆕 新增Api,对外export
-
Update
- 🚀 沙箱重构,性能优化。
- 🚀 优化了
execScripts
方法,不再使用Promise.all
,防止单文件加载错误导致后续文件无法执行的问题。 - 🚀 优化了
getActiveApps
方法,增加对过滤keep-alive应用的支持。