All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0 (2022-11-10)
1.0.0-rc.25 (2022-11-01)
1.0.0-rc.24 (2022-10-20)
1.0.0-rc.23 (2022-10-14)
1.0.0-rc.22 (2022-10-13)
1.0.0-rc.21 (2022-10-10)
1.0.0-rc.20 (2022-09-30)
- 修复异步JavaScript文件加载异常 (#188) (928bb32), closes #184
- 修复子应用location.origin为主应用地址问题 (#194) (ed5c518), closes #193
- 修复cacheOptions类型不正确的问题 (#191) (2051e01), closes #179
- 依赖使用 pnpm workspace 协议 (#186) (ef34944)
1.0.0-rc.19 (2022-09-23)
- 修复async脚本导致脚本执行顺序错乱问题 (#173) (60a3e0c)
- 修复defer脚本无法关闭fiber模式 (#166) (ef58f48)
- 修复destroy没有清除子应用dom的问题 (#175) (3180d16), closes #170
- 修复js文件下载失败会导致子应用运行失败 (#174) (7575de4), closes #172
1.0.0-rc.18 (2022-09-22)
- 去除removeEventListener无回调函数告警 (149e8e9)
1.0.0-rc.17 (2022-09-20)
- 解决 data 与 methods 存在相同属性导致 vue 警告 (#147) (bf37422)
- 修复preload 没有使用自定义fetch (#160) (136a41c)
- 修复react hash 模式下异常 (#155) (085687c), closes #151
1.0.0-rc.16 (2022-09-12)
- 修复 destroy 丢失 this 上下文的问题 (#128) (c4c42a3), closes #138 #139
- 修复绝对路径对hash路由的影响 (#140) (cb62f2f), closes #136
- 修复react16 scroll合成事件无法触发问题 (#144) (454606c)
- 修正 destroy 后 unmount 报错 (#129) (7c31393)
1.0.0-rc.15 (2022-09-09)
1.0.0-rc.14 (2022-09-06)
- 修复使用twind切换应用样式丢失的问题 (#131) (71d81b7), closes #116
- 修复svg在append到元素之后ownerdocument失效问题 (#132) (be205d2)
1.0.0-rc.13 (2022-09-02)
- 修复空连接或者hash链接也被转换成绝对地址 (#113) (3d4232d), closes #107
- 修复window被proxy导致作用域错误 (#106) (4895297), closes #102
- plugin: fix cssLoader to exclude a data URL (#103) (61546fb)
- 添加默认loading的能力和api (#121) (841385f), closes #111 #120
- docs: 实时体验页面, url 回显功能 (#122) (9a4f04c)
- docs: Experience wujie on the official website (#110) (d6a004f)
- monorepo采用pnpm方案 (#109) (34d460d), closes #108 #10
- 修复集成测试失败 (#86) (38fc786)
- 修复子应用加载页面生命周期无法触发 (#85) (ea8efcb)
- wujie-core package has eslint error (#81) (f169411)
- 修复webpack publicPath为auto无法加载资源问题 (7e2fd28)
- 添加onEvent回调事件类型判断 (a52238e)
- 修复document无法设置事件回调 (aba63ed)
- init (30397aa)