Releases: web-infra-dev/garfish
Releases · web-infra-dev/garfish
v1.14.2
Bug Fixes
- preload: preload api shouldn't invoke if loaded (#600) (d850a7b)
- return loading resources by macro tasks (#613) (846cbbf)
v1.14.1
Bug Fixes
- 修复 defer 脚本中错误的 no-entry 处理 #610
v1.14.0
Bug Fixes
- 全部从 loader 上获取 managers,避免业务打包失误有多份构造函数 (#608) (c400d69)
- core: domGetter为string且dom树下没有对应的节点,会导致无限递归(#607) (#609) (0213eee)
- core: fix loadApp lost appInfo information after the second merge (#575) (009b348)
v1.13.4
Bug Fixes
- cache resources are returned by macro tasks (#603) (d6e03bd)
- core: fix addSourceList can not support URL object type fetch request (#589) (68ded35)
- sandbox: check hasSetter not hasGetter to set in sandbox createFakeObject (#582) (f128576)
- issue SVG camel tag is not support #585, SVG setAttribute xmlns:xlink failed #584 (#586) (566e3bd)
- loader: fix the loader return the same entryManager when multi apps mount at the same time (#593) (b4b5874)
v1.13.2
Bug Fixes
- add baseUrl for sourceList to avoid lose collection (#590) (43ffb21)
v1.13.1
Bug Fixes
- vm-sandbox: handling the style null value (#583) (2952841)
v1.13.0
Bug Fixes
- Not passing query correctly and adding href (#578) (6dfca4b)
- browser-vm: fakeFetch method input type judge (#580) (1130645)
Features