Skip to content

Releases: web-infra-dev/garfish

v1.5.1

14 Apr 09:08
Compare
Choose a tag to compare

Bug Fixes

  • snapshot-sandbox: GarfishBrowserSnapshot plugin use global variables, causing sub app configurations to pollute each other (#460) (ce539d8)

v1.5.0

12 Apr 02:42
Compare
Choose a tag to compare

Bug Fixes

  • loader: support @charset removing and @import without url()(#453)
  • core: Fixed the problem that destroying the application during rendering and then rendering again fails to render successfully, fix #448

v1.4.6

11 Apr 08:04
Compare
Choose a tag to compare

Bug Fixes

  • vm-sandbox: Babel cannot correctly identify the MouseEvent in the code as a native class (#454) (9563a82)

v1.4.5

07 Apr 03:03
Compare
Choose a tag to compare

Bug Fixes

  • browser-vm: Babel cannot correctly identify the MutationObserver in the code as a native class, resulting in the error that MutationObserver must use the new operator after compilation, fix #450 (#451) (b742a2d)
  • plugin-preload: The loading weight is set without preloading, and no fault tolerance is performed when the localStorage storage is full #452

v1.4.4

28 Mar 06:20
Compare
Choose a tag to compare

Features

  • core: assertion app entry After the beforeLoad hook is called (#440) (b804b59)

v1.4.3

23 Mar 08:11
Compare
Choose a tag to compare

Fix

  • fix(core): fix beforeEval and afterEval not been called(#437

v1.4.2

15 Mar 07:08
Compare
Choose a tag to compare

Features

  • remote modules accept URLs without protocols (#438) (7ecfe31)

v1.4.1

08 Mar 10:38
Compare
Choose a tag to compare

Fix

  • fix(browser-vm): fix the problem that styles are inserted twice
  • fix(core): async script can't emit eval hooks

v1.4.0

25 Feb 06:33
Compare
Choose a tag to compare

Feat

  • feat(plugins): optimize plugin system
  • feat(remote-module): add async hooks

v1.3.8

21 Feb 04:15
Compare
Choose a tag to compare

Feat

  • feat(sandbox): add fix base url feature(#416)
  • feat(sandbox): support http collect (#416)