Icestark Versions Save

:tiger: Micro Frontends solution for large application(面向大型应用的微前端解决方案),站点国内镜像:https://icestark.gitee.io

v2.3.0

3 years ago

EN

feat: support prefetch sub-application, which let your micro application fly. (#188)

中文

feat: 支持 prefetch 能力,让微前端应用加载速度飞起来

v2.2.2

3 years ago

EN

  • [fix] basename of AppRouter makes effect. (#241)
  • [fix] alter baseURI when using DOMParser. (#233, #4040)

中文

  • [fix] 修复 basename 不生效 (#241)
  • [fix] 修复 entry 模式下,相对地址被 DOMParser 解析成错误的地址 (#233, #4040)

v2.2.1

3 years ago

EN fix: css assets are unable to reload when remove umd from sub-application.

中文 feat: 修复 start 启动时,子应用 reload 时 css 资源没有加载。

v2.2.0

3 years ago

EN

feat: no need to use umd anymore. Migrate to loadScriptMode or use setLibraryName in sub-application. (#240 )

中文

feat: 新的使用 umd 子应用的方式 - 无需在主应用配置 umd: true

v2.1.0

3 years ago

中文

feat: 为 entry 接入方式提供新的 Html resolver feat: 支持自定义 fetch #211 feat: AppLink 从 @ice/stark-app 导出 #215 fix: 优化 Hash 路由的一些 api 使用问题 #214

EN

feat: new html resolver feat: support custom fetch #211 feat: export AppLink from @ice/stark-app #215 fix: optimize hash route mode #214

v2.0.2

3 years ago

中文

fix: 优化 css 加载策略,避免重复加载 fix: 修复默认 Loading 组件渲染失效问题 fix: 修复在使用 AppRouter 时,生命周期失效

EN

fix: optimize loading strategy of css resource fix: add default LoadingComponent for AppRouter fix: make the lifecycle works for AppRouter

v2.0.0

3 years ago

中文

refactor: 重构 api 调用方式去加载微应用 feat: 支持以 api 方式初始化 icestark

EN

refactor: brand new apis for load micro apps feat: support setup icestark with APIs

v1.6.0

3 years ago

中文

feat: 支持加载 UMD 标准微应用

EN

feat: support load UMD module of micro app

v1.5.6

3 years ago

中文

  • fix: 优化错误日志
  • fix: 模块加载兼容 UC 等浏览起无法获取模块名问题 #149
  • fix: 修复 location.href 无法返回 event state 导致路由监听失效问题 #162

EN

  • fix: optimize development message
  • fix: compatible with UC browser when load micro module #149
  • fix: pop state event return null when use location.href #162

v1.5.5

3 years ago

中文

  • fix: 修复实例化 popStateEvent 传入的错误 state 问题 #143

EN

  • fix: error state of popStateEvent #143