9 Star 45 Fork 13

Gitee 极速下载 / wujie

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Tencent/wujie
克隆/下载
CHANGELOG.md 27.55 KB
一键复制 编辑 原始数据 按行查看 历史
yiludege 提交于 2023-12-18 10:46 . v1.0.22

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.0.22 (2023-12-18)

Bug Fixes

  • 解决子应用销毁时,主应用监听事件内存未被释放 #752 (#753) (5fa87a8), closes #568
  • 修复降级模式会丢失事件监听器 (#758) (534e865)
  • 修复在safari下scriptElement的src下不可写的问题 (84b2378)
  • 修复重复Object.defineProperties导致的报错 (94bbfa6)

1.0.21 (2023-12-18)

Bug Fixes

  • 解决子应用销毁时,主应用监听事件内存未被释放 #752 (#753) (5fa87a8), closes #568
  • 修复降级模式会丢失事件监听器 (#758) (534e865)
  • 修复在safari下scriptElement的src下不可写的问题 (84b2378)
  • 修复重复Object.defineProperties导致的报错 (94bbfa6)

1.0.20 (2023-11-08)

Bug Fixes

  • 兼容部分浏览器script src不可配置 (3eab5cf), closes #648
  • appendChildOrInsertBefore effect ignore css error (#643) (17179fb)
  • proxy: protect the program when getElementById throws an exception error (#693) (37dc95b)
  • wujie-react watch props change, restart app (#689) (1b39612)

Note: Version bump only for package wujie-project

1.0.18 (2023-07-11)

Bug Fixes

  • 兼容子应用定义不可修改的全局函数 (#574) (79c4ee0)
  • 修复wujie-react偶现无法加载子应用元素 (#599) (f927505)
  • 修复wujie子应用无法监听error事件 (#616) (2f9b65c)
  • 修改wujie子应用无监听unhandledrejection问题 (#617) (9f53471)
  • documentProxyProperties: add caretPositionFromPoint to document`s proxy methods (#595) (8e1b446)
  • iframe: 修复 handler 为 undefined 时执行 addEventListener 错误 (#514) (30bf8c1)

Features

1.0.17 (2023-05-30)

Bug Fixes

  • 子应用window事件监听增加message事件,增加事件监听target可选参数 (#555) (2255301), closes #549

1.0.16 (2023-05-17)

Bug Fixes

  • proxy: protect the program when querySelectorAll throws an exception (#547) (a7f83fc)

1.0.15 (2023-05-04)

Features

1.0.14 (2023-03-31)

Bug Fixes

  • 修复获取html入口文件时,因为接口异常不能正常触发loadError生命周期 (#481) (1b45d30)
  • 修复子应用嵌套页面空白问题 (#492) (ff9714f), closes #487 #485
  • iframe: 修复 handler 为 undefined 时添加到 handlerCallbackMap 报错 (#483) (9b5a7fb)
  • iframe: 修复多层嵌套找不到渲染节点问题 (#491) (6f54797)

1.0.13 (2023-03-29)

Bug Fixes

  • 修复降级后页面无法渲染的问题 (1883f59)
  • 运行主应用代码主动报错 (#482) (8981b7b)

1.0.12 (2023-03-28)

Bug Fixes

  • 修复属性获取问题导致代码运行报错 (09419fd)

1.0.11 (2023-03-24)

Bug Fixes

1.0.10 (2023-03-23)

Bug Fixes

1.0.9 (2023-03-23)

Bug Fixes

Features

1.0.8 (2023-03-14)

Bug Fixes

1.0.7 (2023-03-14)

Bug Fixes

Features

1.0.6 (2023-02-08)

Bug Fixes

  • 修复预加载js资源没有下载 (#363) (e41c217)
  • chore: 修复 Vue.use(WujieVue) 时类型错误 (#382) (f293697)

1.0.5 (2023-01-10)

Features

1.0.4 (2022-12-30)

Bug Fixes

1.0.3 (2022-12-12)

Bug Fixes

  • 修复保活模式下路由参数丢失的问题 (#323) (ffd2d60)
  • 修复降级场景下文档非标准模式问题 (#312) (d21365a), closes #302

1.0.2 (2022-12-06)

Bug Fixes

Features

  • 添加子应用可以直接读取html的能力 (#307) (f45e57e)

1.0.1 (2022-11-25)

Bug Fixes

  • 兼容主应用拦截原生的createElement (#275) (9d657ee), closes #274
  • 修正其他document调用获取元素函数无法获取的问题 (#263) (9c7cccd), closes #262

Features

  • 增加degradeAttrs参数用于控制降级时的Iframe属性 (#272) (16adfd4), closes #271

1.0.0 (2022-11-10)

Features

1.0.0-rc.25 (2022-11-01)

Bug Fixes

  • 修复无界主应用内嵌在iframe内部报错 (#246) (56ff61e)

1.0.0-rc.24 (2022-10-20)

Bug Fixes

  • 修复内嵌场景下createElement重复覆盖的问题 (#232) (6a39043)

1.0.0-rc.23 (2022-10-14)

Features

  • 钩子appendOrInsertElementHook添加原生元素参数 (#220) (7873911)

1.0.0-rc.22 (2022-10-13)

Features

  • 插件添加appendOrInsertElementHook钩子 (#217) (fbffe68)

1.0.0-rc.21 (2022-10-10)

Bug Fixes

  • 修复esm和jsIgnores脚本的onload事件没有触发 (#211) (7846853), closes #210

1.0.0-rc.20 (2022-09-30)

Bug Fixes

  • 修复异步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)

Bug Fixes

  • 修复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)

Bug Fixes

  • 修复子应用切换插件样式重复问题 (#163) (bf0fb18), closes #161
  • 修复子应用切换模板样式重复问题 (#164) (80e1b4b)

Features

  • 去除removeEventListener无回调函数告警 (149e8e9)

1.0.0-rc.17 (2022-09-20)

Bug Fixes

  • 解决 data 与 methods 存在相同属性导致 vue 警告 (#147) (bf37422)
  • 修复preload 没有使用自定义fetch (#160) (136a41c)
  • 修复react hash 模式下异常 (#155) (085687c), closes #151

Features

1.0.0-rc.16 (2022-09-12)

Bug Fixes

1.0.0-rc.15 (2022-09-09)

Bug Fixes

1.0.0-rc.14 (2022-09-06)

Bug Fixes

  • 修复使用twind切换应用样式丢失的问题 (#131) (71d81b7), closes #116
  • 修复svg在append到元素之后ownerdocument失效问题 (#132) (be205d2)

1.0.0-rc.13 (2022-09-02)

Bug Fixes

  • 修复空连接或者hash链接也被转换成绝对地址 (#113) (3d4232d), closes #107
  • 修复window被proxy导致作用域错误 (#106) (4895297), closes #102
  • plugin: fix cssLoader to exclude a data URL (#103) (61546fb)

Features

1.0.0-rc.12 (2022-08-25)

Bug Fixes

  • 修复集成测试失败 (#86) (38fc786)
  • 修复子应用加载页面生命周期无法触发 (#85) (ea8efcb)
  • wujie-core package has eslint error (#81) (f169411)

Features

  • 添加jsIgnores和cssIgnores两个插件 (#95) (7631e7c)
  • 修复style标签被重复代理的情况 (#80) (1769506)

1.0.0-rc.11 (2022-08-17)

Features

  • 子应用判断window.window为window (#69) (66c528b)

1.0.0-rc.10 (2022-08-16)

Features

1.0.0-rc.9 (2022-08-15)

Bug Fixes

  • 修复子应用window.window指向问题 (#57) (1938892)

Features

  • 添加createApp全局配置缓存 (#64) (dd3d687)

1.0.0-rc.8 (2022-08-11)

Bug Fixes

  • 修复head和body被应用缓存的问题 (#50) (0959ce4)

1.0.0-rc.7 (2022-08-08)

Bug Fixes

  • 修复子应用字体无法加载的问题 (#33) (a33dec5)
  • 修复url解析错误问题 (#37) (027c442)

Features

  • 将子应用样式中相对地址默认转换成绝对地址 (#35) (a74f236)
  • jsExcludes 和 cssExcludes 支持正则 (#21) (8c902a4)

1.0.0-rc.6 (2022-07-28)

Bug Fixes

  • dynamic append js-module script error (#18) (1181351)

1.0.0-rc.5 (2022-07-27)

Bug Fixes

  • 修复webpack publicPath为auto无法加载资源问题 (7e2fd28)

1.0.0-rc.4 (2022-07-15)

Bug Fixes

  • 修复vite子应用css3变量没有生效 (#12) (261bc01)

1.0.0-rc.3 (2022-07-08)

Bug Fixes

  • 添加onEvent回调事件类型判断 (a52238e)

1.0.0-rc.2 (2022-07-07)

Bug Fixes

  • 修复document无法设置事件回调 (aba63ed)

1.0.0-rc.1 (2022-07-05)

Features

JavaScript
1
https://gitee.com/mirrors/wujie.git
git@gitee.com:mirrors/wujie.git
mirrors
wujie
wujie
master

搜索帮助