Skip to content

Latest commit

 

History

History
131 lines (74 loc) · 8.08 KB

CHANGELOG.md

File metadata and controls

131 lines (74 loc) · 8.08 KB

Change Log

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

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