Skip to content

Releases: web-infra-dev/garfish

v1.14.0

10 Feb 09:09
Compare
Choose a tag to compare

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.6

08 Feb 02:21
Compare
Choose a tag to compare

Bug Fixes

  • core: 修复 defer 类型的脚本执行顺序 (#606) (3f6e2f9)

Features

v1.13.5

02 Feb 04:01
Compare
Choose a tag to compare

Bug Fixes

  • loader: 修复 loader 命中缓存资源的情况下,资源时序的问题 (#605) (8791f9b)

v1.13.4

31 Jan 08:40
Compare
Choose a tag to compare

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.3

04 Jan 06:22
Compare
Choose a tag to compare

Features

v1.13.2

28 Dec 10:58
Compare
Choose a tag to compare

Bug Fixes

  • add baseUrl for sourceList to avoid lose collection (#590) (43ffb21)

v1.13.1

19 Dec 08:34
Compare
Choose a tag to compare

Bug Fixes

  • vm-sandbox: handling the style null value (#583) (2952841)

v1.13.0

06 Dec 12:28
Compare
Choose a tag to compare

Bug Fixes

  • Not passing query correctly and adding href (#578) (6dfca4b)
  • browser-vm: fakeFetch method input type judge (#580) (1130645)

Features

v1.12.1

01 Dec 04:26
Compare
Choose a tag to compare

Bug Fixes

Features

v1.12.0

10 Nov 02:44
Compare
Choose a tag to compare

Bug Fixes

  • concurrent dynamic import should analyze by order (#566) (123cb9a)
  • sandbox: document instanceof Document、 pre fix、sourceList memory leak (#559) (bc4f255)
  • sandbox: use micro task replace macro task and delete restore document.currentScript behavior (#560) (e5a843c)