Releases: ice-lab/icestark
Releases · ice-lab/icestark
v1.5.3(2020-05-14)
v1.5.2(2020-04-29)
v1.5.0(2020-04-07)
v1.4.2(2020-03-26)
中文
- fix: 修复 entry 加载子应用样式丢失问题 #66
- feat: 支持缓存 entry 方式加载的子应用资源
- fix: 修复 loading 样式不重置问题
- refactor: 移除 useShadow 相关无效代码
- fix: 修复劫持时机
EN
- fix: style overwrite by js bundle when use entry #82
- feat: support cache resource when app is load by entry
- fix: reset loading state when leave app
- refactor: remove code of useShadow until it is available
- fix: hijack when component did mount
v1.4.1(2020-03-02)
v1.4.0(2020-02-20)
v1.3.1(2019-01-02)
中文
- fix: 修复 hash 路由下,AppLink 跳转失效的问题
- fix: 修复 appLeave 不触发的问题
EN
- fix: AppLink jump invalidation under hash route
- fix: appLeave not triggering
v1.3.0(2019-12-24)
中文
- feat: 使用 Entry / EntryContent 时删除所有注释内容
- feat: 添加 registerAppEnter API,1.x 版本兼容未使用场景 #45
- feat: 优化 history 实例问题,进一步弱化 AppLink 使用场景,优化子应用内部跳转体验 #50
- feat: 导出 AppConfig 类型 #48
- chore: 删除所有 forceRender 相关的逻辑
- chore: triggerAppLeave 内部方法改名为 callAppLeave
EN
- feat: remove all comment for html
- feat: add registerAppEnter API, 1.x version is compatible with unused scenarios #45
- feat: optimize the history instance, further weaken the AppLink usage scenario, and optimize the sub-app internal jump experience #50
- feat: export AppConfig type #48
- chore: remove all forceRender related logic
- chore: triggerAppLeave internal method renamed to callAppLeave
v1.2.1(2019-12-13)
中文
- fix: 修复 1.2.0 没设置 LoadingComponent 导致异常的问题
- fix: 修复 vue 应用切换时,子应用可能卸载不彻底的问题
- feat: shouldAssetsRemove 增加第二个参数 element,支持内联 style 标签的判定机制
EN
- fix: 1.2.0 does not set LoadingComponent causing exception
- fix: child apps might not be uninstalled completely when switching vue apps
- feat: shouldAssetsRemove adds the second parameter element to support the inline style tag determination mechanism
v1.2.0(2019-12-10)
中文
- feat: 新增官方通信方案 @ice/stark-data #23
- feat: 新增 isInIcestark API 于 @ice/stark-app, 支持子应用判断当前是否运行在 icestark 环境中
- feat: 新增 entry / entryContent 支持直接解析 html 获取相关配置 #30
- fix: 修复因 AppRouter 可能触发频繁 mount/unmount 时,资源删除不彻底的问题 #33
- feat: 调整 LoadingComponent/ErrorComponent 渲染层级为 AppRouter 层级渲染
EN
- feat: add @ice/stark-data for app communication #23
- feat: add isInIcestark for @ice/stark-app
- feat: add entry && entryContent: support to parse html directly to get related configuration #30
- fix: resources cannot be cleaned up during fast route switching #33
- feat: adjust the LoadingComponent / ErrorComponent rendering level to AppRouter level rendering
- chore: adjust readme