Releases: ice-lab/icestark
v2.7.3
EN
- fix: Axios, Moment, and other callable functions can work well in the sandbox, # #557
- fix: tackle with the problem that styles suddenly missed after transistion, which only happens in development mode of vite, closes #555
- fix: If
activePath
got falsy values, a warning will be thrown, closes #558
中文
v2.7.2
v2.7.1
v2.7.0
EN
- feat: cache css by default if
loadScriptMode
equals tofetch
andimport
, Closes #373 - feat: appHistory and can both take state, #477
- fix: narrow scope of
import
's error, Closes #466 - chore: add missing props for lifecycles, Closes #440
中文
🔥 持续优化微前端应用的加载体验,当微应用 loadScriptMode 配置为 fetch 或 import、开启脚本沙箱、umd 配置为 true 时,会默认缓存资源。您的应用可能会受此影响,请密切关注,Closes #373
🚀 appHistory 支持传递 state,#477
v2.6.2
v2.6.1
v2.6.0
🚀 icestark 2.6.0 is out!
EN
🔥 ES modules can be loaded by icestark. You can use Vite application in icestark.
feat:handle element and re-execute DOM Parser to enable of Angular.(#368)
fix: assign to location.hash never trigger onRouteChange twice. (#353)
refact: change module: commonjs
to module: esnext
.
中文
🔥 支持 ES modules 类型微应用,用 icestark 来加载您的 Vite 应用
feat:完善 Angualr6 版本以上的应用接入 (#368)
fix: Hash Router 不会二次触发 onRouteChange (#353)
refact: 将 icestark 打包成 ESM 导出。
v2.5.0
EN
feat: path is deprecated and using the more powerful activePath instead. (#299, #297, #209)
feat: debug mirco-frontends are accessiable by using source maps, even in sandbox. (#259)
fix: call callCapturedEventListeners later to prevent double Prompt. (#325)
refact: refactor url-matching algorithm.
中文
feat: 对齐 API 和 React Component 的使用字段 (#299, #297, #209)
feat: 优化 icestark 本地开发以及沙箱的调试体验 (#259)
fix: 修复使用 Prompt 组件二次弹框的问题 (#325)
refact: 重构路由匹配算法
更多内容变更以及详细解读,查阅 博客
v2.4.0
EN
feat: use scriptAttributes=[crossorigin="anonymous"]
to solve Script Error. (#276)
feat: @ice/stark-data
now support symbol key.
fix: unexpectable sandbox's cleaning up when load modules. (#293)
fix: missing ErrorComponent
cause React rendering's error. (#312)
中文
feat: 使用 scriptAttributes=[crossorigin="anonymous"]
来解决 Script Error https://help.aliyun.com/document_detail/88579.html 的问题 (#276)
feat: @ice/stark-data
支持使用 symbol 作为 key
fix: 修复微应用 Dynamic Import 导致的加载问题 (#293)
fix: 修复 React 渲染 Error 实例的问题 (#312)